TM_SUPPORT

This table stores support details for the transactions.

Details

Object type: TABLE

Primary Key

Name Columns
SUPPORTITTRANSDETAILS_PK SUPPORT_ID

Columns

Name Data Type Length Precision Scale Null Allowed Comments

RECON_ID

NUMBER

 

18

0

No

Foreign key to TM_RECON

MATCH_PROC_ID

NUMBER

 

18

0

No

Foreign Key to TM_MATCH_PROC

MATCH_ID

NUMBER

 

18

0

No

Foreign Key to TM_MATCH

SUPPORT_ID

NUMBER

 

18

0

No

Primary key

TRANS_TYPE_ID

NUMBER

 

18

0

No

Transaction Type used for the support

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
SUPPORTITDETAILS_PK UNIQUE SUPPORT_ID

Foreign Keys

Name Foreign Table Foreign Key Column

TM_SUPPORT

TM_MATCH_PROC

MATCH_PROC_ID

TM_SUPPORT

TM_RECON

RECON_ID

TM_SUPPORT

TM_MATCH

MATCH_ID

TM_SUPPORT

TM_TRANS_TYPE

TRANS_TYPE_ID