DBA Data[Home] [Help]

APPS.OE_FTE_INTEGRATION_PVT dependencies on OE_ORDER_PVT

Line 92: OE_ORDER_PVT.Lines

88: IF l_debug_level > 0 THEN
89: OE_DEBUG_PUB.Add('Before Calling Process Order..',3);
90: END IF;
91:
92: OE_ORDER_PVT.Lines
93: ( p_validation_level => FND_API.G_VALID_LEVEL_NONE
94: ,p_control_rec => l_control_rec
95: ,p_x_line_tbl => p_x_line_tbl
96: ,p_x_old_line_tbl => l_old_line_tbl

Line 115: OE_ORDER_PVT.Process_Requests_And_notify

111: IF l_debug_level > 0 THEN
112: OE_DEBUG_PUB.Add('Before Calling Process Requests and Notify',3);
113: END IF;
114:
115: OE_ORDER_PVT.Process_Requests_And_notify
116: ( p_process_requests => TRUE
117: ,p_notify => TRUE
118: ,x_return_status => x_return_status
119: ,p_line_tbl => p_x_line_tbl