ADD_PSA_BDOMAIN_DEPSΒΆ
Add PSA cross BDomain dependencies.
Parameter Name |
Required |
DefaultValue |
Parameter-Description |
---|---|---|---|
p_obj_schema |
yes |
PSA schema |
|
p_obj_table |
yes |
PSA table |
|
p_dep_obj_schema |
yes |
dependent PSA schema |
|
p_dep_obj_table |
yes |
dependent PSA table |
Example
EXECUTE SCRIPT api_reppsa.add_psa_bdomain_deps
( 'XXX' -- p_obj_schema
, 'XXX' -- p_obj_table
, 'XXX' -- p_dep_obj_schema
, 'XXX' -- p_dep_obj_table
);