DBA Data[Home] [Help]

APPS.OE_BULK_PRICE_PVT dependencies on OE_ORDER_ADJ_PVT

Line 275: -- BULK enabled and calls pricing integration API (oe_order_adj_pvt)

271: ---------------------------------------------------------------------
272: -- PROCEDURE Price_Orders
273: --
274: -- Pricing for all orders in this batch. Currently, this API is NOT
275: -- BULK enabled and calls pricing integration API (oe_order_adj_pvt)
276: -- to price order by order. The integration API directly updates the
277: -- pricing fields on order lines table.
278: -- IN parameter -
279: -- p_header_rec: order headers in the batch

Line 368: OE_Order_Adj_Pvt.Price_Line

364:
365: -- Changes for bug 4180619
366: BEGIN
367:
368: OE_Order_Adj_Pvt.Price_Line
369: (x_return_status => x_return_status
370: ,p_Header_id => l_header_id
371: ,p_Request_Type_code=> 'ONT'
372: ,p_Control_rec => l_Price_Control_Rec

Line 594: OE_Order_Adj_Pvt.Price_Line

590: --added for HVOP Tax project
591: OE_BULK_PRICE_PVT.G_Booking_Failed := FALSE;
592: OE_BULK_PRICE_PVT.G_Header_Index := I;
593:
594: OE_Order_Adj_Pvt.Price_Line
595: (x_return_status => x_return_status
596: ,p_Header_id => l_header_id
597: ,p_Request_Type_code=> 'ONT'
598: ,p_Control_rec => l_Price_Control_Rec