[Home] [Help]
[Dependency Information]
Object Name: | HZ_DUP_RESULTS |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The HZ_DUP_RESULTS table temporarily stores duplicate identification data during the duplicate identification of interface tables. The table includes information about the potential from and to parties. Data in this table is only used for the duration of the duplicate identification process, and is emptied at the end of it. Duplicate identification of interface tables resolves duplicates before you import the records into the TCA Registry
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
HZ_DUP_RESULTS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
HZ_DUP_RESULTS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
FID | NUMBER | (15) | Yes | Source party identifier from TCA |
TID | NUMBER | (15) | Yes | Duplicate party identifier from TCA |
ORD_FID | NUMBER | (15) | Lesser of the from and to party identifiers | |
ORD_TID | NUMBER | (15) | Greater of the from and to party identifiers | |
SCORE | NUMBER | Match score |
Cut, paste (and edit) the following text to query this object:
SELECT FID
, TID
, ORD_FID
, ORD_TID
, SCORE
FROM AR.HZ_DUP_RESULTS;
AR.HZ_DUP_RESULTS does not reference any database object
AR.HZ_DUP_RESULTS is referenced by following:
|
|
|