DBA Data[Home] [Help]

APPS.CSF_GANTT_DATA_PKG dependencies on CSF_TIMEZONES_PVT

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

4511: -- In case the profile return a null, the default value
4512: -- will be 2 (EQUAL TO).
4513: l_levelmatch := NVL(fnd_profile.VALUE('CSF_SKILL_LEVEL_MATCH'), 2);
4514:
4515: l_start := csf_timezones_pvt.date_to_client_tz_date(p_start);
4516: l_end := csf_timezones_pvt.date_to_client_tz_date(p_end);
4517: OPEN c_resource_plan_window(p_task_id, l_start, l_end, p_resource_id, p_resource_type);
4518: FETCH c_resource_plan_window
4519: INTO l_rec;

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

4512: -- will be 2 (EQUAL TO).
4513: l_levelmatch := NVL(fnd_profile.VALUE('CSF_SKILL_LEVEL_MATCH'), 2);
4514:
4515: l_start := csf_timezones_pvt.date_to_client_tz_date(p_start);
4516: l_end := csf_timezones_pvt.date_to_client_tz_date(p_end);
4517: OPEN c_resource_plan_window(p_task_id, l_start, l_end, p_resource_id, p_resource_type);
4518: FETCH c_resource_plan_window
4519: INTO l_rec;
4520: