DBA Data[Home] [Help]

APPS.WMS_WIP_INTEGRATION dependencies on BOM_OPERATIONAL_ROUTINGS

Line 2236: bom_operational_routings bor,

2232: wip_entities we,
2233: wip_lines wl,
2234: bom_departments bd,
2235: bom_operation_sequences bos,
2236: bom_operational_routings bor,
2237: wip_flow_schedules wfs,
2238: mtl_txn_request_lines mtrl,
2239: mtl_material_transactions_temp mmtt
2240: WHERE we.wip_entity_id = wfs.wip_entity_id

Line 2456: bom_operational_routings bor,

2452: wip_entities we,
2453: wip_lines wl,
2454: bom_departments bd,
2455: bom_operation_sequences bos,
2456: bom_operational_routings bor,
2457: wip_flow_schedules wfs,
2458: mtl_material_transactions_temp mmtt
2459: WHERE we.wip_entity_id = wfs.wip_entity_id
2460: AND we.organization_id = wfs.organization_id

Line 2876: , bom_operational_routings bor

2872: INTO l_department_id
2873: , l_department_code
2874: FROM bom_departments bd
2875: , bom_operation_sequences bos
2876: , bom_operational_routings bor
2877: , wip_flow_schedules wfs
2878: WHERE bd.department_id = bos.department_id
2879: AND bos.routing_sequence_id = bor.routing_sequence_id
2880: AND bos.operation_type = 1