DBA Data[Home] [Help]

APPS.EDR_PSIG dependencies on FND_PROFILE

Line 34: l_edr_timezone :=fnd_profile.VALUE('EDR_SERVER_TIMEZONE');

30: BEGIN
31:
32: --Bug 4073809 : start
33: l_server_timezone :=fnd_timezones.GET_SERVER_TIMEZONE_CODE;
34: l_edr_timezone :=fnd_profile.VALUE('EDR_SERVER_TIMEZONE');
35: --Bug 4073809 : end
36:
37: /* Bug Fix 3225490 . Added new or condition to check null value for edr_timezone */
38: IF (l_edr_timezone <> l_server_timezone) or (l_server_timezone is NULL) or (l_edr_timezone is NULL) THEN