REFRESH_OBJECTΒΆ

Refresh a PSA object (if TSA object has changed) - works only if PSA object already exists in repository.

Using the REPPSA view REP_CHECK_TSA_COLUMNS changes in the TSA columns will be imported into the repository.

Parameter Name

Required

DefaultValue

Parameter-Description

p_psa_obj_schema

yes

PSA schema

p_psa_obj_table

yes

PSA table

Example

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