MSC_WTM_CALENDAR_HEADER

This table is to save the header records for the week to month hierarchy data.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

MSC_WTM_CALENDAR_HEADER_PK

ID, CALENDAR_CODE

Columns

Name Datatype Length Precision Not-null Comments
ID NUMBER 18 Yes Unique Identifier of the week to month calendar.
SR_INSTANCE_ID NUMBER 18 Yes Source application instance identifier.
CALENDAR_CODE VARCHAR2 22 Yes Unique code of the source calendar selected in the week to month hierarchy creation ESS parameters.
CALENDAR_TYPE VARCHAR2 30 Yes Type of the calendar. 5- Manufacturing, 1- Gregorian, 3- Fiscal.
HIERARCHY_ID NUMBER Yes Week to month hierarchy id of the source calendar.
HIERARCHY_NAME VARCHAR2 240 Yes Name of the week to month calendar hierarchy.
CALENDAR_START_DATE DATE Beginning date for the week to month calendar.
CALENDAR_END_DATE DATE Ending date for the week to month calendar.
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_HEADER_U1 Unique Default ID, CALENDAR_CODE