MSC_ST_CALENDAR_DATES

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

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: INTERFACE

Columns

Name Datatype Length Precision Not-null Comments
CALENDAR_DATE DATE Calendar Date for which this record is populated
CALENDAR_CODE VARCHAR2 22 CALENDAR_CODE of the given Calendar
EXCEPTION_SET_ID NUMBER 18 Exception set identifier for this process result
SEQ_NUM NUMBER Sequence number (for working days only)
NEXT_SEQ_NUM NUMBER The column indicates the sequence number of next available date.
PRIOR_SEQ_NUM NUMBER Previous sequence number for the current date in the calendar dates.
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 given calendar
DESCRIPTION VARCHAR2 240 Description of the associated calendar
DELETED_FLAG NUMBER Yes/No flag indicating whether the row will be deleted
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.
SR_INSTANCE_ID NUMBER 18 Source application instance identifier
REFRESH_NUMBER NUMBER Refresh identifier populated by the collection progam
PROCESS_FLAG NUMBER Processing Flag indicating the status of records during pre-processing. 1- Complete Record, 2- Error Record, 3- Warning Record, 4- Retry Record, 5- New Record.
RETRY_COUNT NUMBER Number of retries to process failed records.
ERROR_TEXT VARCHAR2 2000 This will describe the reason for the error if any.
ERROR_CODE VARCHAR2 150 Error code for functional validation errors in the record
SR_INSTANCE_CODE VARCHAR2 30 Source Instance code from which data is being populated.
OPERATION_TYPE VARCHAR2 2 This column indicates the Operation Type.
LOAD_REQUEST_ID NUMBER It Stores the Request ID of Job that loaded the data.