DBA Data[Home] [Help]

APPS.JAI_AP_UTILS_PKG dependencies on FND_CURRENCIES

Line 2433: from fnd_currencies

2429:
2430: /* precision */
2431: Cursor get_prec (lv_currency_code varchar2) is
2432: select precision
2433: from fnd_currencies
2434: where currency_code = lv_currency_code;
2435:
2436:
2437: /* Local Variables */