DBA Data[Home] [Help]

APPS.PON_CONSOLE_PVT dependencies on FND_PROFILE

Line 725: l_client_timezone_id := fnd_profile.value('CLIENT_TIMEZONE_ID');

721: -- be determined by a call to fnd_timezones.get_timezone_conversion_reqd.
722: -- If the server and client timezones are the same, no conversion is
723: -- required
724:
725: l_client_timezone_id := fnd_profile.value('CLIENT_TIMEZONE_ID');
726: l_server_timezone_id := fnd_profile.value('SERVER_TIMEZONE_ID');
727:
728: IF l_client_timezone_id IS NULL OR
729: l_server_timezone_id IS NULL OR

Line 726: l_server_timezone_id := fnd_profile.value('SERVER_TIMEZONE_ID');

722: -- If the server and client timezones are the same, no conversion is
723: -- required
724:
725: l_client_timezone_id := fnd_profile.value('CLIENT_TIMEZONE_ID');
726: l_server_timezone_id := fnd_profile.value('SERVER_TIMEZONE_ID');
727:
728: IF l_client_timezone_id IS NULL OR
729: l_server_timezone_id IS NULL OR
730: l_client_timezone_id = l_server_timezone_id