TM_ATTRIBUTE_VALUE

This table stores Transaction Matching transaction type attribute values for the adjustment.

Details

Object type: TABLE

Columns

Name Data Type Length Precision Scale Null Allowed Comments

ATTRIB_VALUE_ID

NUMBER

 

18

0

Yes

Primary key

ATTRIB_ID

NUMBER

 

18

0

Yes

Primary key of the attribute

OBJECT_ID

NUMBER

 

18

0

Yes

Adjustment ID or Support ID

ATTRIBUTE_SOURCE_TYPE

NUMBER

 

1

0

Yes

Type of the attribute - 1=Adjustment or 0=Support

VALUE_TEXT

NVARCHAR2

2000

   

Yes

Value of the attribute if type is Text

VALUE_NUMBER

NUMBER

     

Yes

Value of the attribute if type is Number

VALUE_LIST_CHOICE_ID

NUMBER

 

18

0

Yes

Value of the attribute if type 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.

LAST_UPDATE_LOGIN

NUMBER

     

Yes

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

UPDATED_BY

NVARCHAR2

255

   

Yes

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

CREATED_BY

NVARCHAR2

255

   

Yes

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

VALUE_DATE

TIMESTAMP(6)

     

Yes

Value of the attribute if type is Date

UPDATE_DATE

TIMESTAMP(6)

     

Yes

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

CREATE_DATE

TIMESTAMP(6)

     

Yes

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