DBA Data[Home] [Help]

APPS.BOM_RTG_ISETUP_IMP dependencies on BOM_OPERATION_RESOURCES

Line 455: FROM BOM_OPERATION_RESOURCES oper_res,

451: WHERE tmp.AssemblyItemName = P_assembly_item_name
452: AND tmp.OrganizationCode = P_organization_code
453: AND NVL(tmp.AlternateRoutingCode,'$$##$$') = NVL(P_alternate_routing_code,'$$##$$')
454: AND NOT EXISTS (SELECT 1
455: FROM BOM_OPERATION_RESOURCES oper_res,
456: bom_operation_sequences oper,
457: bom_operational_routings rtg,
458: mtl_parameters org,
459: mtl_system_items_kfv item

Line 519: FROM BOM_OPERATION_RESOURCES oper_res,

515: WHERE tmp.AssemblyItemName = P_assembly_item_name
516: AND tmp.OrganizationCode = P_organization_code
517: AND NVL(tmp.AlternateRoutingCode,'$$##$$') = NVL(P_alternate_routing_code,'$$##$$')
518: AND EXISTS (SELECT 1
519: FROM BOM_OPERATION_RESOURCES oper_res,
520: bom_operation_sequences oper,
521: bom_operational_routings rtg,
522: mtl_parameters org,
523: mtl_system_items_kfv item