DBA Data[Home] [Help]

APPS.WMS_WIP_INTEGRATION dependencies on BOM_OPERATION_SEQUENCES

Line 2205: bom_operation_sequences bos,

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

Line 2425: bom_operation_sequences bos,

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

Line 2845: , bom_operation_sequences bos

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