ZCH_NMERGE_DETAILS

The ZCH_NMRGE_DETAILS table stores deduplication request nonmergeable entities??? records information. One mergeable entity can have multiple nonmergeable children entities. Because there is no source table separated, there is no additional FK as in green above.

Details

  • Schema: FUSION

  • Object owner: ZCH

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

ZCH_NMERGE_DETAILS_PK

NMERGE_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
NMERGE_DETAIL_ID NUMBER 18 Yes Primary key
MERGE_DETAIL_ID NUMBER 18 Yes Foreign key to ZCH_MEGRE_DETAILS
OBJ_NAME VARCHAR2 30 Yes The transfer object name, like education
OBJ_DEF VARCHAR2 100 The merge object definition, whole package name
RECORD_ID NUMBER 18 Yes The record Id action performed
ACTION_TYPE VARCHAR2 30 Type of the action. Transfer
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_NMERGE_DETAILS zch_merge_details_b MERGE_DETAIL_ID

Indexes

Index Uniqueness Tablespace Columns
ZCH_NMERGE_DETAILS_PK Unique Default NMERGE_DETAIL_ID