MSC_WTM_CALENDAR_MONTHS
This table save the month, quarter and year data for the week to month calendar hierarchy.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
MSC_WTM_CALENDAR_MONTHS_PK |
ID, HIERARCHY_ID, DAY |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ID | NUMBER | 18 | Yes | Unique identifier of the week to month calendar. | |
| HIERARCHY_ID | NUMBER | Yes | Week to month hierarchy id of the source calendar. | ||
| DAY | DATE | Yes | Calendar Date for which month, quarter and year are mapped. | ||
| MONTH_START_DATE | DATE | Yes | Start date of the month for the week to month hierarchy. | ||
| MONTH_END_DATE | DATE | Yes | End date of the month for the week to month hierarchy. | ||
| MONTH_LENGTH | NUMBER | 5 | Yes | Length of the calendar month of week to month calendar hierarchy. | |
| QUARTER_START_DATE | DATE | Yes | Start date of the quarter for the week to month hierarchy. | ||
| QUARTER_END_DATE | DATE | Yes | End date of the quarter for the week to month hierarchy. | ||
| QUARTER_LENGTH | NUMBER | 6 | Yes | Length of the calendar quarter of week to month calendar hierarchy. | |
| YEAR_START_DATE | DATE | Yes | Start date of the year for the week to month hierarchy. | ||
| YEAR_END_DATE | DATE | Yes | End date of the year for the week to month hierarchy. | ||
| YEAR_LENGTH | NUMBER | 7 | Yes | Length of the calendar year of week to month calendar hierarchy. | |
| REFRESH_NUMBER | NUMBER | 18 | Yes | Refresh Number identifier populated by the week to month hierarchy creation ESS process. | |
| 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_WTM_CALENDAR_MONTHS_U1 | Unique | Default | ID, HIERARCHY_ID, DAY |