MSC_CAL_WEEK_START_DATES

table calendar week start dates

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

MSC_CAL_WEEK_START_DATES_PK

CALENDAR_CODE, WEEK_START_DATE

Columns

Name Datatype Length Precision Not-null Comments Status
CALENDAR_CODE VARCHAR2 22 Yes CALENDAR_CODE of the given Calendar
SR_INSTANCE_ID NUMBER 18 Yes Identifier of the source system from where the data is collected. Obsolete
WEEK_START_DATE DATE Yes This value indicates the start date of the week.
WEEK_END_DATE DATE This value indicates the end date of the week.
NEXT_DATE DATE NEXT_DATE
PRIOR_DATE DATE Previous date for the current date in the calendar dates.
SEQ_NUM NUMBER 18 Sequence number of the date on a calendar.
REFRESH_NUMBER NUMBER 18 Refresh identifier populated by the collection program.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
MSC_CAL_WEEK_START_DATES msc_calendars CALENDAR_CODE

Indexes

Index Uniqueness Tablespace Columns
MSC_CAL_WEEK_START_DATES_U1 Unique Default CALENDAR_CODE, WEEK_START_DATE
MSC_CAL_WEEK_START_DATES_U2 Unique Default CALENDAR_CODE, DECODE(TO_CHAR("WEEK_START_DATE", 'D'), 1, "WEEK_START_DATE", NEXT_DAY("WEEK_START_DATE", 1))