MSC_CALENDAR_SHIFTS

MSC_CALENDAR_SHIFTS stores the shift information that you define for a calendar (CALENDAR_CODE). You define each shift (SHIFT_NUM), its description (DESCRIPTION), and shift workday pattern (DAYS ON and DAYS OFF). A calendar can have multiple shifts, each having its own workday pattern and exception dates. Each shift also has its own shift times.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

MSC_CALENDAR_SHIFTS_PK

CALENDAR_CODE, SHIFT_NUM

Columns

Name Datatype Length Not-null Comments Status
CALENDAR_CODE VARCHAR2 22 Yes CALENDAR_CODE of the given Calendar
SR_INSTANCE_ID NUMBER Yes Source application instance identifier Obsolete
SHIFT_NUM NUMBER Yes This value indicates the number of the calendar shift.
FROM_TIME NUMBER Time from which the shift starts
TO_TIME NUMBER This value indicates the Shift end time.
DAYS_ON NUMBER Number of consecutive working days
DAYS_OFF NUMBER Number of consecutive non-working days
DESCRIPTION VARCHAR2 240 Description of the associated calendar shift
REFRESH_NUMBER NUMBER Refresh number 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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to 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.
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.
SHIFT_NAME VARCHAR2 80 This value indicates the name of the calendar shift.

Foreign Keys

Table Foreign Table Foreign Key Column
MSC_CALENDAR_SHIFTS msc_calendars CALENDAR_CODE

Indexes

Index Uniqueness Tablespace Columns
MSC_CALENDAR_SHIFTS_U1 Unique APPS_TS_TX_IDX CALENDAR_CODE, SHIFT_NUM