DBA Data[Home] [Help]

APPS.WMS_WIP_INTEGRATION dependencies on BOM_OPERATION_SEQUENCES

Line 2235: bom_operation_sequences bos,

2231: FROM
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

Line 2455: bom_operation_sequences bos,

2451: FROM
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

Line 2875: , bom_operation_sequences bos

2871: , bd.department_code
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