DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.OKX_INCIDENT_SEVERITS_V

Object Details
Object Name: OKX_INCIDENT_SEVERITS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKX.OKX_INCIDENT_SEVERITS_V
Subobject Name:
Status: VALID

View Type

MultiLingual view (a language resolved view of the data.)


Displays information about the severities defined for service requests and actions.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ID1 NUMBER (15) Yes Severity unique identifier
ID2 CHAR (1)
(Multi-part) Primary Key
INCIDENT_SUBTYPE VARCHAR2 (30) Yes Identifies whether the severity is for service requests or actions
START_DATE_ACTIVE DATE

Date this severity becomes active, if limited
END_DATE_ACTIVE DATE

Date this severity becomes inactive, if limited
STATUS VARCHAR2 (1)
Status
DESCRIPTION VARCHAR2 (720)
Severity description
NAME VARCHAR2 (90) Yes Severity name
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ID1
,      ID2
,      INCIDENT_SUBTYPE
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      STATUS
,      DESCRIPTION
,      NAME
FROM APPS.OKX_INCIDENT_SEVERITS_V;

Dependencies

[top of page]

APPS.OKX_INCIDENT_SEVERITS_V references the following:

SchemaAPPS
SynonymCS_INCIDENT_SEVERITIES_B
SynonymCS_INCIDENT_SEVERITIES_TL
APPS.OKX_INCIDENT_SEVERITS_V is referenced by following:

SchemaAPPS
Package BodyOKS_ENTITLEMENTS_WEB - show dependent code
ViewOKS_ENT_REACT_TIME_H_V