MSC_DIM_TIM_HMAP
Table to store the mapping details of Time Dimension Hierarchy IDs
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSC_DIM_TIM_HMAP_PK |
HIERARCHY_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
HIERARCHY_ID | NUMBER | Yes | HIERARCHY_ID of the given Calendar | ||
SR_INSTANCE_ID | NUMBER | 18 | Yes | SR_INSTANCE_ID of the given Calendar | |
CALENDAR_CODE | VARCHAR2 | 22 | Yes | CALENDAR_CODE of the given Calendar | |
CALENDAR_NAME | VARCHAR2 | 240 | CALENDAR_NAME of the given Calendar | ||
SR_CALENDAR_CODE | VARCHAR2 | 32 | Yes | SR_CALENDAR_CODE of the given Calendar | |
CALENDAR_TYPE | VARCHAR2 | 30 | CALENDAR_TYPE of the given Calendar | ||
REFRESH_NUMBER | NUMBER | Yes | REFRESH_NUMBER | ||
IS_WTM_HIERARCHY | NUMBER | 2 | Determine if the hierarchy is week to month hierarchy. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSC_DIM_TIM_HMAP_U1 | Unique | Default | HIERARCHY_ID |