DBA Data[Home] [Help]

APPS.CZ_BOM_SYNCH dependencies on CZ_RP_ENTRIES

Line 1965: FOR c_model IN (SELECT object_id FROM cz_rp_entries

1961: verify_source_instance;
1962:
1963: --Verify all the eligible models. All the repository models are eligible anyway.
1964:
1965: FOR c_model IN (SELECT object_id FROM cz_rp_entries
1966: WHERE deleted_flag = FLAG_NOT_DELETED
1967: AND object_type = REPOSITORY_TYPE_PROJECT) LOOP
1968:
1969: execute_model(c_model.object_id);