ARM_CURRENCY_RATES

This table stores the currency conversion rates.

Details

Object type: TABLE

Primary Key

Name Columns

ARM_CURRENCY_RATES_PK

FROM_CURRENCY

ARM_CURRENCY_RATES_PK

TO_CURRENCY

ARM_CURRENCY_RATES_PK

PERIOD_ID

ARM_CURRENCY_RATES_PK

RATE_TYPE_ID

Columns

Name Data Type Length Precision Scale Null Allowed Comments

FROM_CURRENCY

VARCHAR2

80

   

No

From currency

TO_CURRENCY

VARCHAR2

80

   

No

To currency

PERIOD_ID

NUMBER

 

18

0

No

Period ID for the Period mapping.

RATE_TYPE_ID

NUMBER

 

18

0

No

Rate Type ID for the ARM RATE TYPE mapping

RATE

NUMBER

     

No

Currency Conversion Rate

LAST_UPDATE_DATE

DATE

     

No

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

LAST_UPDATED_BY

VARCHAR2

255

   

No

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

LAST_UPDATE_LOGIN

NUMBER

     

Yes

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

CREATED_BY

VARCHAR2

255

   

No

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

CREATION_DATE

DATE

     

No

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

OBJECT_VERSION_NUMBER

NUMBER

 

9

0

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.

FROM_SOURCE_SYSTEM

VARCHAR2

1

   

Yes

Whether rates were loaded from the source system.

Indexes

Index Uniqueness Columns

ARM_CURRENCY_RATES_N1

NONUNIQUE

PERIOD_ID

ARM_CURRENCY_RATES_PK

UNIQUE

FROM_CURRENCY, TO_CURRENCY, PERIOD_ID, RATE_TYPE_ID

ARM_CURRENCY_RATES_UI

UNIQUE

PERIOD_ID, RATE_TYPE_ID, FROM_CURRENCY, TO_CURRENCY