TM_MATCH_RULE_ADJ_DET_ATTRIB

This table stores one row for each match rule adjustment attribute.

Details

Object type: TABLE

Primary Key

Name Columns

MATCHRULEADJDETATTRIB_PK

MATCH_RULE_ADJ_DET_ATTRIB_ID

Columns

Name Data Type Length Precision Scale Null Allowed Comments

RECON_TYPE_ID

NUMBER

 

18

0

No

Foreign Key to TM_RECON_TYPE

MATCH_PROC_ID

NUMBER

 

18

0

No

Foreign Key to TM_MATCH_PROC

MATCH_RULE_ID

NUMBER

 

18

0

No

Foreign key to TM_MATCH_RULE

MATCH_RULE_ADJ_DET_ID

NUMBER

 

18

0

No

Primary key

MATCH_RULE_ADJ_DET_ATTRIB_ID

NUMBER

 

18

0

No

Foreign key to TM_MATCH_RULE_ADJ_DET_ATTRIB

ATTRIB_ID

NUMBER

 

18

0

No

Transaction Type attribute ID

MATCH_RULE_DEF_VAL_TYPE

NUMBER

 

18

0

Yes

Transaction Type attribute ID

DEF_VALUE_ATTRIB_ID

NUMBER

 

18

0

Yes

Data source attribute id from which the value to be picked.

DEF_VALUE_TEXT

NVARCHAR2

500

   

Yes

Default value to be used if transaction type attribute is Text

DEF_VALUE_NUMBER

NUMBER

 

18

0

Yes

Default value to be used if transaction type attribute is Number

DEF_VALUE_DATE

DATE

     

Yes

Default value to be used if transaction type attribute is Date

DEF_VALUE_LIST_CHOICE_ID

NUMBER

 

18

0

Yes

Default value to be used if transaction type attribute is List

OBJECT_VERSION_NUMBER

NUMBER

 

9

0

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.

CREATED_BY

NVARCHAR2

255

   

No

Who column. Stores the ID of the user who created this row.

UPDATED_BY

NVARCHAR2

255

   

Yes

Who column. Stores the ID of the user who last updated this row.

CREATE_DATE

TIMESTAMP(6)

     

No

Who column. Stores the date when this row was created in the database.

UPDATE_DATE

TIMESTAMP(6)

     

Yes

Who column. Stores the date when this row was last updated.

Indexes

Index Uniqueness Columns

MATCHRULEADJDETATTRIB_PK

UNIQUE

MATCH_RULE_ADJ_DET_ATTRIB_ID

Foreign Keys

Name Foreign Table Foreign Key Column

TM_MATCH_RULE_ADJ_DET_ATTRIB

TM_RECON_TYPE

RECON_TYPE_ID

TM_MATCH_RULE_ADJ_DET_ATTRIB

TM_MATCH_RULE_ADJ_DET

MATCH_RULE_ADJ_DET_ID

TM_MATCH_RULE_ADJ_DET_ATTRIB

TM_MATCH_RULE

MATCH_RULE_ID

TM_MATCH_RULE_ADJ_DET_ATTRIB

TM_MATCH_PROC

MATCH_PROC_ID