DBA Data[Home] [Help]

APPS.ISC_FS_EVENT_LOG_ETL_PKG dependencies on CS_INCIDENTS_ALL_B

Line 349: , cs_incidents_all_b i

345: select
346: i.incident_id
347: from
348: jtf_tasks_b t
349: , cs_incidents_all_b i
350: where
351: t.source_object_type_code = 'SR'
352: and t.source_object_id = i.incident_id
353: and i.incident_number = b_incident_number;