DBA Data[Home] [Help]

APPS.WIP_PICKING_PVT dependencies on WIP_FLOW_OPEN_ALLOCATIONS_V

Line 2270: from wip_flow_open_allocations_v

2266: select wip_entity_id,
2267: (line_code || ':' || primary_item_id || ':' || schedule_number) title,
2268: project_id,
2269: task_id
2270: from wip_flow_open_allocations_v
2271: where scheduled_start_date < sysdate + p_days_forward
2272: and organization_id = p_organization_id
2273: order by title;
2274: