DBA Data[Home] [Help]

APPS.QP_PREQ_PUB dependencies on QP_CALCULATE_PRICE_PUB

Line 5036: QP_Calculate_Price_PUB.Price_Break_Calculation(

5032: --changes for PBH line group LUMPSUM bug 2388011 commented out
5033: --call to old signature of Price_Break_Calculation
5034: /*
5035: --fix for bug 2515762 to pass line_dtl_index instead of list_line_id
5036: QP_Calculate_Price_PUB.Price_Break_Calculation(
5037: l_adj_tbl(j).line_detail_index
5038: ,l_adj_tbl(j).price_break_type_code
5039: ,l_adj_tbl(j).line_ind
5040: ,nvl(l_calc_quantity,1)

Line 5388: QP_Calculate_Price_PUB.Price_Break_Calculation(

5384: --4900095 used in price_break_calculation
5385: G_PBH_MOD_LEVEL_CODE(l_adj_tbl(j).line_detail_index) :=
5386: l_adj_tbl(j).modifier_level_code;
5387:
5388: QP_Calculate_Price_PUB.Price_Break_Calculation(
5389: l_adj_tbl(j).line_detail_index, -- line_detail_index
5390: l_adj_tbl(j).price_break_type_code,
5391: l_adj_tbl(j).line_ind,
5392: l_req_value_per_unit, -- Group Value per unit,group quantity,item qty 40

Line 7905: QP_Calculate_Price_PUB.Price_Break_Calculation(

7901: --changes for PBH line group LUMPSUM bug 2388011 commented out
7902: --call to old signature of Price_Break_Calculation
7903: /*
7904: --fix for bug 2515762 to pass line_dtl_index instead of list_line_id
7905: QP_Calculate_Price_PUB.Price_Break_Calculation(
7906: l_bucket_price_rec.line_detail_index
7907: ,l_bucket_price_rec.price_break_type_code
7908: ,l_bucket_price_rec.line_ind
7909: ,nvl(l_calc_quantity,1)

Line 8156: QP_Calculate_Price_PUB.Price_Break_Calculation(

8152: --4900095 used in price_break_calculation
8153: G_PBH_MOD_LEVEL_CODE(l_bucket_price_rec.line_detail_index) :=
8154: l_bucket_price_rec.modifier_level_code;
8155:
8156: QP_Calculate_Price_PUB.Price_Break_Calculation(
8157: l_bucket_price_rec.line_detail_index, -- line_detail_index
8158: l_bucket_price_rec.price_break_type_code,
8159: l_bucket_price_rec.line_ind,
8160: l_req_value_per_unit, -- Group Value per unit,group quantity,item qty 40

Line 10191: QP_Calculate_Price_PUB.Get_Satisfied_Range

10187: IF l_debug = FND_API.G_TRUE THEN
10188: QP_PREQ_GRP.engine_debug('this is range break');
10189: END IF;
10190: l_satisfied_qty := 0;
10191: QP_Calculate_Price_PUB.Get_Satisfied_Range
10192: (p_value_from => I.value_from
10193: , p_value_to => I.value_to
10194: , p_qualifier_value => l_quantity
10195: , x_satisfied_value => l_satisfied_qty);

Line 10229: QP_Calculate_Price_PUB.Calculate_List_Price

10225: IF l_line_quantity_tbl.COUNT > 0
10226: AND l_line_quantity_tbl(l_line_quantity_tbl.COUNT) > 0
10227: THEN
10228: l_break_satisfied := G_YES;
10229: QP_Calculate_Price_PUB.Calculate_List_Price
10230: (I.OPERAND_CALCULATION_CODE,
10231: I.OPERAND_VALUE,
10232: l_line_quantity_tbl(l_line_quantity_tbl.COUNT),
10233: I.parent_price,

Line 10588: QP_Calculate_Price_PUB.Calculate_List_Price

10584: cl.line_detail_index;
10585: l_line_index_tbl(l_line_index_tbl.COUNT + 1) :=
10586: cl.line_ind;
10587:
10588: QP_Calculate_Price_PUB.Calculate_List_Price
10589: (p_operand_calc_code => cl.OPERAND_CALCULATION_CODE,
10590: p_operand_value => cl.OPERAND_VALUE,
10591: p_request_qty => cl.priced_qty,
10592: p_rltd_item_price => l_related_item_price,

Line 10703: QP_Calculate_Price_PUB.Calculate_List_Price

10699: cl.line_detail_index;
10700: l_line_index_tbl(l_line_index_tbl.COUNT + 1) :=
10701: cl.line_ind;
10702:
10703: QP_Calculate_Price_PUB.Calculate_List_Price
10704: (p_operand_calc_code => cl.OPERAND_CALCULATION_CODE,
10705: p_operand_value => cl.OPERAND_VALUE,
10706: p_request_qty => cl.priced_qty,
10707: p_rltd_item_price => cl.parent_price,