DBA Data[Home] [Help]

APPS.CZ_UPGRADE dependencies on CZ_PB_MODEL_EXPORTS

Line 3251: delete from cz_pb_model_exports where publication_id = t_publ_ids_ref(i);

3247: LOOP
3248: update cz_model_publications set remote_publication_id = NULL where publication_id = t_publ_ids_ref(i);
3249: update cz_model_publications set export_status = 'PEN' where publication_id = t_publ_ids_ref(i);
3250: update cz_model_publications set creation_date = sysdate where publication_id = t_publ_ids_ref(i);
3251: delete from cz_pb_model_exports where publication_id = t_publ_ids_ref(i);
3252: delete from cZ_model_publications where remote_publication_id = t_publ_ids_ref(i);
3253: END LOOP;
3254: COMMIT;
3255: