DBA Data[Home] [Help]

APPS.HR_GENERAL dependencies on FND_CURRENCIES

Line 733: from fnd_currencies CURRENCY,

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