DBA Data[Home] [Help]

APPS.CZ_BOM_SYNCH dependencies on CZ_MODEL_REF_EXPLS

Line 1318: FOR c_model IN (SELECT component_id FROM cz_model_ref_expls

1314: ELSE
1315:
1316: --This is a non-BOM model, but we still need to follow the references.
1317:
1318: FOR c_model IN (SELECT component_id FROM cz_model_ref_expls
1319: WHERE model_id = p_model_id
1320: AND deleted_flag = FLAG_NOT_DELETED
1321: AND ps_node_type = PS_NODE_TYPE_REFERENCE
1322: AND node_depth = 1)LOOP