REMOVE_PSA_OBJECTΒΆ

Remove all repository entries for a PSA object and optionally dependent entries where the PSA object is referenced.

Removing all repository entries for a PSA object and all dependent data like column definitions, relations to TSA objects, columns, etc.

Parameter Name

Properties

Default Value

Parameter Description

p_psa_obj_schema

(PK)(NN)

Schema of the PSA object

p_psa_obj_table

(PK)(NN)

Name of the PSA object

Example

EXECUTE SCRIPT api_reppsa.remove_psa_object
            ( 'XXX'    -- p_psa_obj_schema
            , 'XXX'    -- p_psa_obj_table
            );