MSC_ST_RESOURCE_CHANGES
The staging table used by the collection program to validate and process data for table MSC_RESOURCE_CHANGES.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: INTERFACE
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| DEPARTMENT_ID | NUMBER | Department identifier (-1 for lines) | ||
| RESOURCE_ID | NUMBER | This value indicates the Resource identifier. | ||
| SHIFT_NUM | NUMBER | If SHIFT_NAME is numeric then SHIFT_NUM will be same as SHIFT_NAME. Otherwise it wiil be a unique number to identify this shift in the calendar. This should not be loaded directly into staging table during batch upload. | ||
| FROM_DATE | DATE | Identifies the Capacity exception from date | ||
| TO_DATE | DATE | This value indicates the Capacity exception to date. | ||
| FROM_TIME | NUMBER | Identifies the Capacity exception from time | ||
| TO_TIME | NUMBER | This value indicates the Capacity exception to time. | ||
| CAPACITY_CHANGE | NUMBER | The value indicates change in resource capacity/availability. | ||
| SIMULATION_SET | VARCHAR2 | 10 | Simulation set to which the current record is added. | |
| ACTION_TYPE | NUMBER | Type of the capacity modification | ||
| DELETED_FLAG | NUMBER | Yes/No flag indicates whether corresponding record in ODS 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. | |
| REFRESH_NUMBER | NUMBER | Refresh identifier populated by the collection program | ||
| SR_INSTANCE_ID | NUMBER | Source application instance identifier | ||
| COMPANY_ID | NUMBER | Unique id assigned to the company | ||
| COMPANY_NAME | VARCHAR2 | 255 | Party name with which the company is registered. | |
| DEPARTMENT_CODE | VARCHAR2 | 10 | Department code or the work centre of the resource. | |
| RESOURCE_CODE | VARCHAR2 | 10 | The value indicates resource code collected from source system. | |
| ORGANIZATION_CODE | VARCHAR2 | 18 | Organization code | |
| SHIFT_NAME | VARCHAR2 | 80 | Shift name defined in the calendar for this resource's organization | |
| SR_INSTANCE_CODE | VARCHAR2 | 30 | Source Instance code from which data is being populated. | |
| ORGANIZATION_ID | NUMBER | Organization Identifier | ||
| MESSAGE_ID | NUMBER | 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- New Record, 2- In-Process, 3- Error, 4- Propagated Error, 5- Successfully Processed | ||
| ERROR_TEXT | VARCHAR2 | 2000 | This will describe the reason for the error if any. | |
| ST_TRANSACTION_ID | NUMBER | Transaction ID generated during pre-processing to uniquely identify a record in the staging table | ||
| BATCH_ID | NUMBER | Batch identifier generated during pre-processing | ||
| DATA_SOURCE_TYPE | VARCHAR2 | 15 | Source Type indicating the source of the records | |
| RETRY_COUNT | NUMBER | Number of retries to process failed records. | ||
| ERROR_CODE | VARCHAR2 | 150 | Error code for functional validation errors in the record | |
| LOAD_REQUEST_ID | NUMBER | It Stores the Request ID of Job that loaded the data. |