DBA Data[Home] [Help]

APPS.PAY_SBT_BUS dependencies on FND_CURRENCIES

Line 444: from fnd_currencies fc

440: -- Check that the currency code is valid.
441: --
442: cursor csr_valid_currency_code is
443: select null
444: from fnd_currencies fc
445: where upper(fc.currency_code) = upper(p_currency_code)
446: and fc.enabled_flag = 'Y'
447: and fc.currency_flag = 'Y';
448: --