ADD_TSA_OBJECTΒΆ
Add a TSA object.
Parameter Name |
Required |
DefaultValue |
Parameter-Description |
---|---|---|---|
p_obj_schema |
yes |
TSA schema |
|
p_obj_table |
yes |
TSA table |
|
p_bdomain |
yes |
business domain |
Example
EXECUTE SCRIPT api_reppsa.add_tsa_object
( 'XXX' -- p_obj_schema
, 'XXX' -- p_obj_table
, 'XXX' -- p_bdomain
);