ZCH_MERGE_ATTRS_B

The ZCH_MERGE_ATTRS table stores deduplication request survivor’s attributes overwritten by sources information.

Details

  • Schema: FUSION

  • Object owner: ZCH

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

ZCH_MERGE_ATTRS_B_PK

MERGE_ATTR_ID

Columns

Name Datatype Length Precision Not-null Comments
MERGE_ATTR_ID NUMBER 18 Yes Primary key
MERGE_DETAIL_ID NUMBER 18 Yes Foreign key to ZCH_MGRE_DTLS table
SURVIVOR_ID NUMBER 18 Yes Survivor Id
MERGE_SOURCE_ID NUMBER 18 The source Id to contribute this attribute.
ATTRIBUTE_NAME VARCHAR2 80 Yes Attribute name which will be overwritten
ATTRIBUTE_UI_NAME VARCHAR2 100 Display Name of the Attribute
COLUMN_NAME VARCHAR2 50 Column name of the attribute
ATTRIBUTE_VALUE VARCHAR2 4000 Value of the Attribute
RULE_BASED_ACTION_FLAG VARCHAR2 1 To indicate that the action to be performed on this attribute has been determined by rules
CATEGORY VARCHAR2 50 Profile of the attribute. Populate with metadata configuration. Internal use to filter the attributes
ATTRIBUTE_DATA_TYPE VARCHAR2 50 Yes The data type of this attribute.
SOURCE_SYSTEM VARCHAR2 30 Source System from which this attribute value is obtained.
SOURCE_UPDATE_DATE TIMESTAMP Last source system update date for which this attribute value is obtained
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.

Foreign Keys

Table Foreign Table Foreign Key Column
ZCH_MERGE_ATTRS_B zch_merge_details_b MERGE_DETAIL_ID
zch_merge_attrs_tl zch_merge_attrs_b MERGE_ATTR_ID

Indexes

Index Uniqueness Tablespace Columns Status
ZCH_MERGE_ATTRS_B_N1 Non Unique Default MERGE_DETAIL_ID Obsolete
ZCH_MERGE_ATTRS_B_N2 Non Unique Default ATTRIBUTE_NAME
ZCH_MERGE_ATTRS_B_PK Unique Default MERGE_ATTR_ID
ZCH_MERGE_ATTRS_B_U1 Unique Default MERGE_DETAIL_ID, ATTRIBUTE_NAME