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


MATERIALIZED VIEW: APPS.ISC_DR_MTTR_01_MV

Object Details
Object Name: ISC_DR_MTTR_01_MV
Object Type: MATERIALIZED VIEW
Owner: APPS
Subobject Name:
Status: VALID
M-View Details
Container: ISC_DR_MTTR_01_MV
Updatable: N
Rewrite Enabled: N
Rewrite Capability: GENERAL
Refresh Mode: DEMAND
Refresh Method: FAST
Build Mode: DEFERRED
Fast Refreshable: DIRLOAD_DML
MV Log Dependencies:

BIS_BUCKET
BIS_BUCKET_CUSTOMIZATIONS
ENI_OLTP_ITEM_STAR
FII_TIME_DAY
ISC_DR_MTTR_F
ISC_DR_REPAIR_ORDERS_F

[View Source Query]

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 references the following:

SchemaAPPS
TableISC_DR_MTTR_01_MV
SchemaBIS
TableBIS_BUCKET
TableBIS_BUCKET_CUSTOMIZATIONS
SchemaENI
TableENI_OLTP_ITEM_STAR
SchemaFII
TableFII_TIME_DAY
SchemaISC
TableISC_DR_MTTR_F
TableISC_DR_REPAIR_ORDERS_F
APPS.ISC_DR_MTTR_01_MV is referenced by following:

SchemaAPPS
Materialized ViewISC_DR_MTTR_02_MV