DBA Data[Home] [Help]

APPS.CZ_BOM_SYNCH dependencies on CZ_RP_ENTRIES

Line 1976: FOR c_model IN (SELECT object_id FROM cz_rp_entries

1972: verify_source_instance;
1973:
1974: --Verify all the eligible models. All the repository models are eligible anyway.
1975:
1976: FOR c_model IN (SELECT object_id FROM cz_rp_entries
1977: WHERE deleted_flag = FLAG_NOT_DELETED
1978: AND object_type = REPOSITORY_TYPE_PROJECT) LOOP
1979:
1980: execute_model(c_model.object_id);