MSC_ST_ROUTING_VERSIONS_INT
The staging table used by the SCP collection program to validate and process data for table msc_routing_versions.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: INTERFACE
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| VERSION_NUMBER | VARCHAR2 | 10 | Yes | This column indicates the version number of the Work order. | |
| ALTERNATE_ROUTING_DESIGNATOR | VARCHAR2 | 30 | Name of the alternate routing. Null for primary routing | ||
| EFFECTIVE_FROM_DATE | TIMESTAMP | Yes | This column indicates Work Definition Version start Date. | ||
| EFFECTIVE_TO_DATE | TIMESTAMP | This column indicates work Definition Version end date. | |||
| ASSEMBLY_NAME | VARCHAR2 | 300 | This column contains the assembly name. | ||
| ASSEMBLY_ITEM_ID | NUMBER | 18 | This column contains the assembly item identifier. | ||
| ORGANIZATION_ID | NUMBER | 18 | This column indicates the organization identifier. | ||
| ORGANIZATION_CODE | VARCHAR2 | 18 | This column indicates the organization code. | ||
| SR_INSTANCE_CODE | VARCHAR2 | 30 | Source Instance code from which data is being populated. | ||
| MIN_BATCH_QUANTITY | NUMBER | The minimum batch quantity that can be made using this work definition version. | |||
| MAX_BATCH_QUANTITY | NUMBER | 20 | The maximum batch quantity that can be made using this work definition version. | ||
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| LOAD_REQUEST_ID | NUMBER | 18 | It Stores the Request ID of Job that loaded the data. | ||
| DELETED_FLAG | NUMBER | Flag indicating whether this is a deleted record. | |||
| REFRESH_NUMBER | NUMBER | 18 | Refresh identifier populated by the collection program | ||
| PROCESS_FLAG | NUMBER | 2 | Processing Flag indicating the status of records during pre-processing. 1-Compete Record, 2- Error Record, 3- Warning Record, 4- Retry Record, 5- New Record. | ||
| 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. |