MSC_ST_DOCUMENT_CATEGORIES_B

This is the staging table for the collection of Document Categoty (base table)

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: INTERFACE

Columns

Name Datatype Length Precision Not-null Comments
CATEGORY_ID VARCHAR2 1000 Unique identifier for the category
SR_CATEGORY_ID VARCHAR2 1000 Source side value of the category identifier.
CATEGORY_CODE VARCHAR2 30 Code assigned to the item category.
APPLICATION_ID NUMBER 18 Unique Identifier of the application/product
DELETED_FLAG VARCHAR2 1 Flag indicating whether this is a deleted record
REFRESH_NUMBER NUMBER 18 derived from db sequence MSC_CC_CYCLE_ID_S stored in java GlobalConstants.C_COLL_CYCLE_ID
PROCESS_FLAG NUMBER 2 Yes 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.
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
RETRY_COUNT NUMBER Number of retries to process failed records
SR_INSTANCE_ID NUMBER 18 Source Instance identifier from which data is being populated.
SR_INSTANCE_CODE VARCHAR2 30 Source Instance code from which data is being populated.
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.