DBA Data[Home] [Help]

APPS.QP_FORMULA_PRICE_CALC_PVT dependencies on QP_DEBUG_UTIL

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

675: l_req_line_attrs_tbl(j).value:=l_rec.step_number;
676: -- end 3531890
677:
678: BEGIN
679: qp_debug_util.tstart('GET_CUSTOM_PRICE','Calculating the custom price in Formulas');
680: l_formula_line_tbl(l_rec.step_number).component_value :=
681: QP_Custom.Get_Custom_Price(p_price_formula_id,
682: p_list_price,
683: p_price_effective_date,

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

681: QP_Custom.Get_Custom_Price(p_price_formula_id,
682: p_list_price,
683: p_price_effective_date,
684: l_req_line_attrs_tbl);
685: qp_debug_util.tstop('GET_CUSTOM_PRICE');
686: l_Operand_Tbl(l_rec.step_number) := l_formula_line_tbl(l_rec.step_number).component_value;
687:
688: l_formula_line_tbl(l_rec.step_number).step_number := l_rec.step_number;
689: l_formula_line_tbl(l_rec.step_number).price_formula_line_type_code :=