DBA Data[Home] [Help]

APPS.PNRX_RENT_INCREASE_DETAILACC dependencies on FND_CURRENCY

Line 777: fnd_currency.get_info (term_rec.currency_code,

773: );
774: pnp_debug_pkg.put_log_msg ('pn_rentincdet_get_details(-)');
775:
776: -- slk start
777: fnd_currency.get_info (term_rec.currency_code,
778: l_precision,
779: l_ext_precision,
780: l_min_acct_unit);
781: -- slk end