[Home] [Help]
[Dependency Information]
| Object Name: | OKS_ENT_REACT_TIME_H_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKS.OKS_ENT_REACT_TIME_H_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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 |
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;
APPS
OKC_K_LINES_B
OKC_K_LINES_TL
OKS_ACTION_TIME_TYPES
OKS_K_LINES_V
OKX_INCIDENT_SEVERITS_V
APPS.OKS_ENT_REACT_TIME_H_V is not referenced by any database object
|
|
|
|