DBA Data[Home] [Help]

APPS.OE_PORTAL_UTIL dependencies on OE_ORDER_PVT

Line 66: OE_ORDER_PVT.lines

62: end if;
63:
64:
65:
66: OE_ORDER_PVT.lines
67: ( p_init_msg_list => p_init_msg_list
68: , p_validation_level => p_validation_level
69: , p_control_rec => p_control_rec
70: , p_x_line_tbl => p_x_line_tbl

Line 132: Oe_Order_Pvt.Process_Requests_And_Notify

128: IS
129: l_return_status VARCHAR2(1);
130:
131: BEGIN
132: Oe_Order_Pvt.Process_Requests_And_Notify
133: ( p_process_requests => TRUE
134: , p_init_msg_list => FND_API.G_TRUE
135: , p_notify => FALSE
136: , x_return_status => l_return_status