DBA Data[Home] [Help]

APPS.ISC_FS_TASK_ACT_BAC_ETL_PKG dependencies on JTF_TASK_AUDITS_B

Line 591: , jtf_task_audits_b a

587: , t.planned_start_date
588: -- denomalized columns
589: from
590: isc_fs_tasks_f t
591: , jtf_task_audits_b a
592: where
593: t.task_id = a.task_id
594: and t.source_object_type_code = 'SR'
595: -- don't restrict to just rule of 'DISPATCH' as

Line 1005: , jtf_task_audits_b a

1001: , t.planned_start_date
1002: -- denomalized columns
1003: from
1004: isc_fs_tasks_f t
1005: , jtf_task_audits_b a
1006: where
1007: t.task_id = a.task_id
1008: and t.last_update_date >= l_collect_from_date
1009: and nvl(t.task_split_flag,'N') in ('N','M')