ZCH_DEDUP_LINKS_B

The ZCH_DEDUP_LINKS_B table stores link information

Details

  • Schema: FUSION

  • Object owner: ZCH

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

ZCH_DEDUP_LINKS_B_PK

DEDUP_LINK_ID

Columns

Name Datatype Length Precision Not-null Comments
DEDUP_LINK_ID NUMBER 18 Yes Primary Key
DEDUP_LINK_NUMBER VARCHAR2 64 Yes Link Number for display
DEDUP_LINK_STATUS VARCHAR2 60 Yes Status of a link
DEDUP_HEADER_ID NUMBER 18 Foreign key to ZCH_DEDUP_HEADERS
MASTER_ID NUMBER 18 Yes Master record of a link
OBJ_NAME VARCHAR2 30 Yes The link object name, like party, account
DEDUP_LINK_NAME VARCHAR2 128 Display name of the link set
DEDUP_LINK_TYPE VARCHAR2 30 Yes Type of links in this set
DATA_SET_UUID VARCHAR2 36 Yes Data set which contains this link set
REVIEWED_FLAG VARCHAR2 1 Yes Indicates if the records in this link set have been reviewed by a data steward user
DESCRIPTION VARCHAR2 240 Description of the link set
NOTES CLOB Notes related to the link set
CREATED_BY_PROCESS_ID NUMBER 18 Yes Process instance which created this link set
CREATED_BY_PROCESS_TYPE VARCHAR2 30 Yes Type of process which created this duplicate set
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update 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.
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_DEDUP_LINKS_B zch_dedup_headers_b DEDUP_HEADER_ID
zch_dedup_link_members zch_dedup_links_b DEDUP_LINK_ID
zch_dedup_links_tl zch_dedup_links_b DEDUP_LINK_ID

Indexes

Index Uniqueness Tablespace Columns
ZCH_DEDUP_LINKS_B_N1 Non Unique Default DATA_SET_UUID, DEDUP_LINK_TYPE, REQUEST_ID
ZCH_DEDUP_LINKS_B_N2 Non Unique Default DATA_SET_UUID, DEDUP_LINK_TYPE, MASTER_ID
ZCH_DEDUP_LINKS_B_N3 Non Unique Default DATA_SET_UUID, DEDUP_LINK_TYPE, LAST_UPDATE_DATE
ZCH_DEDUP_LINKS_B_PK Unique Default DEDUP_LINK_ID
ZCH_DEDUP_LINKS_B_U1 Unique Default DATA_SET_UUID, DEDUP_LINK_TYPE, DEDUP_LINK_NUMBER
ZCH_DEDUP_LINKS_B_U2 Unique Default DATA_SET_UUID, DEDUP_LINK_TYPE, DEDUP_LINK_ID