DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PUB dependencies on CS_INCIDENT_STATUSES_TL

Line 6366: from cs_incident_statuses_tl status

6362: where type.incident_type_id = inc.incident_type_id
6363: and type.language = userenv('LANG')) IncidentType
6364: ,inc.incident_status_id IncidentStatusId
6365: ,(select status.name
6366: from cs_incident_statuses_tl status
6367: where status.incident_status_id = inc.incident_status_id
6368: and status.language = userenv('LANG') )IncidentStatus
6369: ,inc.incident_severity_id IncidentSeverityId
6370: ,(select sev.name