MSC_ST_CALENDAR_SHIFTS
staging table for msc calendar shifts
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. | ||
| SHIFT_NUM | NUMBER | This value indicates the number of the calendar shift. | |||
| FROM_TIME | NUMBER | Time from which the shift starts. | |||
| TO_TIME | NUMBER | This value indicates the Shift end time. | |||
| DAYS_ON | NUMBER | Number of consecutive working days. | |||
| DAYS_OFF | NUMBER | Number of consecutive non-working days. | |||
| DESCRIPTION | VARCHAR2 | 240 | Description of the associated calendar shift. | ||
| DELETED_FLAG | NUMBER | Flag indicating whether this is a deleted 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 program. | ||
| RETRY_COUNT | NUMBER | Number of retries to process failed records. | |||
| SR_INSTANCE_ID | NUMBER | 18 | Identifier of the source system from where the data is collected. | ||
| COMPANY_ID | NUMBER | 18 | Unique id assigned to the company. | ||
| COMPANY_NAME | VARCHAR2 | 255 | Party name with which the company is registered. | ||
| SHIFT_NAME | VARCHAR2 | 80 | This value indicates the name of the calendar shift. | ||
| SR_INSTANCE_CODE | VARCHAR2 | 30 | Source Instance code from which data is being populated. | ||
| MESSAGE_ID | NUMBER | 18 | This is a foreign key reference to ECX_DOCLOGS.INTERNAL_CONTROL_NUMBER for records got via XML. | ||
| 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. | |||
| DATA_SOURCE_TYPE | VARCHAR2 | 15 | Source Type indicating the source of data. | ||
| ST_TRANSACTION_ID | NUMBER | 18 | This value indicates the staging transaction identifier. | ||
| ERROR_TEXT | VARCHAR2 | 2000 | Error text for functional validation errors in the record. | ||
| ERROR_CODE | VARCHAR2 | 150 | Error code for functional validation errors in the record. | ||
| 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. |