DBA Data[Home] [Help]

APPS.OE_CLOSE_WF dependencies on OE_ORDER_CLOSE_UTIL

Line 26: OE_ORDER_CLOSE_UTIL.Close_Order

22: OE_STANDARD_WF.Set_Msg_Context(actid);
23:
24: l_header_id := to_number(itemkey);
25:
26: OE_ORDER_CLOSE_UTIL.Close_Order
27: ( p_api_version_number => 1.0
28: , p_header_id => l_header_id
29: , x_return_status => l_return_status
30: , x_msg_count => l_msg_count

Line 122: OE_ORDER_CLOSE_UTIL.Close_Line

118: OE_STANDARD_WF.Set_Msg_Context(actid);
119:
120: l_line_id := to_number(itemkey);
121:
122: OE_ORDER_CLOSE_UTIL.Close_Line
123: ( p_api_version_number => 1.0
124: , p_line_id => l_line_id
125: , x_return_status => l_return_status
126: , x_msg_count => l_msg_count