ARM_RATE_TYPES

This table stores the rate type definitions.

Details

Object type: TABLE

Primary Key

Name Columns

ARM_RATE_TYPES_PK

RATE_TYPE_ID

Columns

Name Data Type Length Precision Scale Null Allowed Comments

RATE_TYPE_ID

NUMBER

 

18

0

No

The Unique ID identifier

RATE_TYPE_NAME

VARCHAR2

765

   

No

ARM Rate Type Name

SOURCE_SYSTEM_ID

NUMBER

 

18

0

Yes

Source system identifier

SOURCE_SYSTEM_RATE_TYPE

VARCHAR2

765

   

Yes

Source System Rate Type

CREATED_BY

VARCHAR2

255

   

No

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

CREATION_DATE

DATE

     

Yes

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

LAST_UPDATE_DATE

DATE

     

No

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

LAST_UPDATE_LOGIN

NUMBER

     

Yes

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

OBJECT_VERSION_NUMBER

NUMBER

     

No

Used to implement optimistic locking. This number is incremented every time 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.

Indexes

Index Uniqueness Columns

ARM_RATE_TYPES_PK

UNIQUE

RATE_TYPE_ID