DBA Data[Home] [Help]

APPS.QP_MULTI_CURRENCY_PVT dependencies on QP_UTIL

Line 55: IF qp_util.attrmgr_installed = 'Y' THEN

51: '00999999999999999999999.99999999999999999999999999999999999999';
52:
53: delete from qp_preq_line_attrs_formula_tmp;
54:
55: IF qp_util.attrmgr_installed = 'Y' THEN
56: -- Insert request line attributes with datatype = 'N'
57: INSERT INTO
58: qp_preq_line_attrs_formula_tmp
59: (

Line 866: qp_util_pub.round_price(

862: IF l_debug = FND_API.G_TRUE THEN
863: qp_preq_grp.engine_debug('Currency_Conversion_API - p_rounding_flag = '
864: || p_rounding_flag);
865: END IF;
866: qp_util_pub.round_price(
867: P_OPERAND => result_operand_value_t(J)
868: ,P_ROUNDING_FACTOR => rounding_factor_t(J)
869: ,P_USE_MULTI_CURRENCY => 'Y'
870: ,P_PRICE_LIST_ID => NULL