DBA Data[Home] [Help]

APPS.AP_WEB_AMOUNT_UTIL dependencies on FND_CURRENCIES_VL

Line 58: from fnd_currencies_vl fc

54: -- arp_standard.debug('rounding amount ' || p_amount || ' for curr ' || p_curr_code);
55:
56: select round(p_amount, fc.precision)
57: into l_value
58: from fnd_currencies_vl fc
59: where currency_code = p_curr_code;
60:
61: return l_value;
62: end;