DBA Data[Home] [Help]

APPS.JAI_AR_SUP_TRX_PKG dependencies on FND_CURRENCIES

Line 728: from fnd_currencies

724: in ra_interface_lines_all */
725:
726: Cursor get_curr_prec( lv_currency_code varchar2) is
727: Select precision
728: from fnd_currencies
729: where currency_code = lv_currency_code;
730:
731: ln_precision number;
732: