DBA Data[Home] [Help]

APPS.CS_ERES_INT_PKG dependencies on JTF_TASK_TYPES_TL

Line 829: , jtf_task_types_tl type

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
832: , jtf_objects_tl obj_vl
833: WHERE jtf1B.source_object_type_code='SR'