DBA Data[Home] [Help]

APPS.HR_GENERAL dependencies on FND_CURRENCIES

Line 735: from fnd_currencies CURRENCY,

731: and rule_type = 'DC';
732: --
733: cursor csr_currency is
734: select currency_code
735: from fnd_currencies CURRENCY,
736: fnd_sessions SESH
737: where currency.enabled_flag = 'Y'
738: and currency.issuing_territory_code = p_legislation_code
739: and sesh.session_id = userenv ('sessionid')