POI_CLSF_BATCHES_B

This table contains information about the classification batches. A batch is created when the classification process is run for a data set. The information available about the batch is: batch name, knowledge base used, taxonomy name, and batch approval status. There is one record for each batch in the table.

Details

  • Schema: FUSION

  • Object owner: POI

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

POI_CLSF_BATCHES_B_PK

BATCH_ID

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 Yes Uniquely identifies the transaction batch submitted or uploaded.
CLSF_START_DATE DATE Yes Start date for the batch classification.
CLSF_END_DATE DATE End date for the batch classification.
APPROVAL_STATUS VARCHAR2 30 Indicates approval status of batch.
APPROVAL_DATE DATE Date when the batch is approved.
CLSF_STATUS VARCHAR2 30 Data classification status about the batch approval.
APPROVED_BY VARCHAR2 30 Name of the approver of the batch
TAXONOMY_ID NUMBER 18 Unique identifier for the taxonomy.
MODEL_NAME VARCHAR2 30 Identifies the name of the model in the batch.
ERROR_CODE VARCHAR2 240 Error code of the processed batch.
APPLY_OPERATION_NAME VARCHAR2 30 Operation name given at the time of batch creation.
DATA_SOURCE_LISTS VARCHAR2 2000 Identifies the value of data source lists.
APPROVAL_ERR_MSG VARCHAR2 2000 Error message, if any, in the approval process.
ERROR_MESSAGE VARCHAR2 1000 Error message, if any, from the batch process.
CURRENT_STEP VARCHAR2 30 Identifies the current step in the process.
CURRENT_STEP_PERCENT_COMPLETE NUMBER Percentage of current step that is completed in the batch process.
CURRENCY VARCHAR2 20 Currency code of batch.Transactions in batch should have the same currency.
BU_ID NUMBER 18 Business unit identifier of transactions in the batch.
RULES_APPLIED_FLAG VARCHAR2 1 Apply rules indicator value during classification.
TXN_START_DATE DATE Minimum transaction date in the transactions within a batch.
TXN_END_DATE DATE Maximum transaction date in the transactions within a batch.
TAXONOMY_LVL_COUNT NUMBER 18 Classification level on the transaction.
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_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.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
ENTITY_ID NUMBER 8 Yes Identifies the entity type for the batch.
TOTAL_AMOUNT NUMBER Sum of transaction amount for all transactions in a batch.

Foreign Keys

Table Foreign Table Foreign Key Column
poi_clsf_batches_tl poi_clsf_batches_b BATCH_ID

Indexes

Index Uniqueness Tablespace Columns
POI_CLSF_BATCHES_B_U1 Unique Default BATCH_ID