DBA Data[Home] [Help]

APPS.PERWSEPY_PKG dependencies on FND_CURRENCY

Line 24: fnd_currency.get_info(currency_code => p_currcode

20: BEGIN
21: hr_utility.set_location('Entering:'||l_proc, 5);
22: if(p_uom='M') then
23: hr_utility.set_location(l_proc, 10);
24: fnd_currency.get_info(currency_code => p_currcode
25: ,precision => L_PRECISION
26: ,EXT_PRECISION => L_EXT_PRECISION
27: ,MIN_ACCT_UNIT => L_MIN_ACCT_UNIT);
28: hr_utility.set_location(l_proc, 20);