ZCH_BT_SELECTION_RESULTS

This table stores the results of a selection criteria for data steward batch process such as identification, cleansing, enrichment, etc.

Details

  • Schema: FUSION

  • Object owner: ZCH

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCH_BT_SELECTION_RESULTS_PK

BT_SELECTION_RESULT_ID

Columns

Name Datatype Length Precision Not-null Comments
BT_SELECTION_RESULT_ID NUMBER 18 Yes Column indicating the selection result id, primary key for this table
RECORD_ID NUMBER 18 Yes The record id for an entity that is matched by the selection criteria
BATCH_CHUNK_ID NUMBER 18 Yes An identifier that is used for chunking data if data exceeds a certain threshold
SELECTION_CRITERIA_ID NUMBER 18 Yes Identifier for the selection criteria that was applied to get the data in this row
BATCH_PROCESS_ID NUMBER 18 Identifier for the Batch Process that is using the selection results
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.

Indexes

Index Uniqueness Tablespace Columns
ZCH_BT_SELECTION_RESULTS_U1 Unique Default BT_SELECTION_RESULT_ID