DBA Data[Home] [Help]

APPS.CS_TZ_GET_DETAILS_PVT dependencies on JTF_TASKS_B

Line 538: FROM cs_incidents_all_b a, jtf_tasks_b b

534:
535: -- Cursor to derive Task location type
536: CURSOR task_address_location_type IS
537: SELECT a.incident_location_id, a.incident_location_type
538: FROM cs_incidents_all_b a, jtf_tasks_b b
539: WHERE a.incident_id = b.source_object_id
540: AND b.source_object_type_code = 'SR'
541: AND b.task_id = p_task_id ;
542: