DBA Data[Home] [Help]

APPS.QP_FORMULA_PRICE_CALC_PVT dependencies on QP_CUSTOM

Line 67: RETURN QP_CUSTOM.Get_Custom_Price(p_price_formula_id, p_list_price,

63: i := i+1;
64: END LOOP;
65: END IF;
66:
67: RETURN QP_CUSTOM.Get_Custom_Price(p_price_formula_id, p_list_price,
68: p_price_effective_date, l_req_line_attrs_tbl);
69: END Java_Custom_Price;
70:
71:

Line 681: QP_Custom.Get_Custom_Price(p_price_formula_id,

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,
684: l_req_line_attrs_tbl);
685: qp_debug_util.tstop('GET_CUSTOM_PRICE');

Line 1131: fnd_message.set_name('QP','QP_CUSTOMIZE_GET_CUSTOM_PRICE');

1127: RETURN l_formula_value;
1128:
1129: WHEN E_CUSTOMIZE_GET_CUSTOM_PRICE THEN
1130: x_return_status := FND_API.G_RET_STS_ERROR;
1131: fnd_message.set_name('QP','QP_CUSTOMIZE_GET_CUSTOM_PRICE');
1132: fnd_message.set_token('FORMULA_NAME',l_formula_name);
1133: -- Change mask back to flexible mask
1134: qp_number.canonical_mask := 'FM999999999999999999999.9999999999999999999999999999999999999999';
1135: RETURN l_formula_value;