DBA Data[Home] [Help]

APPS.CTO_WORKFLOW dependencies on OE_ORDER_WF_UTIL

Line 2673: OE_Order_WF_Util.Update_Flow_Status_Code(

2669: l_stmt_num := 140;
2670: IF PG_DEBUG <> 0 THEN
2671: oe_debug_pub.add('check_reservation_status_wf: ' || 'Calling flow status API ',1);
2672: END IF;
2673: OE_Order_WF_Util.Update_Flow_Status_Code(
2674: p_header_id => l_header_id,
2675: p_line_id => to_number(p_itemkey),
2676: p_flow_status_code => l_flow_status_code,
2677: x_return_status => l_return_status);

Line 3457: OE_Order_WF_Util.Update_Flow_Status_Code(

3453: -- check if flow schedules have been scheduled for this line
3454: --
3455:
3456: if Flow_Sch_Exists(to_number(p_itemkey)) then
3457: OE_Order_WF_Util.Update_Flow_Status_Code(
3458: p_header_id => l_header_id,
3459: p_line_id => to_number(p_itemkey),
3460: p_flow_status_code => 'PRODUCTION_OPEN',
3461: x_return_status => l_x_return_status);