DBA Data[Home] [Help]

APPS.QP_MULTI_CURRENCY_PVT dependencies on QP_UTIL

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

116: '00999999999999999999999.99999999999999999999999999999999999999';*/ --Bug No: 8427852
117:
118: delete from qp_preq_line_attrs_formula_tmp;
119:
120: IF qp_util.attrmgr_installed = 'Y' THEN
121: --Begin Bug No: 8427852
122:
123: OPEN am_attr_cur;
124: qp_number.canonical_mask := 'FM999999999999999999999.9999999999999999999999999999999999999999';

Line 1061: qp_util_pub.round_price(

1057: IF l_debug = FND_API.G_TRUE THEN
1058: qp_preq_grp.engine_debug('Currency_Conversion_API - p_rounding_flag = '
1059: || p_rounding_flag);
1060: END IF;
1061: qp_util_pub.round_price(
1062: P_OPERAND => result_operand_value_t(J)
1063: ,P_ROUNDING_FACTOR => rounding_factor_t(J)
1064: ,P_USE_MULTI_CURRENCY => 'Y'
1065: ,P_PRICE_LIST_ID => NULL