REMOVE_TARGET_PSACOLΒΆ

Remove specified GPR-Target PSA column record(s).

Table: REDGPR.GPR_TARGET_PSA_COLVAL (Table storing target PSA column values for a given GPR configuration)

Parameter Name

Properties

Parameter Description

p_psa_schema_name

(PK)(NN)

The schema name of the target PSA table for this column value

p_psa_table_name

(PK)(NN)

The table name of the target PSA table for this column value

p_column_name

(PK)(NN)

The name of the target PSA table column for this column value

Example

EXECUTE SCRIPT api_redgpr.remove_target_psacol
            ( 'XXX'                      -- p_psa_schema_name
            , 'XXX'                      -- p_psa_table_name
            , 'XXX'                      -- p_column_name
            );