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


TABLE: APPS.BIV_RES_H_SUM_MV

Object Details
Object Name: BIV_RES_H_SUM_MV
Object Type: TABLE
Owner: APPS
FND Design Data: TableFND.BIV_RES_H_SUM_MV
Subobject Name:
Status: VALID
Storage Details
Tablespace: TablespaceAPPS_TS_SUMMARY
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
I_SNAP$_BIV_RES_H_SUM_MV FUNCTION-BASED NORMAL UNIQUE TablespaceAPPS_TS_SUMMARY ColumnSYS_OP_MAP_NONNULL("TIME_ID")
ColumnSYS_OP_MAP_NONNULL("PERIOD_TYPE_ID")
ColumnSYS_OP_MAP_NONNULL("INCIDENT_TYPE_ID")
ColumnSYS_OP_MAP_NONNULL("VBH_TOP_NODE_FLAG")
ColumnSYS_OP_MAP_NONNULL("VBH_PARENT_CATEGORY_ID")
ColumnSYS_OP_MAP_NONNULL("VBH_CHILD_CATEGORY_ID")
ColumnSYS_OP_MAP_NONNULL("INCIDENT_SEVERITY_ID")
BIV_RES_H_SUM_MV_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SUMMARY ColumnTIME_ID
ColumnPERIOD_TYPE_ID
Columns
Name Datatype Length Mandatory Comments
TIME_ID NUMBER

Nested Grouping ID Column for Time
PERIOD_TYPE_ID NUMBER

Period type identifier based on XTD nested model
INCIDENT_TYPE_ID NUMBER

Type identifier, from cs_incidents_audit_b.incident_type_id. Securing dimension
VBH_TOP_NODE_FLAG VARCHAR2 (1)
Indicates if VBH_PARENT_CATEGORY_ID is for a top node in the hierarchy
VBH_PARENT_CATEGORY_ID NUMBER

Parent Product Category identifier, from eni_denorm_hierarchies.parent_id
VBH_CHILD_CATEGORY_ID NUMBER

Child Product Category identifier, from eni_denorm_hierarchies.imm_child_id
INCIDENT_SEVERITY_ID NUMBER

Severity identifier, from cs_incidents_audit_b.incident_severity_id
RESOLUTION_COUNT NUMBER

Count of Service Requests closed with combination of dimensional values
TOTAL_TIME_TO_RESOLUTION NUMBER

Total (sum) for time to resolution of Service Requests resolved with combination of dimensional values
TIME_TO_RESOLUTION_B1 NUMBER

Count of Service Requests closed with combination of dimensional values and time to resolution in bucket range 1
TIME_TO_RESOLUTION_B2 NUMBER

Count of Service Requests closed with combination of dimensional values and time to resolution in bucket range 2
TIME_TO_RESOLUTION_B3 NUMBER

Count of Service Requests closed with combination of dimensional values and time to resolution in bucket range 3
TIME_TO_RESOLUTION_B4 NUMBER

Count of Service Requests closed with combination of dimensional values and time to resolution in bucket range 4
TIME_TO_RESOLUTION_B5 NUMBER

Count of Service Requests closed with combination of dimensional values and time to resolution in bucket range 5
TIME_TO_RESOLUTION_B6 NUMBER

Count of Service Requests closed with combination of dimensional values and time to resolution in bucket range 6
TIME_TO_RESOLUTION_B7 NUMBER

Count of Service Requests closed with combination of dimensional values and time to resolution in bucket range 7
TIME_TO_RESOLUTION_B8 NUMBER

Count of Service Requests closed with combination of dimensional values and time to resolution in bucket range 8
TIME_TO_RESOLUTION_B9 NUMBER

Count of Service Requests closed with combination of dimensional values and time to resolution in bucket range 9
TIME_TO_RESOLUTION_B10 NUMBER

Count of Service Requests closed with combination of dimensional values and time to resolution in bucket range 10
MV_RESOLUTION_COUNT NUMBER

MV_TOTAL_TIME_TO_RESOLUTION NUMBER

Count Column
MV_TIME_TO_RESOLUTION_B1 NUMBER

Count Column
MV_TIME_TO_RESOLUTION_B2 NUMBER

Count Column
MV_TIME_TO_RESOLUTION_B3 NUMBER

Count Column
MV_TIME_TO_RESOLUTION_B4 NUMBER

Count Column
MV_TIME_TO_RESOLUTION_B5 NUMBER

Count Column
MV_TIME_TO_RESOLUTION_B6 NUMBER

Count Column
MV_TIME_TO_RESOLUTION_B7 NUMBER

Count Column
MV_TIME_TO_RESOLUTION_B8 NUMBER

Count Column
MV_TIME_TO_RESOLUTION_B9 NUMBER

Count Column
MV_TIME_TO_RESOLUTION_B10 NUMBER

Count Column
MV_COUNT NUMBER

Row Count
Query Text

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


SELECT TIME_ID
,      PERIOD_TYPE_ID
,      INCIDENT_TYPE_ID
,      VBH_TOP_NODE_FLAG
,      VBH_PARENT_CATEGORY_ID
,      VBH_CHILD_CATEGORY_ID
,      INCIDENT_SEVERITY_ID
,      RESOLUTION_COUNT
,      TOTAL_TIME_TO_RESOLUTION
,      TIME_TO_RESOLUTION_B1
,      TIME_TO_RESOLUTION_B2
,      TIME_TO_RESOLUTION_B3
,      TIME_TO_RESOLUTION_B4
,      TIME_TO_RESOLUTION_B5
,      TIME_TO_RESOLUTION_B6
,      TIME_TO_RESOLUTION_B7
,      TIME_TO_RESOLUTION_B8
,      TIME_TO_RESOLUTION_B9
,      TIME_TO_RESOLUTION_B10
,      MV_RESOLUTION_COUNT
,      MV_TOTAL_TIME_TO_RESOLUTION
,      MV_TIME_TO_RESOLUTION_B1
,      MV_TIME_TO_RESOLUTION_B2
,      MV_TIME_TO_RESOLUTION_B3
,      MV_TIME_TO_RESOLUTION_B4
,      MV_TIME_TO_RESOLUTION_B5
,      MV_TIME_TO_RESOLUTION_B6
,      MV_TIME_TO_RESOLUTION_B7
,      MV_TIME_TO_RESOLUTION_B8
,      MV_TIME_TO_RESOLUTION_B9
,      MV_TIME_TO_RESOLUTION_B10
,      MV_COUNT
FROM APPS.BIV_RES_H_SUM_MV;

Dependencies

[top of page]

APPS.BIV_RES_H_SUM_MV does not reference any database object

APPS.BIV_RES_H_SUM_MV is referenced by following:

SchemaAPPS
Materialized ViewBIV_RES_H_SUM_MV