ZCH_DEDUP_HEADERS_B

The ZCH_DEDUP_HEADERS table stores deduplication request header information. One master record for one object type can only created once in one workspace.

Details

  • Schema: FUSION

  • Object owner: ZCH

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

ZCH_DEDUP_HEADERS_B_PK

DEDUP_HEADER_ID

Columns

Name Datatype Length Precision Not-null Comments
DEDUP_HEADER_ID NUMBER 18 Yes Primary key
DEDUP_REQ_SOURCE VARCHAR2 30 The creation source of the merge request, such as user created, bulk import
REVIEW_REQUIRED_FLAG VARCHAR2 1 To indicate that the record needs to be reviewed by data steward
REVIEWED_FLAG VARCHAR2 1 To indicate that the record is reviewed by data steward
RULE_BASED_MASTER_FLAG VARCHAR2 1 To indicate the master is set by rules
PROCESSED_USER_ID NUMBER 18 The person who processed the request
PROCESSED_DATE TIMESTAMP The date the request is submitted
MASTER_ID NUMBER 18 Yes The survivor Id for the deduplication request.
DEDUP_REQ_STATUS VARCHAR2 30 Yes Status of the request.
DEDUP_REQ_NUMBER VARCHAR2 64 Request Number
OBJ_NAME VARCHAR2 30 Yes The merge object name, like party, account etc.
OBJ_DEF VARCHAR2 100 The merge object definition, whole package name
DEDUP_TYPE_CODE VARCHAR2 30 Same party merge or party site merge.
DEDUP_REASON_CODE VARCHAR2 30 Merge reason
ASSIGNED_USER_ID VARCHAR2 64 Assigned to User
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
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).
REQUESTED_USER_ID NUMBER 18 This column stores the actual user who created the record.
CREATION_SRC_BATCH_ID NUMBER 18 Store the creation source batch Id, for example, the import batch Id or identification batch Id.
SEND_NOTIFICATION VARCHAR2 1 To indicate whether merge request processing notifications will be sent for this request.

Foreign Keys

Table Foreign Table Foreign Key Column
zch_dup_idnt_sets zch_dedup_headers_b DEDUP_HEADER_ID
zch_dup_idnt_records zch_dedup_headers_b DEDUP_HEADER_ID
zch_dedup_links_b zch_dedup_headers_b DEDUP_HEADER_ID
zch_dedup_headers_tl zch_dedup_headers_b DEDUP_HEADER_ID
zch_merge_details_b zch_dedup_headers_b DEDUP_HEADER_ID

Indexes

Index Uniqueness Tablespace Columns Status
ZCH_DEDUP_HEADERS_B_N1 Non Unique Default DEDUP_REQ_STATUS Obsolete
ZCH_DEDUP_HEADERS_B_N2 Non Unique Default DEDUP_REQ_STATUS, DEDUP_TYPE_CODE
ZCH_DEDUP_HEADERS_B_N3 Non Unique Default DEDUP_REQ_STATUS, DEDUP_REQ_NUMBER
ZCH_DEDUP_HEADERS_B_N4 Non Unique Default REQUEST_ID
ZCH_DEDUP_HEADERS_B_N5 Non Unique Default CREATION_SRC_BATCH_ID
ZCH_DEDUP_HEADERS_B_N6 Non Unique Default DEDUP_REQ_NUMBER
ZCH_DEDUP_HEADERS_B_N7 Non Unique Default CREATION_DATE
ZCH_DEDUP_HEADERS_B_PK Unique Default DEDUP_HEADER_ID
ZCH_DEDUP_HEADERS_B_U1 Unique Default DEDUP_HEADER_ID, CONFLICT_ID
ZCH_DEDUP_HEADERS_B_U2 Unique Default DEDUP_HEADER_ID, OBJ_NAME, CONFLICT_ID
ZCH_DEDUP_HEADERS_B_U3 Unique Default LAST_UPDATE_DATE, DEDUP_HEADER_ID