REMOVE_TSA_ACTIVE_EXPRΒΆ

Remove the ACTIVE Expression of a TSA object.

Parameter Name

Required

Parameter-Description

p_obj_schema

yes

TSA schema

p_obj_table

yes

TSA table

Example

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