[Home] [Help]
[Dependency Information]
| Object Name: | OKI_DAILY_RATES |
|---|---|
| Object Type: | TABLE |
| Owner: | OKI |
| FND Design Data: | OKI.OKI_DAILY_RATES
|
| Subobject Name: | |
| Status: | VALID |
This table holds the conversion rate data for all the currency combinations for the conversion type specified by the OKI_DEFAULT_CONVERSION_TYPE profile option. This information is used to perform conversions from the transaction currency to the set of books currency and the base currency.
This table is populated from the GL_DAILY_RATES table with the latest conversion rate for that currency combination. This means that there will be only one record for any combination of from currency band to currency.
It is maintained by the Load Daily Rates, Contracts Intelligence concurrent manager job.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OKI_DAILY_RATES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
FROM_CURRENCY
TO_CURRENCY
CONVERSION_RATE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FROM_CURRENCY | VARCHAR2 | (15) | Yes | The currency from which one is converting. |
| TO_CURRENCY | VARCHAR2 | (15) | Yes | The currency to which one is converting. |
| CONVERSION_RATE | NUMBER | Yes | The rate to use to convert the currencies. | |
| CONVERSION_DATE | DATE | Yes | The date for the conversion rate. | |
| SECURITY_GROUP_ID | NUMBER | Used for application hosting. |
Cut, paste (and edit) the following text to query this object:
SELECT FROM_CURRENCY
, TO_CURRENCY
, CONVERSION_RATE
, CONVERSION_DATE
, SECURITY_GROUP_ID
FROM OKI.OKI_DAILY_RATES;
OKI.OKI_DAILY_RATES does not reference any database object
OKI.OKI_DAILY_RATES is referenced by following:
APPS
OKI_DAILY_RATES
|
|
|
|