DBA Data[Home] [Help]

APPS.JTF_TASK_RECURRENCES_PVT dependencies on HZ_TIMEZONES

Line 600: FROM hz_timezones

596: BEGIN
597: --Get server timezone's offset from GMT
598: SELECT gmt_deviation_hours
599: INTO l_server_offset
600: FROM hz_timezones
601: WHERE timezone_id = l_server_tz_id;
602:
603: --Get the GMT deviation of p_to_date
604: hz_timezone_pub.get_timezone_gmt_deviation(