DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_UTIL dependencies on BOM_BILL_OF_MATERIALS

Line 4717: bom_bill_of_materials bom,

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

Line 4838: bom_bill_of_materials bom,

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