DBA Data[Home] [Help]

APPS.QP_PREQ_PUB dependencies on QP_CALCULATE_PRICE_PUB

Line 5059: QP_Calculate_Price_PUB.Price_Break_Calculation(

5055: --changes for PBH line group LUMPSUM bug 2388011 commented out
5056: --call to old signature of Price_Break_Calculation
5057: /*
5058: --fix for bug 2515762 to pass line_dtl_index instead of list_line_id
5059: QP_Calculate_Price_PUB.Price_Break_Calculation(
5060: l_adj_tbl(j).line_detail_index
5061: ,l_adj_tbl(j).price_break_type_code
5062: ,l_adj_tbl(j).line_ind
5063: ,nvl(l_calc_quantity,1)

Line 5411: QP_Calculate_Price_PUB.Price_Break_Calculation(

5407: --4900095 used in price_break_calculation
5408: G_PBH_MOD_LEVEL_CODE(l_adj_tbl(j).line_detail_index) :=
5409: l_adj_tbl(j).modifier_level_code;
5410:
5411: QP_Calculate_Price_PUB.Price_Break_Calculation(
5412: l_adj_tbl(j).line_detail_index, -- line_detail_index
5413: l_adj_tbl(j).price_break_type_code,
5414: l_adj_tbl(j).line_ind,
5415: l_req_value_per_unit, -- Group Value per unit,group quantity,item qty 40

Line 7982: QP_Calculate_Price_PUB.Price_Break_Calculation(

7978: --changes for PBH line group LUMPSUM bug 2388011 commented out
7979: --call to old signature of Price_Break_Calculation
7980: /*
7981: --fix for bug 2515762 to pass line_dtl_index instead of list_line_id
7982: QP_Calculate_Price_PUB.Price_Break_Calculation(
7983: l_bucket_price_rec.line_detail_index
7984: ,l_bucket_price_rec.price_break_type_code
7985: ,l_bucket_price_rec.line_ind
7986: ,nvl(l_calc_quantity,1)

Line 8233: QP_Calculate_Price_PUB.Price_Break_Calculation(

8229: --4900095 used in price_break_calculation
8230: G_PBH_MOD_LEVEL_CODE(l_bucket_price_rec.line_detail_index) :=
8231: l_bucket_price_rec.modifier_level_code;
8232:
8233: QP_Calculate_Price_PUB.Price_Break_Calculation(
8234: l_bucket_price_rec.line_detail_index, -- line_detail_index
8235: l_bucket_price_rec.price_break_type_code,
8236: l_bucket_price_rec.line_ind,
8237: l_req_value_per_unit, -- Group Value per unit,group quantity,item qty 40

Line 10270: QP_Calculate_Price_PUB.Get_Satisfied_Range

10266: IF l_debug = FND_API.G_TRUE THEN
10267: QP_PREQ_GRP.engine_debug('this is range break');
10268: END IF;
10269: l_satisfied_qty := 0;
10270: QP_Calculate_Price_PUB.Get_Satisfied_Range
10271: (p_value_from => I.value_from
10272: , p_value_to => I.value_to
10273: , p_qualifier_value => l_quantity
10274: , x_satisfied_value => l_satisfied_qty);

Line 10308: QP_Calculate_Price_PUB.Calculate_List_Price

10304: IF l_line_quantity_tbl.COUNT > 0
10305: AND l_line_quantity_tbl(l_line_quantity_tbl.COUNT) > 0
10306: THEN
10307: l_break_satisfied := G_YES;
10308: QP_Calculate_Price_PUB.Calculate_List_Price
10309: (I.OPERAND_CALCULATION_CODE,
10310: I.OPERAND_VALUE,
10311: l_line_quantity_tbl(l_line_quantity_tbl.COUNT),
10312: I.parent_price,

Line 10667: QP_Calculate_Price_PUB.Calculate_List_Price

10663: cl.line_detail_index;
10664: l_line_index_tbl(l_line_index_tbl.COUNT + 1) :=
10665: cl.line_ind;
10666:
10667: QP_Calculate_Price_PUB.Calculate_List_Price
10668: (p_operand_calc_code => cl.OPERAND_CALCULATION_CODE,
10669: p_operand_value => cl.OPERAND_VALUE,
10670: p_request_qty => cl.priced_qty,
10671: p_rltd_item_price => l_related_item_price,

Line 10782: QP_Calculate_Price_PUB.Calculate_List_Price

10778: cl.line_detail_index;
10779: l_line_index_tbl(l_line_index_tbl.COUNT + 1) :=
10780: cl.line_ind;
10781:
10782: QP_Calculate_Price_PUB.Calculate_List_Price
10783: (p_operand_calc_code => cl.OPERAND_CALCULATION_CODE,
10784: p_operand_value => cl.OPERAND_VALUE,
10785: p_request_qty => cl.priced_qty,
10786: p_rltd_item_price => cl.parent_price,