DBA Data[Home] [Help]

APPS.CTO_WIP_WRAPPER dependencies on WIP_FLOW_SCHEDULES

Line 1935: from wip_flow_schedules

1931: /* begin bugfix 2868148 : This cursor calculates supply created by flow schedule. */
1932:
1933: cursor flow_supply is
1934: select nvl(sum(planned_quantity - quantity_completed),0) -- 2946071
1935: from wip_flow_schedules
1936: where demand_source_line = to_char(pLineId)
1937: and demand_source_type = inv_reservation_global.g_source_type_oe;
1938:
1939: /* end bugfix 2868148 */