ZCH_DATA_SELECT_CRITERIA_B

This table stores the criteria header information used to select object records to include in Duplicate Identification batches. One criteria set may contain multiple detail rules. One criteria set targets to one object type.

Details

  • Schema: FUSION

  • Object owner: ZCH

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

ZCH_DATA_SELECT_CRITERIA_PK

DATA_SELECT_CRITERIA_ID

Columns

Name Datatype Length Precision Not-null Comments
DATA_SELECT_CRITERIA_ID NUMBER 18 Yes Primary key
DATA_MGMT_BATCH_ID NUMBER 18 Yes Forgien key to Duplicate Batch table
OBJ_NAME VARCHAR2 30 Yes Name of the Object for the criteria set. Example PERSON_PARTY
OBJ_DEF VARCHAR2 100 The merge object definition, whole package name
RELATION_TYPE_CODE VARCHAR2 30 The relation between two criteria. Values are AND, OR
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_DATA_SELECT_CRITERIA_B zch_data_mgmt_batches_b DATA_MGMT_BATCH_ID
zch_select_criteria_rules_b zch_data_select_criteria_b DATA_SELECT_CRITERIA_ID
zch_data_select_criteria_tl zch_data_select_criteria_b DATA_SELECT_CRITERIA_ID

Indexes

Index Uniqueness Tablespace Columns
ZCH_DATA_SELECT_CRITERIA_B_N1 Non Unique Default OBJ_DEF, DATA_MGMT_BATCH_ID
ZCH_DATA_SELECT_CRITERIA_B_PK Unique FUSION_TS_TX_IDX DATA_SELECT_CRITERIA_ID