ZCH_MERGE_DETAILS_A
The archive table for ZCH_MERGE_DETAILS.
Details
-
Schema: FUSION
-
Object owner: FUSION
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
ZCH_MERGE_DETAILS_A_PK |
MERGE_DETAIL_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| MERGE_DETAIL_ID | NUMBER | 18 | Yes | Primary Key | |
| DEDUP_HEADER_ID | NUMBER | 18 | Yes | Foreign key to ZCH_DEDUP_HDRS | |
| PAR_MERGE_DETAIL_ID | NUMBER | 18 | Foreign key to ZCH_MRGE_DTLS, child mergeable entity | ||
| RECORD_ID | NUMBER | 18 | Yes | Candidate record Id | |
| SURVIVOR_ID | NUMBER | 18 | Yes | Survivor Id | |
| SURVIVOR_FLAG | VARCHAR2 | 1 | Yes | To indicate that the record is survivor | |
| OBJ_NAME | VARCHAR2 | 30 | Yes | The merge object name, like party, account, site | |
| OBJ_DEF | VARCHAR2 | 100 | Yes | Merge Object definition. The whole package name. | |
| TABLE_NAME | VARCHAR2 | 30 | Table name of the object | ||
| TOP_ENTITY_FLAG | VARCHAR2 | 1 | Yes | The top level Y or N | |
| MERGE_REASON_CODE | VARCHAR2 | 30 | Reason for merge | ||
| MERGE_STATUS_CODE | VARCHAR2 | 30 | Status for merge | ||
| ACTION_TYPE | VARCHAR2 | 30 | Type of the actions: Transfer, Merge, Remove or Retain | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation 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. | ||
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of 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. | |
| USER_LAST_UPDATE_DATE | TIMESTAMP | Disconnected Mobile: indicates the date and time of the last update of the row. This value is different from LAST_UPDATE_DATE if the update originally happened in a different database (i.e. a different mobile database or the server). | |||
| CONFLICT_ID | NUMBER | 18 | Yes | Disconnected Mobile: this value is used to guarantee the uniqueness of the row when duplicates are created in different databases (i.e. mobile databases or the server). | |
| MATCH_SCORE | NUMBER | 18 | To carry over the match score from duplicate set | ||
| COMMENTS | VARCHAR2 | 2000 | Comments | ||
| PARENT_RECORD_ID | NUMBER | 18 | Foreign key to the parent record of this entity | ||
| RULE_BASED_ACTION_FLAG | VARCHAR2 | 1 | Indicate that the action to be performed on this entity has been determined by rules |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ZCH_MERGE_DETAILS_A_U1 | Unique | Default | MERGE_DETAIL_ID |