[Home] [Help]
[Dependency Information]
Object Name: | GLFV_GL_DAILY_EXCHANGE_RATES |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
General Ledger daily exchange rates are daily conversion rates between any two currencies.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
FROM_CURRENCY | VARCHAR2 | (15) | Yes | From currency |
TO_CURRENCY | VARCHAR2 | (15) | Yes | To currency |
CURRENCY_CONVERSION_DATE | DATE | Yes | Currency conversion date | |
CURRENCY_CONVERSION_TYPE_CODE | VARCHAR2 | (30) | Yes | Currency conversion type |
CURRENCY_CONVERSION_TYPE | VARCHAR2 | (30) | Yes | Conversion type user defined name |
CURRENCY_CONVERSION_RATE | NUMBER | Yes | Currency conversion rate | |
_DF | CHAR | (29) |
Cut, paste (and edit) the following text to query this object:
SELECT FROM_CURRENCY
, TO_CURRENCY
, CURRENCY_CONVERSION_DATE
, CURRENCY_CONVERSION_TYPE_CODE
, CURRENCY_CONVERSION_TYPE
, CURRENCY_CONVERSION_RATE
, _DF
FROM APPS.GLFV_GL_DAILY_EXCHANGE_RATES;
APPS.GLFV_GL_DAILY_EXCHANGE_RATES is not referenced by any database object
|
|
|