DBA Data[Home] [Help]

APPS.CS_ERES_INT_PKG dependencies on JTF_TASKS_TL

Line 827: FROM JTF_TASKS_TL jtf1T, JTF_TASKS_B jtf1B

823: , DECODE(jtf1B.scheduled_start_date,'','',to_char(fnd_timezone_pub.adjust_datetime(jtf1B.scheduled_start_date, l_source_tz_code,l_dest_tz_code),l_date_format)) task_scheduled_start_date
824: , DECODE(jtf1B.scheduled_end_date,'','',to_char(fnd_timezone_pub.adjust_datetime(jtf1B.scheduled_end_date, l_source_tz_code,l_dest_tz_code),l_date_format)) task_scheduled_end_date
825: , DECODE(jtf1B.actual_start_date,'','',to_char(fnd_timezone_pub.adjust_datetime(jtf1B.ACTUAL_START_DATE, l_source_tz_code,l_dest_tz_code),l_date_format)) task_actual_start_date
826: , DECODE(jtf1B.actual_end_date,'','',to_char(fnd_timezone_pub.adjust_datetime(jtf1B.ACTUAL_END_DATE, l_source_tz_code,l_dest_tz_code),l_date_format)) task_actual_end_date
827: FROM JTF_TASKS_TL jtf1T, JTF_TASKS_B jtf1B
828: , jtf_tasks_b jtf2
829: , jtf_task_types_tl type
830: , jtf_task_priorities_tl priority
831: , JTF_TASK_STATUSES_TL statusT, JTF_TASK_STATUSES_B statusB