DBA Data[Home] [Help]

APPS.QP_FORMULA_PRICE_CALC_PVT dependencies on QP_DEBUG_UTIL

Line 826: qp_debug_util.tstart('GET_CUSTOM_PRICE','Calculating the custom price in Formulas');

822: l_req_line_attrs_tbl(j).value:=l_rec.step_number;
823: -- end 3531890
824:
825: BEGIN
826: qp_debug_util.tstart('GET_CUSTOM_PRICE','Calculating the custom price in Formulas');
827: l_formula_line_tbl(l_rec.step_number).component_value :=
828: QP_Custom.Get_Custom_Price(p_price_formula_id,
829: p_list_price,
830: p_price_effective_date,

Line 832: qp_debug_util.tstop('GET_CUSTOM_PRICE');

828: QP_Custom.Get_Custom_Price(p_price_formula_id,
829: p_list_price,
830: p_price_effective_date,
831: l_req_line_attrs_tbl);
832: qp_debug_util.tstop('GET_CUSTOM_PRICE');
833: l_Operand_Tbl(l_rec.step_number) := l_formula_line_tbl(l_rec.step_number).component_value;
834:
835: l_formula_line_tbl(l_rec.step_number).step_number := l_rec.step_number;
836: l_formula_line_tbl(l_rec.step_number).price_formula_line_type_code :=