DBA Data[Home] [Help]

APPS.JAI_AR_SUP_TRX_PKG dependencies on FND_CURRENCIES

Line 656: from fnd_currencies

652: in ra_interface_lines_all */
653:
654: Cursor get_curr_prec( lv_currency_code varchar2) is
655: Select precision
656: from fnd_currencies
657: where currency_code = lv_currency_code;
658:
659: ln_precision number;
660: