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


TABLE: APPS.BIV_B_AGE_H_SUM_MV

Object Details
Object Name: BIV_B_AGE_H_SUM_MV
Object Type: TABLE
Owner: APPS
FND Design Data: TableFND.BIV_B_AGE_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_B_AGE_H_SUM_MV FUNCTION-BASED NORMAL UNIQUE TablespaceAPPS_TS_SUMMARY ColumnSYS_OP_MAP_NONNULL("REPORT_DATE")
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")
ColumnSYS_OP_MAP_NONNULL("RESOLVED_FLAG")
ColumnSYS_OP_MAP_NONNULL("INCIDENT_SEVERITY_ID")
BIV_B_AGE_H_SUM_MV_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SUMMARY ColumnREPORT_DATE
Columns
Name Datatype Length Mandatory Comments
REPORT_DATE DATE
Yes The date of the backlog
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
RESOLVED_FLAG VARCHAR2 (1)
Flag indicates the resolution status of the backlog audit record
BACKLOG_COUNT NUMBER

Count of Service Requests in backlog
TOTAL_BACKLOG_AGE NUMBER

Total for age of Service Requests in backlog. Average age can be calculated as TOTAL_BACKLOG_AGE/BACKLOG_COUNT
BACKLOG_AGE_B1 NUMBER

Count of Service Requests in backlog with age in bucket range 1
BACKLOG_AGE_B2 NUMBER

Count of Service Requests in backlog with age in bucket range 2
BACKLOG_AGE_B3 NUMBER

Count of Service Requests in backlog with age in bucket range 3
BACKLOG_AGE_B4 NUMBER

Count of Service Requests in backlog with age in bucket range 4
BACKLOG_AGE_B5 NUMBER

Count of Service Requests in backlog with age in bucket range 5
BACKLOG_AGE_B6 NUMBER

Count of Service Requests in backlog with age in bucket range 6
BACKLOG_AGE_B7 NUMBER

Count of Service Requests in backlog with age in bucket range 7
BACKLOG_AGE_B8 NUMBER

Count of Service Requests in backlog with age in bucket range 8
BACKLOG_AGE_B9 NUMBER

Count of Service Requests in backlog with age in bucket range 9
BACKLOG_AGE_B10 NUMBER

Count of Service Requests in backlog with age in bucket range 10
ESCALATED_COUNT NUMBER

Count of escalated Service Requests in backlog
TOTAL_ESCALATED_AGE NUMBER

Total for age of escalated Service Requests in backlog. Average age can be calculated as TOTAL_ESCALATED_AGE/ESCALATED_COUNT
ESCALATED_AGE_B1 NUMBER

Count of escalated Service Requests in backlog with age in bucket range 1
ESCALATED_AGE_B2 NUMBER

Count of escalated Service Requests in backlog with age in bucket range 2
ESCALATED_AGE_B3 NUMBER

Count of escalated Service Requests in backlog with age in bucket range 3
ESCALATED_AGE_B4 NUMBER

Count of escalated Service Requests in backlog with age in bucket range 4
ESCALATED_AGE_B5 NUMBER

Count of escalated Service Requests in backlog with age in bucket range 5
ESCALATED_AGE_B6 NUMBER

Count of escalated Service Requests in backlog with age in bucket range 6
ESCALATED_AGE_B7 NUMBER

Count of escalated Service Requests in backlog with age in bucket range 7
ESCALATED_AGE_B8 NUMBER

Count of escalated Service Requests in backlog with age in bucket range 8
ESCALATED_AGE_B9 NUMBER

Count of escalated Service Requests in backlog with age in bucket range 9
ESCALATED_AGE_B10 NUMBER

Count of escalated Service Requests in backlog with age in bucket range 10
UNOWNED_COUNT NUMBER

Count of unowned Service Requests in backlog
TOTAL_UNOWNED_AGE NUMBER

Total for age of unowned Service Requests in backlog. Average age can be calculated as TOTAL_UNOWNED_AGE/UNOWNED_COUNT
UNOWNED_AGE_B1 NUMBER

Count of unowned Service Requests in backlog with age in bucket range 1
UNOWNED_AGE_B2 NUMBER

Count of unowned Service Requests in backlog with age in bucket range 2
UNOWNED_AGE_B3 NUMBER

Count of unowned Service Requests in backlog with age in bucket range 3
UNOWNED_AGE_B4 NUMBER

Count of unowned Service Requests in backlog with age in bucket range 4
UNOWNED_AGE_B5 NUMBER

Count of unowned Service Requests in backlog with age in bucket range 5
UNOWNED_AGE_B6 NUMBER

Count of unowned Service Requests in backlog with age in bucket range 6
UNOWNED_AGE_B7 NUMBER

Count of unowned Service Requests in backlog with age in bucket range 7
UNOWNED_AGE_B8 NUMBER

Count of unowned Service Requests in backlog with age in bucket range 8
UNOWNED_AGE_B9 NUMBER

Count of unowned Service Requests in backlog with age in bucket range 9
UNOWNED_AGE_B10 NUMBER

Count of unowned Service Requests in backlog with age in bucket range 10
Query Text

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


SELECT REPORT_DATE
,      INCIDENT_TYPE_ID
,      VBH_TOP_NODE_FLAG
,      VBH_PARENT_CATEGORY_ID
,      VBH_CHILD_CATEGORY_ID
,      INCIDENT_SEVERITY_ID
,      RESOLVED_FLAG
,      BACKLOG_COUNT
,      TOTAL_BACKLOG_AGE
,      BACKLOG_AGE_B1
,      BACKLOG_AGE_B2
,      BACKLOG_AGE_B3
,      BACKLOG_AGE_B4
,      BACKLOG_AGE_B5
,      BACKLOG_AGE_B6
,      BACKLOG_AGE_B7
,      BACKLOG_AGE_B8
,      BACKLOG_AGE_B9
,      BACKLOG_AGE_B10
,      ESCALATED_COUNT
,      TOTAL_ESCALATED_AGE
,      ESCALATED_AGE_B1
,      ESCALATED_AGE_B2
,      ESCALATED_AGE_B3
,      ESCALATED_AGE_B4
,      ESCALATED_AGE_B5
,      ESCALATED_AGE_B6
,      ESCALATED_AGE_B7
,      ESCALATED_AGE_B8
,      ESCALATED_AGE_B9
,      ESCALATED_AGE_B10
,      UNOWNED_COUNT
,      TOTAL_UNOWNED_AGE
,      UNOWNED_AGE_B1
,      UNOWNED_AGE_B2
,      UNOWNED_AGE_B3
,      UNOWNED_AGE_B4
,      UNOWNED_AGE_B5
,      UNOWNED_AGE_B6
,      UNOWNED_AGE_B7
,      UNOWNED_AGE_B8
,      UNOWNED_AGE_B9
,      UNOWNED_AGE_B10
FROM APPS.BIV_B_AGE_H_SUM_MV;

Dependencies

[top of page]

APPS.BIV_B_AGE_H_SUM_MV does not reference any database object

APPS.BIV_B_AGE_H_SUM_MV is referenced by following:

SchemaAPPS
Materialized ViewBIV_B_AGE_H_SUM_MV