DBA Data[Home] [Help]

APPS.CSF_TIMEZONES_PVT dependencies on FND_TIMEZONES

Line 88: g_server_tz := fnd_timezones.get_server_timezone_code;

84: -------------------------------------------------------------------------
85: PROCEDURE init
86: IS
87: BEGIN
88: g_server_tz := fnd_timezones.get_server_timezone_code;
89: g_client_tz := fnd_timezones.get_client_timezone_code;
90: g_tz_enabled := 'N';
91:
92: -- this function is currently not present in fnd_timezones 1158

Line 89: g_client_tz := fnd_timezones.get_client_timezone_code;

85: PROCEDURE init
86: IS
87: BEGIN
88: g_server_tz := fnd_timezones.get_server_timezone_code;
89: g_client_tz := fnd_timezones.get_client_timezone_code;
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

Line 92: -- this function is currently not present in fnd_timezones 1158

88: g_server_tz := fnd_timezones.get_server_timezone_code;
89: g_client_tz := fnd_timezones.get_client_timezone_code;
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