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 828: QP_Custom.Get_Custom_Price(p_price_formula_id,

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

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

1341: RETURN l_formula_value;
1342:
1343: WHEN E_CUSTOMIZE_GET_CUSTOM_PRICE THEN
1344: x_return_status := FND_API.G_RET_STS_ERROR;
1345: fnd_message.set_name('QP','QP_CUSTOMIZE_GET_CUSTOM_PRICE');
1346: fnd_message.set_token('FORMULA_NAME',l_formula_name);
1347: -- Change mask back to flexible mask
1348: qp_number.canonical_mask := 'FM999999999999999999999.9999999999999999999999999999999999999999';
1349: RETURN l_formula_value;