DBA Data[Home] [Help]

APPS.OE_ORDER_PRICE_PVT dependencies on QP_UTIL_PUB

Line 6231: l_order_status_rec QP_UTIL_PUB.ORDER_LINES_STATUS_REC_TYPE;

6227: l_order_line_id NUMBER;
6228: l_service_reference_line_id NUMBER;
6229: l_completely_frozen BOOLEAN := TRUE;
6230: l_line_attr_index number:=0;
6231: l_order_status_rec QP_UTIL_PUB.ORDER_LINES_STATUS_REC_TYPE;
6232: l_total_lines NUMBER;
6233: G_INT_CHANGED_LINE_ON Varchar2(3):= nvl(FND_PROFILE.VALUE('ONT_INTERNAL_CHANGED_LINE'),'Y');
6234: l_header_id2 NUMBER;
6235: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;

Line 6338: -- QP_UTIL_PUB.Get_Order_Lines_Status(p_pricing_events,l_order_status_rec);

6334: -- call lines to pricing engine.
6335: -- bug 9728497 start
6336: -- modified below for p_x_new_line_rec.header_id and p_x_new_line_rec.line_id
6337: -- being passed on to call the overloaded function.
6338: -- QP_UTIL_PUB.Get_Order_Lines_Status(p_pricing_events,l_order_status_rec);
6339: QP_UTIL_PUB.Get_Order_Lines_Status(p_event_code => p_pricing_events,
6340: p_header_id => p_header_id,
6341: p_line_id => p_Line_id,
6342: x_order_status_rec =>l_order_status_rec);

Line 6339: QP_UTIL_PUB.Get_Order_Lines_Status(p_event_code => p_pricing_events,

6335: -- bug 9728497 start
6336: -- modified below for p_x_new_line_rec.header_id and p_x_new_line_rec.line_id
6337: -- being passed on to call the overloaded function.
6338: -- QP_UTIL_PUB.Get_Order_Lines_Status(p_pricing_events,l_order_status_rec);
6339: QP_UTIL_PUB.Get_Order_Lines_Status(p_event_code => p_pricing_events,
6340: p_header_id => p_header_id,
6341: p_line_id => p_Line_id,
6342: x_order_status_rec =>l_order_status_rec);
6343: -- bug 9728497 end