MODIFY_PSA_OBJECT_CHANGEDΒΆ

Mark a PSA object as changed.

Parameter Name

Required

Parameter-Description

p_obj_schema

yes

PSA schema

p_obj_table

yes

PSA table

Example

EXECUTE SCRIPT api_reppsa.modify_psa_object_changed
           ( 'XXX'     -- p_obj_schema
           , 'XXX'     -- p_obj_table
           );