DBA Data[Home] [Help]

APPS.CS_TZ_GET_DETAILS_PVT dependencies on JTF_TASKS_B

Line 602: FROM cs_incidents_all_b a, jtf_tasks_b b

598:
599: -- Cursor to derive Task location type
600: CURSOR task_address_location_type IS
601: SELECT a.incident_location_id, a.incident_location_type
602: FROM cs_incidents_all_b a, jtf_tasks_b b
603: WHERE a.incident_id = b.source_object_id
604: AND b.source_object_type_code = 'SR'
605: AND b.task_id = p_task_id ;
606: