[Home] [Help]
[Dependency Information]
Object Name: | MSC_CALENDAR_EXCEPTIONS |
---|---|
Object Type: | TABLE |
Owner: | MSC |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
MSC_CALENDAR_EXCEPTIONS stores exception dates for a calendar. You can define these exception dates to be working or non-working days. The workday calendar program uses this information to generate your workday calendar.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CALENDAR_CODE | VARCHAR2 | (14) | Workday calendar Identifier | |
EXCEPTION_DATE | DATE | Should be with in the calendar start date and end date | ||
EXCEPTION_TYPE | NUMBER | Exception type Possible values 1 - On 2- Off | ||
SR_INSTANCE_ID | NUMBER | Source Instance ID | ||
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 | ||
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 | ||
EXCEPTION_SET_ID | NUMBER | Exception Set Id |
Cut, paste (and edit) the following text to query this object:
SELECT CALENDAR_CODE
, EXCEPTION_DATE
, EXCEPTION_TYPE
, SR_INSTANCE_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, REFRESH_ID
, EXCEPTION_SET_ID
FROM MSC.MSC_CALENDAR_EXCEPTIONS;
MSC.MSC_CALENDAR_EXCEPTIONS does not reference any database object
MSC.MSC_CALENDAR_EXCEPTIONS is referenced by following:
|
|
|