DBA Data[Home] [Help]

APPS.JAI_AP_MISC_PKG dependencies on FND_CURRENCIES

Line 44: from fnd_currencies

40:
41: /* precision */
42: Cursor get_prec (lv_currency_code varchar2) is
43: select precision
44: from fnd_currencies
45: where currency_code = lv_currency_code;
46:
47:
48: /* Local Variables */