DBA Data[Home] [Help]

APPS.OE_LINE_PATTR_UTIL dependencies on QP_UTIL

Line 3205: l_order_status_rec QP_UTIL_PUB.ORDER_LINES_STATUS_REC_TYPE;

3201: l_Return_Status Varchar2(1);
3202: l_msg_name VARCHAR2(200);
3203: l_pricing_event VARCHAR2(30);
3204: l_order_pricing_event VARCHAR2(30);
3205: l_order_status_rec QP_UTIL_PUB.ORDER_LINES_STATUS_REC_TYPE;
3206: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
3207: --bug 2702382 begin
3208: l_price_adj_id1 number;
3209: l_tmp1 number;

Line 4077: QP_UTIL_PUB.Get_Order_Lines_Status(l_order_pricing_event,l_order_status_rec);

4073: x_return_status => l_return_status);
4074: elsif (p_x_line_price_att_rec.flex_title = 'QP_ATTR_DEFNS_PRICING') then
4075:
4076: -- for bug 3533776: Find out whether order event needs all lines to be sent
4077: QP_UTIL_PUB.Get_Order_Lines_Status(l_order_pricing_event,l_order_status_rec);
4078:
4079: IF l_debug_level > 0 THEN
4080: oe_debug_pub.add('SummaryFlag:'||l_order_status_rec.SUMMARY_LINE_FLAG||'ALL_LINES_FLAG:'||
4081: l_order_status_rec.ALL_LINES_FLAG||' CHANGED_LINE_FLAG:'||l_order_status_rec.CHANGED_LINES_FLAG);

Line 4461: QP_UTIL.validate_context_code(

4457:
4458: oe_debug_pub.add('Entering the LOOP ... : ', 1);
4459:
4460: -- calling Pricing API to check if the pricing context is valid.
4461: QP_UTIL.validate_context_code(
4462: p_flexfield_name => l_line_price_att_tbl(i).flex_title
4463: ,p_application_short_name => 'QP'
4464: ,p_context_name => l_line_price_att_tbl(i).pricing_context
4465: ,p_error_code => l_df_error_code);