REMOVE_CUS_OBJECTΒΆ
Remove specified Custom Object Definition record(s).
Table: DBIADM.ADM_CUS_OBJECTS (SQL to populate specific tables or views from custom data sources. This object contains information about these tables and views for the local schema.)
Parameter Name |
Properties |
Parameter Description |
---|---|---|
p_object_name |
(PK)(NN) |
Name of customer object |
Example
EXECUTE SCRIPT api_dbiadm.remove_cus_object
( 'XXX' -- p_object_name
);