DBA Data[Home] [Help]

APPS.WMS_WIP_INTEGRATION dependencies on WIP_FLOW_SCHEDULES

Line 2207: wip_flow_schedules wfs,

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
2211: AND we.organization_id = wfs.organization_id

Line 2427: wip_flow_schedules wfs,

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
2431: AND wl.line_id = wfs.line_id

Line 2847: , wip_flow_schedules wfs

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
2851: AND bos.effectivity_date >= sysdate