DBA Data[Home] [Help]

APPS.CSF_TRIPS_PUB dependencies on CSF_TIMEZONES_PVT

Line 3288: l_start_date := csf_timezones_pvt.date_to_client_tz_date(SYSDATE);

3284: END IF;
3285:
3286: IF l_start_date IS NULL THEN
3287: -- Get the System Date in Client Timezone
3288: l_start_date := csf_timezones_pvt.date_to_client_tz_date(SYSDATE);
3289: -- Convert the time to System Timezone
3290: l_start_date := csf_timezones_pvt.date_to_server_tz_date(TRUNC(l_start_date));
3291: END IF;
3292:

Line 3290: l_start_date := csf_timezones_pvt.date_to_server_tz_date(TRUNC(l_start_date));

3286: IF l_start_date IS NULL THEN
3287: -- Get the System Date in Client Timezone
3288: l_start_date := csf_timezones_pvt.date_to_client_tz_date(SYSDATE);
3289: -- Convert the time to System Timezone
3290: l_start_date := csf_timezones_pvt.date_to_server_tz_date(TRUNC(l_start_date));
3291: END IF;
3292:
3293: IF p_num_days IS NULL OR p_num_days <= 0 THEN
3294: l_num_days := fnd_profile.value('PLANSCOPE');