APPS.CZ_PUB_MGR dependencies on CZ_PUBLICATION_USAGES
Line 270: delete from cz_publication_usages a
266: where not exists ( select null from cz_model_publications b
267: where b.publication_id = a.publication_id );
268: commit;
269: 270: delete from cz_publication_usages a 271: where not exists ( select null from cz_model_publications b
272: where b.publication_id = a.publication_id );
273: commit;
274: