MSC_WORKDAY_PATTERNS

ods table for work day patterns

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

MSC_WORKDAY_PATTERNS_PK

CALENDAR_CODE, SHIFT_NUM, SEQ_NUM

Columns

Name Datatype Length Precision Not-null Comments Status
CALENDAR_CODE VARCHAR2 22 Yes CALENDAR_CODE of the given Calendar
DESCRIPTION VARCHAR2 250 Description of the workday pattern
SR_INSTANCE_ID NUMBER 18 Yes Identifier of the source system from where the data is collected. Obsolete
SHIFT_NUM NUMBER 18 Yes This value indicates the number of the calendar shift.
SEQ_NUM NUMBER 18 Yes Sequence number of the date on a calendar.
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.
DAYS_ON NUMBER Number of consecutive working days
DAYS_OFF NUMBER Number of consecutive non-working days
REFRESH_NUMBER NUMBER Refresh identifier populated by the collection program.

Foreign Keys

Table Foreign Table Foreign Key Column
MSC_WORKDAY_PATTERNS msc_calendars CALENDAR_CODE

Indexes

Index Uniqueness Tablespace Columns
MSC_WORKDAY_PATTERNS_U1 Unique Default CALENDAR_CODE, SHIFT_NUM, SEQ_NUM