DBA Data[Home] [Help]

APPS.IGS_FI_GEN_GL dependencies on FND_CURRENCY

Line 542: -- invoke the generic fnd_currency.get_info to get the precision information

538: IF g_old_reference.currency_code IS NULL THEN
539: RETURN l_n_amount;
540: END IF;
541:
542: -- invoke the generic fnd_currency.get_info to get the precision information
543: -- for the functional currency. This call out would be made once per session
544: fnd_currency.get_info(
545: currency_code => g_old_reference.currency_code ,
546: precision => g_old_reference.precision ,

Line 544: fnd_currency.get_info(

540: END IF;
541:
542: -- invoke the generic fnd_currency.get_info to get the precision information
543: -- for the functional currency. This call out would be made once per session
544: fnd_currency.get_info(
545: currency_code => g_old_reference.currency_code ,
546: precision => g_old_reference.precision ,
547: ext_precision => g_old_reference.extended_precision ,
548: min_acct_unit => g_old_reference.minimum_accountable_unit