DBA Data[Home] [Help]

APPS.CS_ERES_INT_PKG dependencies on JTF_TASKS_TL

Line 780: FROM JTF_TASKS_TL jtf1T, JTF_TASKS_B jtf1B

776: , DECODE(jtf1B.scheduled_start_date,'','',to_char(hz_timezone_pub.convert_datetime(l_source_timezone_id,l_desc_timezone_id,jtf1B.scheduled_start_date),l_date_format)) task_scheduled_start_date
777: , DECODE(jtf1B.scheduled_end_date,'','',to_char(hz_timezone_pub.convert_datetime(l_source_timezone_id,l_desc_timezone_id,jtf1B.scheduled_end_date),l_date_format)) task_scheduled_end_date
778: , DECODE(jtf1B.actual_start_date,'','',to_char(hz_timezone_pub.convert_datetime(l_source_timezone_id,l_desc_timezone_id,jtf1B.ACTUAL_START_DATE),l_date_format)) task_actual_start_date
779: , DECODE(jtf1B.actual_end_date,'','',to_char(hz_timezone_pub.convert_datetime(l_source_timezone_id,l_desc_timezone_id,jtf1B.ACTUAL_END_DATE),l_date_format)) task_actual_end_date
780: FROM JTF_TASKS_TL jtf1T, JTF_TASKS_B jtf1B
781: , jtf_tasks_b jtf2
782: , jtf_task_types_tl type
783: , jtf_task_priorities_tl priority
784: , JTF_TASK_STATUSES_TL statusT, JTF_TASK_STATUSES_B statusB