REMOVE_PSA_OBJECTΒΆ
Remove specified GDPR PSA Objects record(s).
Table: REDGPR.GPR_PSA_OBJECTS (This table list all PSA objects, which are processed for GDPR)
Parameter Name |
Properties |
Parameter Description |
|---|---|---|
p_psa_schema |
(PK)(NN) |
Name of the schema of the PSA table whch is subject to GDPR changes |
p_psa_table |
(PK)(NN) |
Name of the PSA table whch is subject to GDPR changes |
p_trg_schema |
(PK)(NN) |
Name of the schema of the GPR trigger data view |
p_trg_view |
(PK)(NN) |
Name of the GPR trigger data view |
Example
EXECUTE SCRIPT api_redgpr.remove_psa_object
( 'XXXXXXXXXXXX' -- p_psa_schema
, 'XXXXXXXXXXXX' -- p_psa_table
, 'XXXXXXXXXXXX' -- p_trg_schema
, 'XXXXXXXXXXXX' -- p_trg_view
);