DBA Data[Home] [Help]

APPS.CSF_RESOURCE_PUB dependencies on CS_INCIDENT_TYPES_VL

Line 1129: from jtf_tasks_b t, cs_incidents_all i, cs_incident_types_vl iv

1125:
1126: --Introduced by lokumar for bug#7340932
1127: CURSOR c_business_process IS
1128: select iv.business_process_id
1129: from jtf_tasks_b t, cs_incidents_all i, cs_incident_types_vl iv
1130: where t.task_id = p_task_id
1131: and t.source_object_id = i.incident_id
1132: and i.incident_type_id = iv.incident_type_id;
1133: