MODIFY_PSA_OBJECT_PV2¶
Modify BDATE for a PV2 view.
Parameter Name |
Required |
Parameter-Description |
---|---|---|
p_obj_schema |
yes |
PSA schema |
p_obj_table |
yes |
PSA table |
p_bdate_to_col |
yes |
PSA column used as BDATE_TO (’ ‘ to clear value) |
Example
EXECUTE SCRIPT api_reppsa.modify_psa_object_pv2
( 'XXX' -- p_obj_schema
, 'XXX' -- p_obj_table
, 'XXX' -- p_bdate_to_col
);