MSC_CALENDAR_EXCEPTIONS

ods table msc_calendar_exceptions

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

MSC_CALENDAR_EXCEPTIONS_PK

CALENDAR_CODE, EXCEPTION_START_DATE, EXCEPTION_END_DATE

Columns

Name Datatype Length Precision Not-null Comments Status
CALENDAR_CODE VARCHAR2 22 Yes CALENDAR_CODE of the given Calendar
AVL_EXCEPTION_ID NUMBER 18 Foreign key to ZMM_SR_AVL_EXCEPTIONS_B
EXCEPTION_START_DATE DATE Yes Identifies the start date of the calendar exception
EXCEPTION_END_DATE DATE Yes Identifies the end date of the calendar exception
EXCEPTION_TYPE NUMBER Yes Exception Type Possible values 1 - On 2- Off
SR_INSTANCE_ID NUMBER Yes Identifier of the source system from where the data is collected. Obsolete
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
REFRESH_NUMBER NUMBER Refresh identifier populated by the collection program.

Foreign Keys

Table Foreign Table Foreign Key Column
MSC_CALENDAR_EXCEPTIONS msc_calendars CALENDAR_CODE

Indexes

Index Uniqueness Tablespace Columns
MSC_CALENDAR_EXCEPTIONS_U1 Unique Default CALENDAR_CODE, EXCEPTION_START_DATE, EXCEPTION_END_DATE