MSC_ST_CALENDAR_EXCEPTIONS

This is an interface table for staging exception dates for calendar from Legacy Instances. The 'Pre-Processor' would then validate the data in this table and insert into MSC_CALENDAR_EXCEPTIONS.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: INTERFACE

Columns

Name Datatype Length Precision Not-null Comments
CALENDAR_CODE VARCHAR2 22 CALENDAR_CODE of the given Calendar.
AVL_EXCEPTION_ID NUMBER 18 Unique Id of this availability exception.
EXCEPTION_START_DATE DATE Identifies the start date of the calendar exception.
EXCEPTION_END_DATE DATE Identifies the end date of the calendar exception.
EXCEPTION_TYPE NUMBER 2 Exception Type Possible values 1 - On 2- Off.
SR_INSTANCE_ID NUMBER 18 Identifier of the source system from where the data is collected.
DELETED_FLAG NUMBER 2 Flag indicating whether this is a deleted record.
EXCEPTION_SET_ID NUMBER 18 Exception set identifier for this process result.
MESSAGE_ID NUMBER 18 This is a foreign key reference to ECX_DOCLOGS.INTERNAL_CONTROL_NUMBER for records got via XML.
DATA_SOURCE_TYPE VARCHAR2 15 Source Type indicating source of data.
ST_TRANSACTION_ID NUMBER 18 Transaction ID generated during pre-processing to uniquely identify a record in the staging table.
COMPANY_NAME VARCHAR2 25 Party Name with which the Company is registered.
COMPANY_ID NUMBER 18 Unique id assigned to the company.
PROCESS_FLAG NUMBER 2 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.
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.
REFRESH_NUMBER NUMBER 18 Refresh identifier populated by the collection progam.
RETRY_COUNT NUMBER 2 Number of retries to process failed records.
ERROR_CODE VARCHAR2 150 Error code for functional validation errors in the record.
ERROR_TEXT VARCHAR2 2000 This will describe the reason for the error if any.
SR_INSTANCE_CODE VARCHAR2 30 Source Instance code from which data is being populated.
OPERATION_TYPE VARCHAR2 2 The column indicates the operation type assigned to the current shift.
LOAD_REQUEST_ID NUMBER It Stores the Request ID of Job that loaded the data.