DBA Data[Home] [Help]

APPS.CZ_PUB_MGR dependencies on CZ_PB_CLIENT_APPS

Line 285: delete from cz_pb_client_apps a

281: Propogate_DeletedFlag;
282: PURGE_RP_ENTRIES;
283: CZ_BASE_MGR.PURGE('PB');
284:
285: delete from cz_pb_client_apps a
286: where not exists ( select null from cz_model_publications b
287: where b.publication_id = a.publication_id );
288: commit;
289: