DBA Data[Home] [Help]

APPS.CZ_PUB_MGR dependencies on CZ_PB_CLIENT_APPS

Line 260: delete from cz_pb_client_apps a

256: Propogate_DeletedFlag;
257: PURGE_RP_ENTRIES;
258: CZ_BASE_MGR.PURGE('PB');
259:
260: delete from cz_pb_client_apps a
261: where not exists ( select null from cz_model_publications b
262: where b.publication_id = a.publication_id );
263: commit;
264: