DBA Data[Home] [Help]

APPS.CTO_WORKFLOW_API_PK dependencies on MRP_FLOW_SCHEDULE_UTIL

Line 1781: MRP_FLOW_SCHEDULE_UTIL.GET_FLOW_QUANTITY( p_demand_source_line => to_char(p_order_line_id),

1777: -- If open_qty exists, we should keep the workflow in SHIP_LINE.
1778:
1779: if v_counter2 = 0 then
1780: v_counter2 :=
1781: MRP_FLOW_SCHEDULE_UTIL.GET_FLOW_QUANTITY( p_demand_source_line => to_char(p_order_line_id),
1782: p_demand_source_type => inv_reservation_global.g_source_type_oe,
1783: p_demand_source_delivery => NULL,
1784: p_use_open_quantity => 'Y');
1785: end if;