[Home] [Help]
APPS.JAI_AP_UTILS_PKG dependencies on FND_CURRENCIES
Line 2209: from fnd_currencies
2205:
2206: /* precision */
2207: Cursor get_prec (lv_currency_code varchar2) is
2208: select precision
2209: from fnd_currencies
2210: where currency_code = lv_currency_code;
2211:
2212:
2213: /* Local Variables */