MSC_WTM_CALENDAR_DAY_SUBWEEK

This table will save the week to month hierarchy day and sub-week levels.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

MSC_WTM_CAL_DAY_SUBWEEK_PK

ID, DAY

Columns

Name Datatype Length Precision Not-null Comments
ID NUMBER 18 Yes Unique Identifier of the week to month calendar.
DAY DATE Yes This column stores all the dates under the subweek.
DAY_LENGTH NUMBER 3 Yes Length of the day level of week to month calendar hierarchy.
SUB_WEEK_START_DATE DATE Yes Start date of the sub-week for the week to month hierarchy.
SUB_WEEK_END_DATE DATE Yes End Date of the sub-week for the week to month hierarchy.
SUB_WEEK_LENGTH NUMBER 3 Yes Length of the sub-week level 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_CAL_DAY_SUBWEEK_U1 Unique Default ID, DAY