DBA Data[Home] [Help]

APPS.OE_ORDER_PRICE_PVT dependencies on QP_UTIL_PUB

Line 5952: l_order_status_rec QP_UTIL_PUB.ORDER_LINES_STATUS_REC_TYPE;

5948: l_order_line_id NUMBER;
5949: l_service_reference_line_id NUMBER;
5950: l_completely_frozen BOOLEAN := TRUE;
5951: l_line_attr_index number:=0;
5952: l_order_status_rec QP_UTIL_PUB.ORDER_LINES_STATUS_REC_TYPE;
5953: l_total_lines NUMBER;
5954: G_INT_CHANGED_LINE_ON Varchar2(3):= nvl(FND_PROFILE.VALUE('ONT_INTERNAL_CHANGED_LINE'),'Y');
5955: l_header_id2 NUMBER;
5956: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;

Line 6056: QP_UTIL_PUB.Get_Order_Lines_Status(p_pricing_events,l_order_status_rec);

6052: Then
6053:
6054: -- call QP API to determine whether or not to
6055: -- call lines to pricing engine.
6056: QP_UTIL_PUB.Get_Order_Lines_Status(p_pricing_events,l_order_status_rec);
6057:
6058:
6059: oe_debug_pub.add(' All_lines_flag returned from pricing:'||l_order_status_rec.all_lines_flag);
6060: oe_debug_pub.add(' Changed_lines_flag returned from pricing:'||l_order_status_rec.Changed_lines_flag);