MSC_ST_SUP_UPDATE_ASSIGNMENTS
The staging table used by the collection program to validate and process data for table MSC_SUP_UPDATE_ASSIGNMENTS.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: INTERFACE
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CATEGORY_NAME | VARCHAR2 | 250 | Name assigned to the item category | ||
| ASSIGNMENT_TYPE | NUMBER | 9 | Supply Update Assignment type for the item. | ||
| CATEGORY_ID | NUMBER | 18 | Unique identifier for the category | ||
| CATEGORY_SET_NAME | VARCHAR2 | 250 | Name assigned to the item category set | ||
| CATEGORY_SET_ID | NUMBER | 18 | Unique identifier for the category set | ||
| 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. | ||
| INVENTORY_ITEM_ID | NUMBER | 18 | Identifies the inventory item id | ||
| ITEM_NAME | VARCHAR2 | 300 | Identifies the inventory item name | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| ORGANIZATION_CODE | VARCHAR2 | 18 | ORGANIZATION_CODE | ||
| ORGANIZATION_ID | NUMBER | 18 | ORGANIZATION_ID | ||
| REFRESH_NUMBER | NUMBER | Refresh number populated by the collection program | |||
| SR_INSTANCE_ID | NUMBER | 18 | Identifier of the source system from where the data is collected. | ||
| SR_INSTANCE_CODE | VARCHAR2 | 30 | The value indicates the source system code from where the data is collected. | ||
| PROCESS_FLAG | NUMBER | 2 | Separates the staging table rows into different parts: List of values: G_NEW=5, G_ERROR=2, G_RETRY=4, G_WARNING=3, G_COMPLETED=1, | ||
| ERROR_CODE | VARCHAR2 | 150 | Error code for functional validation errors in the record | ||
| ERROR_TEXT | VARCHAR2 | 2000 | Concatenated error msgs for functional errors in this record | ||
| DELETED_FLAG | NUMBER | Flag to indicate a deleted record | |||
| RETRY_COUNT | NUMBER | Number of times this record was retried in retry cycles | |||
| LOAD_REQUEST_ID | NUMBER | It Stores the Request ID of Job that loaded the data. |