DBA Data[Home] [Help]

APPS.WMS_WIP_INTEGRATION dependencies on BOM_OPERATIONAL_ROUTINGS

Line 2206: bom_operational_routings bor,

2202: wip_entities we,
2203: wip_lines wl,
2204: bom_departments bd,
2205: bom_operation_sequences bos,
2206: bom_operational_routings bor,
2207: wip_flow_schedules wfs,
2208: mtl_txn_request_lines mtrl,
2209: mtl_material_transactions_temp mmtt
2210: WHERE we.wip_entity_id = wfs.wip_entity_id

Line 2426: bom_operational_routings bor,

2422: wip_entities we,
2423: wip_lines wl,
2424: bom_departments bd,
2425: bom_operation_sequences bos,
2426: bom_operational_routings bor,
2427: wip_flow_schedules wfs,
2428: mtl_material_transactions_temp mmtt
2429: WHERE we.wip_entity_id = wfs.wip_entity_id
2430: AND we.organization_id = wfs.organization_id

Line 2846: , bom_operational_routings bor

2842: INTO l_department_id
2843: , l_department_code
2844: FROM bom_departments bd
2845: , bom_operation_sequences bos
2846: , bom_operational_routings bor
2847: , wip_flow_schedules wfs
2848: WHERE bd.department_id = bos.department_id
2849: AND bos.routing_sequence_id = bor.routing_sequence_id
2850: AND bos.operation_type = 1