REMOVE_TSA_BDATE_INIT_EXPRΒΆ
Remove the initial BDATE Expression for the initial load of a TSA object. (after removal for BDATE SYSDATE will be used)
Parameter Name |
Required |
Parameter-Description |
|---|---|---|
p_obj_schema |
yes |
TSA schema |
p_obj_table |
yes |
TSA table |
Example
EXECUTE SCRIPT api_reppsa.remove_tsa_bdate_expr
( 'XXXXXXXXXX' -- p_obj_schema (C) NN / maxLength=128
, 'XXXXXXXXXXXXXXXXXXXX' -- p_obj_table (C) NN / maxLength=128
)