DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PUB dependencies on CS_INCIDENT_TYPES_TL

Line 6361: from cs_incident_types_tl type

6357: inc.incident_id
6358: ,inc.incident_number IncidentNumber
6359: ,inc.incident_type_id
6360: ,(select type.name
6361: from cs_incident_types_tl type
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