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


TABLE: MSC.MSC_ST_CALENDAR_DATES

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

The staging table used by the collection program to validate and process data for table MSC_CALENDAR_DATES.

Storage Details
Tablespace: Tablespace
PCT Free:
PCT Used:
Columns
Name Datatype Length Mandatory Comments
CALENDAR_DATE DATE

Calendar date
CALENDAR_CODE VARCHAR2 (14)
Calendar code
EXCEPTION_SET_ID NUMBER

Exception set identifier
SEQ_NUM NUMBER

Sequence number (for working days only)
NEXT_SEQ_NUM NUMBER

Next sequence number
PRIOR_SEQ_NUM NUMBER

Prior sequence number
NEXT_DATE DATE

Date corresponding to next sequence number
PRIOR_DATE DATE

Date corresponding to prior sequence number
CALENDAR_START_DATE DATE

Beginning date for the calendar
CALENDAR_END_DATE DATE

Ending date for the calendar
DESCRIPTION VARCHAR2 (240)
Calendar description
DELETED_FLAG NUMBER

Yes/No flag indicating whether the row will be deleted
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
SR_INSTANCE_ID NUMBER

Source application instance identifier
REFRESH_ID NUMBER

Refresh identifier
Query Text

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


SELECT CALENDAR_DATE
,      CALENDAR_CODE
,      EXCEPTION_SET_ID
,      SEQ_NUM
,      NEXT_SEQ_NUM
,      PRIOR_SEQ_NUM
,      NEXT_DATE
,      PRIOR_DATE
,      CALENDAR_START_DATE
,      CALENDAR_END_DATE
,      DESCRIPTION
,      DELETED_FLAG
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      SR_INSTANCE_ID
,      REFRESH_ID
FROM MSC.MSC_ST_CALENDAR_DATES;

Dependencies

[top of page]

MSC.MSC_ST_CALENDAR_DATES does not reference any database object

MSC.MSC_ST_CALENDAR_DATES is referenced by following:

SchemaMSC
ViewMSC_ST_CALENDAR_DATES#