DBA Data[Home] [Help]

APPS.CSF_GANTT_DATA_PKG dependencies on CSF_TIMEZONES_PVT

Line 1930: l_start := csf_timezones_pvt.date_to_client_tz_date(p_start);

1926: -- In case the profile return a null, the default value
1927: -- will be 2 (EQUAL TO).
1928: l_levelmatch := NVL(fnd_profile.VALUE('CSF_SKILL_LEVEL_MATCH'), 2);
1929:
1930: l_start := csf_timezones_pvt.date_to_client_tz_date(p_start);
1931: l_end := csf_timezones_pvt.date_to_client_tz_date(p_end);
1932: OPEN c_resource_plan_window(p_task_id, l_start, l_end, p_resource_id, p_resource_type);
1933: FETCH c_resource_plan_window
1934: INTO l_rec;

Line 1931: l_end := csf_timezones_pvt.date_to_client_tz_date(p_end);

1927: -- will be 2 (EQUAL TO).
1928: l_levelmatch := NVL(fnd_profile.VALUE('CSF_SKILL_LEVEL_MATCH'), 2);
1929:
1930: l_start := csf_timezones_pvt.date_to_client_tz_date(p_start);
1931: l_end := csf_timezones_pvt.date_to_client_tz_date(p_end);
1932: OPEN c_resource_plan_window(p_task_id, l_start, l_end, p_resource_id, p_resource_type);
1933: FETCH c_resource_plan_window
1934: INTO l_rec;
1935: