DBA Data[Home] [Help]

APPS.CSFW_TIMEZONE_PUB dependencies on FND_TIMEZONES

Line 22: IF (fnd_timezones.timezones_enabled <> 'Y') THEN

18:
19:
20: BEGIN
21:
22: IF (fnd_timezones.timezones_enabled <> 'Y') THEN
23: return p_server_time;
24: END IF;
25:
26: l_client_tz_id := to_number(fnd_profile.value_specific('CLIENT_TIMEZONE_ID'));

Line 49: IF (fnd_timezones.timezones_enabled <> 'Y') THEN

45: l_sysdate_server date;
46: l_sysdate_client date;
47:
48: BEGIN
49: IF (fnd_timezones.timezones_enabled <> 'Y') THEN
50: return 0;
51: END IF;
52:
53: l_client_tz_id := to_number(fnd_profile.value_specific('CLIENT_TIMEZONE_ID'));

Line 80: IF (fnd_timezones.timezones_enabled <> 'Y') THEN

76:
77:
78: BEGIN
79:
80: IF (fnd_timezones.timezones_enabled <> 'Y') THEN
81: return p_client_time;
82: END IF;
83:
84: