DBA Data[Home] [Help]

APPS.CZ_BOM_SYNCH dependencies on CZ_MODEL_REF_EXPLS

Line 1307: FOR c_model IN (SELECT component_id FROM cz_model_ref_expls

1303: ELSE
1304:
1305: --This is a non-BOM model, but we still need to follow the references.
1306:
1307: FOR c_model IN (SELECT component_id FROM cz_model_ref_expls
1308: WHERE model_id = p_model_id
1309: AND deleted_flag = FLAG_NOT_DELETED
1310: AND ps_node_type = PS_NODE_TYPE_REFERENCE
1311: AND node_depth = 1)LOOP