DBA Data[Home] [Help]

APPS.WIP_PICKING_PVT dependencies on WIP_FLOW_OPEN_ALLOCATIONS_V

Line 2361: from wip_flow_open_allocations_v

2357: select wip_entity_id,
2358: (line_code || ':' || primary_item_id || ':' || schedule_number) title,
2359: project_id,
2360: task_id
2361: from wip_flow_open_allocations_v
2362: where scheduled_start_date < sysdate + p_days_forward
2363: and organization_id = p_organization_id
2364: order by title;
2365: