DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_UTIL dependencies on BOM_BILL_OF_MATERIALS

Line 4719: bom_bill_of_materials bom,

4715: */
4716:
4717: SELECT 'X' INTO l_test
4718: FROM
4719: bom_bill_of_materials bom,
4720: bom_inventory_components bic,
4721: mtl_system_items_b kfv
4722: WHERE
4723: bom.organization_id = kfv.organization_id AND

Line 4840: bom_bill_of_materials bom,

4836: */
4837:
4838: SELECT 'X' INTO l_test
4839: FROM
4840: bom_bill_of_materials bom,
4841: bom_inventory_components bic,
4842: mtl_system_items_b kfv
4843: WHERE
4844: bom.organization_id = kfv.organization_id AND