DBA Data[Home] [Help]

APPS.CTO_WORKFLOW dependencies on OE_ORDER_WF_UTIL

Line 2706: OE_Order_WF_Util.Update_Flow_Status_Code(

2702: l_stmt_num := 140;
2703: IF PG_DEBUG <> 0 THEN
2704: oe_debug_pub.add('check_reservation_status_wf: ' || 'Calling flow status API ',1);
2705: END IF;
2706: OE_Order_WF_Util.Update_Flow_Status_Code(
2707: p_header_id => l_header_id,
2708: p_line_id => to_number(p_itemkey),
2709: p_flow_status_code => l_flow_status_code,
2710: x_return_status => l_return_status);

Line 3490: OE_Order_WF_Util.Update_Flow_Status_Code(

3486: -- check if flow schedules have been scheduled for this line
3487: --
3488:
3489: if Flow_Sch_Exists(to_number(p_itemkey)) then
3490: OE_Order_WF_Util.Update_Flow_Status_Code(
3491: p_header_id => l_header_id,
3492: p_line_id => to_number(p_itemkey),
3493: p_flow_status_code => 'PRODUCTION_OPEN',
3494: x_return_status => l_x_return_status);