MSC_ST_CATEGORY_SETS
The staging table used by the collection program to validate and process data for table MSC_CATEGORY_SETS.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: INTERFACE
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| CATEGORY_SET_ID | NUMBER | Unique identifier for the category set | ||
| SR_CATEGORY_SET_ID | NUMBER | Source side value of the category set identifier. | ||
| CATEGORY_SET_NAME | VARCHAR2 | 30 | Name assigned to the item category set | |
| DESCRIPTION | VARCHAR2 | 240 | Description of the category set | |
| CONTROL_LEVEL | NUMBER | Control level set for the category code. | ||
| DEFAULT_FLAG | NUMBER | Flag indicating whether this is the default category for the items | ||
| 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. | |
| PROGRAM_UPDATE_DATE | DATE | This value indicates the update date of the program. | ||
| SR_INSTANCE_ID | NUMBER | 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. | |
| REFRESH_NUMBER | NUMBER | Refresh identifier populated by the collection program. | ||
| 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. | ||
| RETRY_COUNT | NUMBER | Retry count. Used during planning collection when the record fails to get loaded into ODS. | ||
| DATA_SOURCE_TYPE | VARCHAR2 | 15 | Source Type indicating the source of data | |
| ERROR_CODE | VARCHAR2 | 20 | Error code for functional validation errors in the record | |
| ERROR_TEXT | VARCHAR2 | 2000 | Error text for functional validation errors in the record | |
| LOAD_REQUEST_ID | NUMBER | Stored the request id of the job that loaded the data. | ||
| START_DATE | DATE | Date the catalog will become active | ||
| END_DATE | DATE | Date the catalog will become inactive |