TM_TRANS_TYPE

Details

Object type: TABLE

Primary Key

Name Columns
TRANSTYPE_PK TRANS_TYPE_ID

Columns

Name Data Type Length Precision Scale Null Allowed Comments

RECON_TYPE_ID

NUMBER

 

18

0

No

Foreign Key to TM_RECON_TYPE

TRANS_TYPE_ID

NUMBER

 

18

0

No

Primary key

TEXT_ID

NVARCHAR2

100

   

No

Text ID for the transaction type

NAME

NVARCHAR2

100

   

No

Name of the transaction type

DESCRIPTION

NVARCHAR2

2000

   

Yes

Description

TRANS_TYPE

NUMBER

 

1

0

No

1=Adjustment or 2=Support

ALLOW_MANUAL

NUMBER

  1 0 No

1= Active (allowed) or 0=Inactive (not allowed). Default is 1 (Active).

Indicates whether this adjustment type is allowed for the manual match or not.

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
TRANSTYPE_PK UNIQUE TRANS_TYPE_ID
UNIQUE_TRANSTYPE_IDX001 UNIQUE RECON_TYPEID, SYS_NC00010$

Foreign Keys

Name Foreign Table Foreign Key Column
TM_TRANS_TYPE TM_RECON_TYPE RECON_TYPE_ID