ZCH_DUP_IDNT_RESULTS
This table stores the duplicate set detail information. It is the result from identification batch
Details
-
Schema: FUSION
-
Object owner: ZCH
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
ZCH_DUP_IDNT_RESULTS_PK |
DUP_IDNT_RESULT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| DUP_IDNT_RESULT_ID | NUMBER | 18 | Yes | Primary key | |
| MASTER_FLAG | VARCHAR2 | 1 | Master flag to indicate the record is survivor | ||
| DUP_IDNT_RECORD_ID | NUMBER | 18 | Yes | Foreign key to duplicate identification records | |
| DUP_IDNT_SET_ID | NUMBER | 18 | Yes | Foreign key to duplicate identification sets | |
| MATCH_SCORE | NUMBER | 18 | Yes | Score of the match | |
| REMOVE_FLAG | VARCHAR2 | 1 | Indicates if record is removed from this set. Y for yes, N or null for no | ||
| 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_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. | |
| 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. | |
| MATCH_RULE | VARCHAR2 | 250 | MATCH_RULE |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| ZCH_DUP_IDNT_RESULTS | zch_dup_idnt_sets | DUP_IDNT_SET_ID |
| ZCH_DUP_IDNT_RESULTS | zch_dup_idnt_records | DUP_IDNT_RECORD_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ZCH_DUP_IDNT_RESULTS_N1 | Non Unique | Default | DUP_IDNT_SET_ID |
| ZCH_DUP_IDNT_RESULTS_PK | Unique | Default | DUP_IDNT_RESULT_ID |