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


VIEW: APPS.OKS_ENT_REACT_TIME_H_V

Object Details
Object Name: OKS_ENT_REACT_TIME_H_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKS.OKS_ENT_REACT_TIME_H_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


Lists all Reaction time header informations. It also says about the severity level for the contract.


[View Source]

Columns
Name Datatype Length Mandatory Comments
COVERAGE_ID NUMBER

Internal Unique Identifier of a Coverage.
TXN_GROUP_ID NUMBER

Transaction Group Identifier. (Businee Process)
REACTION_TIME_ID NUMBER
Yes Reaction Time Identifier(Subline to the Business Process Line)
REACTION_INTERVAL_ID NUMBER
Yes Reaction Time Interval Identifier (Rule Identifier)
NAME VARCHAR2 (150)
User name given to a free-format reaction time line
SEVERITY_ID NUMBER (15) Yes Severity Identifier
SEVERITY_NAME VARCHAR2 (90) Yes Severity name
WORK_THROUGH_YN VARCHAR2 (1)
Work Throug Flag
ACTIVE_YN VARCHAR2 (1)
Active Flag
TIME_TYPE VARCHAR2 (30)
Time Type
Query Text

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


SELECT COVERAGE_ID
,      TXN_GROUP_ID
,      REACTION_TIME_ID
,      REACTION_INTERVAL_ID
,      NAME
,      SEVERITY_ID
,      SEVERITY_NAME
,      WORK_THROUGH_YN
,      ACTIVE_YN
,      TIME_TYPE
FROM APPS.OKS_ENT_REACT_TIME_H_V;

Dependencies

[top of page]

APPS.OKS_ENT_REACT_TIME_H_V references the following:

SchemaAPPS
SynonymOKC_K_LINES_B
SynonymOKC_K_LINES_TL
SynonymOKS_ACTION_TIME_TYPES
ViewOKS_K_LINES_V
ViewOKX_INCIDENT_SEVERITS_V

APPS.OKS_ENT_REACT_TIME_H_V is not referenced by any database object