DBA Data[Home] [Help]

APPS.CZ_PUB_MGR dependencies on CZ_PB_LANGUAGES

Line 290: delete from cz_pb_languages a

286: where not exists ( select null from cz_model_publications b
287: where b.publication_id = a.publication_id );
288: commit;
289:
290: delete from cz_pb_languages a
291: where not exists ( select null from cz_model_publications b
292: where b.publication_id = a.publication_id );
293: commit;
294: