DBA Data[Home] [Help]

APPS.OE_RMA_RECEIVING dependencies on OE_ORDER_WF_UTIL

Line 1113: OE_Order_WF_Util.Update_Flow_Status_Code

1109: IF l_debug_level > 0 THEN
1110: oe_debug_pub.add( 'CALLING FLOW STATUS API 1 ' ||l_item_key ) ;
1111: END IF;
1112:
1113: OE_Order_WF_Util.Update_Flow_Status_Code
1114: (p_line_id => to_number(l_item_key),
1115: p_flow_status_code => 'AWAITING_RETURN_DISPOSITION',
1116: x_return_status => l_return_status
1117: );

Line 1136: OE_Order_WF_Util.Update_Flow_Status_Code

1132: IF l_debug_level > 0 THEN
1133: oe_debug_pub.add( 'CALLING FLOW STATUS API 2 ' ||l_item_key);
1134: END IF;
1135:
1136: OE_Order_WF_Util.Update_Flow_Status_Code
1137: (p_line_id => to_number(l_item_key),
1138: p_flow_status_code => 'RETURNED',
1139: x_return_status => l_return_status
1140: );