DBA Data[Home] [Help]

APPS.CZ_PUB_MGR dependencies on CZ_PB_LANGUAGES

Line 265: delete from cz_pb_languages a

261: where not exists ( select null from cz_model_publications b
262: where b.publication_id = a.publication_id );
263: commit;
264:
265: delete from cz_pb_languages a
266: where not exists ( select null from cz_model_publications b
267: where b.publication_id = a.publication_id );
268: commit;
269: