DBA Data[Home] [Help]

APPS.INV_WIP_PICKING_PVT dependencies on WIP_FLOW_SCHEDULES

Line 1882: , wip_flow_schedules wfs

1878: SELECT bos.department_id, bd.department_code
1879: FROM bom_departments bd
1880: , bom_operation_sequences bos
1881: , bom_operational_routings bor
1882: , wip_flow_schedules wfs
1883: WHERE wfs.wip_entity_id = p_wip_entity_id
1884: AND wfs.organization_id = p_organization_id
1885: AND bor.assembly_item_id = wfs.primary_item_id
1886: AND bor.organization_id = wfs.organization_id