DBA Data[Home] [Help] [Dependency Information]


TABLE: AR.HZ_DL_SELECTED_CRITERIA

Object Details
Object Name: HZ_DL_SELECTED_CRITERIA
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.HZ_DL_SELECTED_CRITERIA
Subobject Name:
Status: VALID


The HZ_DL_SELECTED_CRITERIA table stores the criteria
used to select parties to include in System Duplicate Identification (SDI)
batches or purge requests. SDI batches contain sets of system-identified
duplicates to merge. Each duplicate set within a batch can have either
multiple parties to merge together or just one party to cleanse duplicate
information for. A purge request is a batch of parties that you submit to
purge from the TCA Registry.
Each selection criterion contains an attribute, operation, and corresponding
attribute value. For example, a criterion can be that the Registry ID must be
less than 1001. Registry ID would be the attribute, less than is the
operation, and 1001 is the attribute value. A party must meet all criteria
specified for the SDI batch or purge request to be included.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_DL_SELECTED_CRITERIA_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBATCH_ID
ColumnBATCH_TYPE
ColumnATTRIBUTE_NAME
ColumnOPERATION
Columns
Name Datatype Length Mandatory Comments
CRITERIA_ID NUMBER (15) Yes Criterion identifier
BATCH_TYPE VARCHAR2 (50) Yes Batch type
BATCH_ID NUMBER (15) Yes Batch identifier
ATTRIBUTE_NAME VARCHAR2 (50)
Name of attribute in criterion
OPERATION VARCHAR2 (50)
Operation of criterion
VALUE VARCHAR2 (240)
Attribute value for criterion
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CRITERIA_ID
,      BATCH_TYPE
,      BATCH_ID
,      ATTRIBUTE_NAME
,      OPERATION
,      VALUE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      LAST_UPDATE_DATE
FROM AR.HZ_DL_SELECTED_CRITERIA;

Dependencies

[top of page]

AR.HZ_DL_SELECTED_CRITERIA does not reference any database object

AR.HZ_DL_SELECTED_CRITERIA is referenced by following:

SchemaAPPS
SynonymHZ_DL_SELECTED_CRITERIA