DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_ORDER_ADJ_PVT

Line 4429: oe_order_adj_pvt.Price_line(

4425: if l_debug_level > 0 then
4426: oe_debug_pub.add('list price before call to price_line:'||p_x_line_rec.unit_list_price);
4427: oe_debug_pub.add('list price per pqty before call to price_line:'||p_x_line_rec.unit_list_price_per_pqty);
4428: end if;
4429: oe_order_adj_pvt.Price_line(
4430: X_Return_Status => l_Return_Status
4431: ,p_Line_id => p_x_line_rec.line_id
4432: ,p_Request_Type_code=> 'ONT'
4433: ,p_Control_rec => l_Price_Control_Rec