DBA Data[Home] [Help]

APPS.CSF_TIMEZONES_PVT dependencies on FND_PROFILE

Line 94: if nvl(fnd_profile.value('ENABLE_TIMEZONE_CONVERSIONS'),'N') = 'Y'

90: g_tz_enabled := 'N';
91:
92: -- this function is currently not present in fnd_timezones 1158
93: -- copied from AFTZONEB.pls 115.3 and modified
94: if nvl(fnd_profile.value('ENABLE_TIMEZONE_CONVERSIONS'),'N') = 'Y'
95: and g_server_tz is not null
96: and g_client_tz is not null
97: then
98: -- flag initiated as 'N'