TM_RECON_TYPE

This table stores match types.

Details

Object type: TABLE

Primary Key

Name Columns
RECONTYPE_PK RECON_TYPE_ID

Columns

Name Data Type Length Precision Scale Null Allowed Comments

RECON_TYPE_ID

NUMBER

 

18

0

No

Primary key

TEXT_ID

NVARCHAR2

100

   

No

Text ID for the match type

NAME

NVARCHAR2

100

   

No

Name of the match type

DESCRIPTION

NVARCHAR2

2000

   

Yes

Description of the match type

RECON_TYPE_STATUS_ENUM

NUMBER

 

2

0

No

Status: -0=Pending, 1=Approved

INSTRUCTIONS

NCLOB

     

Yes

Instructions for Match Type

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
RECONTYPE_PK UNIQUE RECON_TYPE_ID
UNIQUE_RECONTYPE_IDX001 UNIQUE SYS_NC00011$

Foreign Keys

Name Foreign Table Foreign Key Column
TM_RECON_TYPE TM_CALENDAR_TYPE CALENDAR_ID