DBA Data[Home] [Help]

APPS.CZ_PUB_MGR dependencies on CZ_PUBLICATION_USAGES

Line 295: delete from cz_publication_usages a

291: where not exists ( select null from cz_model_publications b
292: where b.publication_id = a.publication_id );
293: commit;
294:
295: delete from cz_publication_usages a
296: where not exists ( select null from cz_model_publications b
297: where b.publication_id = a.publication_id );
298: commit;
299: