[Home] [Help]
[Dependency Information]
| Object Name: | ISC_DR_MTTR_01_MV |
|---|---|
| Object Type: | TABLE |
| Owner: | APPS |
| FND Design Data: | FND.ISC_DR_MTTR_01_MV
|
| Subobject Name: | |
| Status: | VALID |
| Tablespace: | APPS_TS_SUMMARY |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| I_SNAP$_ISC_DR_MTTR_01_MV | FUNCTION-BASED NORMAL | UNIQUE |
APPS_TS_SUMMARY
|
SYS_OP_MAP_NONNULL("REPAIR_ORGANIZATION_ID")
SYS_OP_MAP_NONNULL("REPAIR_TYPE_ID")
SYS_OP_MAP_NONNULL("QTR_ID")
SYS_OP_MAP_NONNULL("CUSTOMER_ID")
SYS_OP_MAP_NONNULL("PRODUCT_CATEGORY_ID")
SYS_OP_MAP_NONNULL("ITEM_ORG_ID")
SYS_OP_MAP_NONNULL("MONTH_ID")
SYS_OP_MAP_NONNULL("WEEK_ID")
SYS_OP_MAP_NONNULL("DAY_ID")
SYS_OP_MAP_NONNULL("MV_GRP_ID")
|
| ISC_DR_MTTR_01_MV_N1 | NORMAL | NONUNIQUE |
APPS_TS_SUMMARY
|
TIME_ID
AGGREGATION_FLAG
ITEM_ORG_ID
REPAIR_ORGANIZATION_ID
|
| ISC_DR_MTTR_01_MV_N2 | NORMAL | NONUNIQUE |
APPS_TS_SUMMARY
|
TIME_ID
AGGREGATION_FLAG
CUSTOMER_ID
PRODUCT_CATEGORY_ID
|
| ISC_DR_MTTR_01_MV_N3 | NORMAL | NONUNIQUE |
APPS_TS_SUMMARY
|
TIME_ID
AGGREGATION_FLAG
PRODUCT_CATEGORY_ID
REPAIR_TYPE_ID
|
| 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. |
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;
APPS.ISC_DR_MTTR_01_MV does not reference any database object
APPS.ISC_DR_MTTR_01_MV is referenced by following:
APPS
ISC_DR_MTTR_01_MV
ISC_DR_MTTR_02_MV
|
|
|
|