DBA Data[Home] [Help]

APPS.ISC_FS_TASK_ETL_PKG dependencies on JTF_TASK_ASSIGNMENTS

Line 1223: , jtf_task_assignments ta

1219: , t.parent_task_id
1220: --
1221: from
1222: jtf_tasks_b t
1223: , jtf_task_assignments ta
1224: , jtf_task_statuses_b ts
1225: , cs_incidents_all_b i
1226: , ( select /*+ no_merge parallel(a) */
1227: distinct task_id

Line 1581: jtf_task_assignments ta

1577: else
1578: null
1579: end report_date
1580: from
1581: jtf_task_assignments ta
1582: , ( select /*+ NO_MERGE */ distinct
1583: task_id
1584: , task_assignment_id
1585: from

Line 2530: , jtf_task_assignments ta

2526: , 'Y'
2527: ) deleted_flag
2528: from
2529: jtf_tasks_b t
2530: , jtf_task_assignments ta
2531: , ( select /*+ NO_MERGE */ distinct
2532: task_id
2533: from isc_fs_events_stg
2534: where source_object_type_code = 'TASK'