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


TABLE: APPS.ISC_DR_MTTR_01_MV

Object Details
Object Name: ISC_DR_MTTR_01_MV
Object Type: TABLE
Owner: APPS
FND Design Data: TableFND.ISC_DR_MTTR_01_MV
Subobject Name:
Status: VALID
Storage Details
Tablespace: TablespaceAPPS_TS_SUMMARY
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
I_SNAP$_ISC_DR_MTTR_01_MV FUNCTION-BASED NORMAL UNIQUE TablespaceAPPS_TS_SUMMARY ColumnSYS_OP_MAP_NONNULL("REPAIR_ORGANIZATION_ID")
ColumnSYS_OP_MAP_NONNULL("REPAIR_TYPE_ID")
ColumnSYS_OP_MAP_NONNULL("QTR_ID")
ColumnSYS_OP_MAP_NONNULL("CUSTOMER_ID")
ColumnSYS_OP_MAP_NONNULL("PRODUCT_CATEGORY_ID")
ColumnSYS_OP_MAP_NONNULL("ITEM_ORG_ID")
ColumnSYS_OP_MAP_NONNULL("MONTH_ID")
ColumnSYS_OP_MAP_NONNULL("WEEK_ID")
ColumnSYS_OP_MAP_NONNULL("DAY_ID")
ColumnSYS_OP_MAP_NONNULL("MV_GRP_ID")
ISC_DR_MTTR_01_MV_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SUMMARY ColumnTIME_ID
ColumnAGGREGATION_FLAG
ColumnITEM_ORG_ID
ColumnREPAIR_ORGANIZATION_ID
ISC_DR_MTTR_01_MV_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_SUMMARY ColumnTIME_ID
ColumnAGGREGATION_FLAG
ColumnCUSTOMER_ID
ColumnPRODUCT_CATEGORY_ID
ISC_DR_MTTR_01_MV_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_SUMMARY ColumnTIME_ID
ColumnAGGREGATION_FLAG
ColumnPRODUCT_CATEGORY_ID
ColumnREPAIR_TYPE_ID
Columns
Name Datatype Length Mandatory Comments
ITEM_ORG_ID VARCHAR2 (25)
Item Organization identifier
PRODUCT_CATEGORY_ID NUMBER

Product Category Identifier
REPAIR_ORGANIZATION_ID NUMBER (15) Yes Repair Organization Identifier
REPAIR_TYPE_ID NUMBER (15)
Repair type Identifier
CUSTOMER_ID NUMBER (15)
Customer Identifier
AGGREGATION_FLAG NUMBER

MV Level aggregation flag
QTR_ID NUMBER

Activity date quarter identifier
MONTH_ID NUMBER

Activity date month identifier
WEEK_ID NUMBER

Activity date week identifier
DAY_ID NUMBER

Activity date day identifier
TIME_ID NUMBER

Activity date time identifier
PERIOD_TYPE_ID NUMBER

Activity date period type identifier
TIME_TO_REPAIR NUMBER

Aggregation of the time to repair of the repair orders
MV_TIME_TO_REPAIR_COUNT NUMBER

To make MV fast refreshable
MV_GRP_ID NUMBER

To make MV fast refreshable
RO_COUNT NUMBER

TIME_TO_REPAIR_B1 NUMBER

The number of repair orders which has its time to repair falling in the first bucket.
TIME_TO_REPAIR_B2 NUMBER

The number of repair orders which has its time to repair falling in the second bucket.
TIME_TO_REPAIR_B3 NUMBER

The number of repair orders which has its time to repair falling in the third bucket.
TIME_TO_REPAIR_B4 NUMBER

The number of repair orders which has its time to repair falling in the fourth bucket.
TIME_TO_REPAIR_B5 NUMBER

The number of repair orders which has its time to repair falling in the fifth bucket.
TIME_TO_REPAIR_B6 NUMBER

The number of repair orders which has its time to repair falling in the sixth bucket.
TIME_TO_REPAIR_B7 NUMBER

The number of repair orders which has its time to repair falling in the seventh bucket.
TIME_TO_REPAIR_B8 NUMBER

The number of repair orders which has its time to repair falling in the eigth bucket.
TIME_TO_REPAIR_B9 NUMBER

The number of repair orders which has its time to repair falling in the ninth bucket.
TIME_TO_REPAIR_B10 NUMBER

The number of repair orders which has its time to repair falling in the tenth bucket.
Query Text

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


SELECT ITEM_ORG_ID
,      PRODUCT_CATEGORY_ID
,      REPAIR_ORGANIZATION_ID
,      REPAIR_TYPE_ID
,      CUSTOMER_ID
,      AGGREGATION_FLAG
,      QTR_ID
,      MONTH_ID
,      WEEK_ID
,      DAY_ID
,      TIME_ID
,      PERIOD_TYPE_ID
,      TIME_TO_REPAIR
,      MV_TIME_TO_REPAIR_COUNT
,      MV_GRP_ID
,      RO_COUNT
,      TIME_TO_REPAIR_B1
,      TIME_TO_REPAIR_B2
,      TIME_TO_REPAIR_B3
,      TIME_TO_REPAIR_B4
,      TIME_TO_REPAIR_B5
,      TIME_TO_REPAIR_B6
,      TIME_TO_REPAIR_B7
,      TIME_TO_REPAIR_B8
,      TIME_TO_REPAIR_B9
,      TIME_TO_REPAIR_B10
FROM APPS.ISC_DR_MTTR_01_MV;

Dependencies

[top of page]

APPS.ISC_DR_MTTR_01_MV does not reference any database object

APPS.ISC_DR_MTTR_01_MV is referenced by following:

SchemaAPPS
Materialized ViewISC_DR_MTTR_01_MV
Materialized ViewISC_DR_MTTR_02_MV