DBA Data[Home] [Help]

APPS.EDR_UTILITIES dependencies on FND_TIMEZONES

Line 90: if (fnd_timezones.GET_SERVER_TIMEZONE_CODE IS NULL) THEN

86: fnd_file.put_line(fnd_file.output, fnd_message.get_string('EDR', 'EDR_UTIL_PLS_ERES_PROFILE_N') );
87: end if;
88:
89: fnd_file.new_line(fnd_file.output, 1);
90: if (fnd_timezones.GET_SERVER_TIMEZONE_CODE IS NULL) THEN
91: fnd_file.put_line(fnd_file.output, fnd_message.get_string('EDR', 'EDR_UTIL_PLS_TIME_ZONE_N') );
92: else
93: fnd_message.set_name('EDR', 'EDR_UTIL_PLS_TIME_ZONE_Y');
94: fnd_message.set_token('TMZONE', fnd_timezones.GET_SERVER_TIMEZONE_CODE);

Line 94: fnd_message.set_token('TMZONE', fnd_timezones.GET_SERVER_TIMEZONE_CODE);

90: if (fnd_timezones.GET_SERVER_TIMEZONE_CODE IS NULL) THEN
91: fnd_file.put_line(fnd_file.output, fnd_message.get_string('EDR', 'EDR_UTIL_PLS_TIME_ZONE_N') );
92: else
93: fnd_message.set_name('EDR', 'EDR_UTIL_PLS_TIME_ZONE_Y');
94: fnd_message.set_token('TMZONE', fnd_timezones.GET_SERVER_TIMEZONE_CODE);
95: fnd_file.put_line(fnd_file.output, fnd_message.get);
96: end if;
97:
98: fnd_message.set_name('EDR', 'EDR_UTIL_PLS_ERES_PROFILE_V');

Line 733: l_cells(j) := 'S:'||nvl(fnd_date.date_to_displayDT(histr.signature_timestamp,fnd_timezones.get_server_timezone_code),'&'||'nbsp;');

729: j := j+1;
730: l_cells(j) := 'S:'||histr.signature_status;
731: j := j+1;
732: --Bug 4687718: Start
733: l_cells(j) := 'S:'||nvl(fnd_date.date_to_displayDT(histr.signature_timestamp,fnd_timezones.get_server_timezone_code),'&'||'nbsp;');
734: --Bug 4687718: End
735: j := j+1;
736: l_cells(j) := 'S:'||nvl(histr.signature_type,'&'||'nbsp;');
737: j := j+1;