MSC_CALENDAR_DATES

MSC_CALENDAR_DATES stores every date between the calendar start date and calendar end date for the given calendar using a specified exception set. This tables stores data collected from source applications.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

MSC_CALENDAR_DATES_PK

CALENDAR_CODE, CALENDAR_DATE

Columns

Name Datatype Length Precision Not-null Comments Status
CALENDAR_DATE DATE Yes Calendar Date for which this record is populated
CALENDAR_CODE VARCHAR2 22 Yes CALENDAR_CODE of the given Calendar
SEQ_NUM NUMBER Sequence number (for working days only)
NEXT_SEQ_NUM NUMBER Yes Sequence number of next available date.
PRIOR_SEQ_NUM NUMBER Yes Previous sequence number for the current date in the calendar dates.
NEXT_DATE DATE Yes Date corresponding to next sequence number
PRIOR_DATE DATE Yes Date corresponding to prior sequence number
CALENDAR_START_DATE DATE Yes Beginning date for the calendar
CALENDAR_END_DATE DATE Yes Ending date for the given calendar
DESCRIPTION VARCHAR2 250 Description of the associated calendar
SR_INSTANCE_ID NUMBER 18 Yes Source application instance identifier 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.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
REFRESH_NUMBER NUMBER Refresh number populated by the collection program
DELETED_FLAG NUMBER Yes/No flag indicating whether the row will be deleted.

Foreign Keys

Table Foreign Table Foreign Key Column
MSC_CALENDAR_DATES msc_calendars CALENDAR_CODE

Indexes

Index Uniqueness Tablespace Columns
MSC_CALENDAR_DATES_N1 Non Unique Default SEQ_NUM, CALENDAR_CODE
MSC_CALENDAR_DATES_U1 Unique Default CALENDAR_CODE, CALENDAR_DATE