ZCH_MERGE_ATTRS_A

The archive table for ZCH_MERGE_ATTRS.

Details

  • Schema: FUSION

  • Object owner: FUSION

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

ZCH_MERGE_ATTRS_A_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 50 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
ATTRIBUTE_DATA_TYPE VARCHAR2 50 Yes The data type of this attribute.
CATEGORY VARCHAR2 50 Profile of the attribute. Populate with metadata configuration. Internal use to filter the attributes
SOURCE_SYSTEM VARCHAR2 30 Source System from 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.
COMMENTS VARCHAR2 100 Comments
RULE_BASED_ACTION_FLAG VARCHAR2 1 To indicate that the action to be performed on this attribute has been determined by rules

Indexes

Index Uniqueness Tablespace Columns
ZCH_MERGE_ATTRS_A_U1 Unique Default MERGE_ATTR_ID