DBA Data[Home] [Help]

APPS.ECE_TIMEZONE_API dependencies on FND_PROFILE

Line 22: fnd_profile.get('SERVER_TIMEZONE_ID',st_tz_id);

18: if ec_debug.G_debug_level >= 2 then
19: ec_debug.push('ECE_TIMEZONE_API.GET_SERVER_TIMEZONE_DETAILS');
20: end if;
21: xProgress := 'TZAPI-10-1000';
22: fnd_profile.get('SERVER_TIMEZONE_ID',st_tz_id);
23: xProgress := 'TZAPI-10-1010';
24: if p_date is not null then
25: hz_timezone_pub.get_timezone_gmt_deviation(
26: 1.0,

Line 93: fnd_profile.get('SERVER_TIMEZONE_ID',st_tz_id);

89: ct_tz_id := i_timezone.timezone_id;
90: exit;
91: END LOOP;
92: xProgress := 'TZAPI-20-1010';
93: fnd_profile.get('SERVER_TIMEZONE_ID',st_tz_id);
94: xProgress := 'TZAPI-20-1020';
95: hz_timezone_pub.get_time(
96: 1.0,
97: p_init_msg_list,