DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_ORDER_ADJ_PVT

Line 5458: oe_order_adj_pvt.Price_line(

5454: if l_debug_level > 0 then
5455: oe_debug_pub.add('list price before call to price_line:'||p_x_line_rec.unit_list_price);
5456: oe_debug_pub.add('list price per pqty before call to price_line:'||p_x_line_rec.unit_list_price_per_pqty);
5457: end if;
5458: oe_order_adj_pvt.Price_line(
5459: X_Return_Status => l_Return_Status
5460: ,p_Line_id => p_x_line_rec.line_id
5461: ,p_Request_Type_code=> 'ONT'
5462: ,p_Control_rec => l_Price_Control_Rec