DBA Data[Home] [Help] [Dependency Information]


TABLE: MSC.MSC_WORKDAY_PATTERNS

Object Details
Object Name: MSC_WORKDAY_PATTERNS
Object Type: TABLE
Owner: MSC
FND Design Data: TableMSC.MSC_WORKDAY_PATTERNS
Subobject Name:
Status: VALID


MSC_WORKDAY_PATTERNS stores the days on/days off patterns for your calendar and your shifts. You can define multiple days on/days off to form a repetitive pattern. The calendar compile program (MSCPCL) will create a workday calendar based on this repeating pattern along with
the exceptions that you may define. SEQ_NUM is the order of your days on/days off to create the repeating workday pattern. For example, if you define a calendar as follows:
=
SeqNum DaysOn DaysOff
1 5 2
2 4 3
=
Your repeating workday pattern will be over 14 days (5+2+4+3) as follows: = 5 days on 2 days off 4 days on 3 days off
=


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
CALENDAR_CODE VARCHAR2 (14)
Workday Calendar Identifier
DESCRIPTION VARCHAR2 (250)
Description
SR_INSTANCE_ID NUMBER

Source Instance identifier
SHIFT_NUM NUMBER

Shift Number
SEQ_NUM NUMBER

Sequence Number
LAST_UPDATE_DATE DATE

Standard WHO column
LAST_UPDATED_BY NUMBER

Standard WHO column
CREATION_DATE DATE

Standard WHO column
CREATED_BY NUMBER

Standard WHO column
LAST_UPDATE_LOGIN NUMBER

Standard WHO column
DAYS_ON NUMBER

Number of Days On
DAYS_OFF NUMBER

Number of Days off
REQUEST_ID NUMBER

Concurrent WHO column
PROGRAM_APPLICATION_ID NUMBER

Concurrent WHO column
PROGRAM_ID NUMBER

Concurrent WHO column
PROGRAM_UPDATE_DATE DATE

Concurrent WHO column
REFRESH_ID NUMBER

Refresh Id
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CALENDAR_CODE
,      DESCRIPTION
,      SR_INSTANCE_ID
,      SHIFT_NUM
,      SEQ_NUM
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      DAYS_ON
,      DAYS_OFF
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      REFRESH_ID
FROM MSC.MSC_WORKDAY_PATTERNS;

Dependencies

[top of page]

MSC.MSC_WORKDAY_PATTERNS does not reference any database object

MSC.MSC_WORKDAY_PATTERNS is referenced by following:

SchemaMSC
ViewMSC_WORKDAY_PATTERNS#