DBA Data[Home] [Help]

APPS.CTO_WIP_WRAPPER dependencies on WIP_FLOW_SCHEDULES

Line 1787: from wip_flow_schedules

1783: /* begin bugfix 2868148 : This cursor calculates supply created by flow schedule. */
1784:
1785: cursor flow_supply is
1786: select nvl(sum(planned_quantity - quantity_completed),0) -- 2946071
1787: from wip_flow_schedules
1788: where demand_source_line = to_char(pLineId)
1789: and demand_source_type = inv_reservation_global.g_source_type_oe;
1790:
1791: /* end bugfix 2868148 */