DBA Data[Home] [Help]

APPS.ISC_FS_EVENT_LOG_ETL_PKG dependencies on JTF_TASK_AUDITS_B

Line 23: from jtf_task_audits_b t

19:
20: cursor c_task_audit is
21: select
22: 'Y'
23: from jtf_task_audits_b t
24: where
25: t.task_audit_id = p_task_audit_id
26: -- R12 dep/arr
27: and ( ( t.old_source_object_type_code = 'TASK' and t.old_task_type_id = 20 ) or