[Home] [Help]
[Dependency Information]
Object Name: | CS_SR_UWQ_TEAM_COUNT_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
INCIDENT_ID | NUMBER | (15) | Yes | The incident identifier. |
INCIDENT_NUMBER | VARCHAR2 | (64) | Yes | The incident number. |
INCIDENT_STATUS_ID | NUMBER | (15) | Yes | The incident status identifier. |
RESOURCE_ID | NUMBER | The individual owner identifier for the Service Request. | ||
RESOURCE_TYPE | VARCHAR2 | (30) | The Resource Type of the resource. | |
OWNER_ID | NUMBER | (15) | The Individual Owner of the Service Request. | |
INCIDENT_SEVERITY_ID | NUMBER | (15) | Yes | Incident Severity identifier |
Cut, paste (and edit) the following text to query this object:
SELECT INCIDENT_ID
, INCIDENT_NUMBER
, INCIDENT_STATUS_ID
, RESOURCE_ID
, RESOURCE_TYPE
, OWNER_ID
, INCIDENT_SEVERITY_ID
FROM APPS.CS_SR_UWQ_TEAM_COUNT_V;
|
|
|