DBA Data[Home] [Help]

APPS.PNRX_RENT_INCREASE_DETAIL dependencies on FND_CURRENCY

Line 747: fnd_currency.get_info (term_rec.currency_code,

743:
744: pnp_debug_pkg.put_log_msg ('pn_rentincdet_get_details(-)');
745:
746: -- slk start
747: fnd_currency.get_info (term_rec.currency_code,
748: l_precision,
749: l_ext_precision,
750: l_min_acct_unit);
751: -- slk end