DBA Data[Home] [Help]

APPS.BOM_RTG_ISETUP_IMP dependencies on BOM_OPERATION_RESOURCES

Line 457: FROM BOM_OPERATION_RESOURCES oper_res,

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

Line 523: FROM BOM_OPERATION_RESOURCES oper_res,

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