[Home] [Help]
[Dependency Information]
Object Name: | GLFV_GL_PERIOD_EXCHANGE_RATES |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
General Ledger period exchange rates are average, period-end, and revaluation conversion rates defined between any two currencies.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LEDGER_ID | NUMBER | (15) | Yes | |
LEDGER_NAME | VARCHAR2 | (30) | Yes | |
PERIOD_NAME | VARCHAR2 | (15) | Yes | Accounting period name |
TO_CURRENCY | VARCHAR2 | (15) | Yes | To currency |
BALANCE_TYPE | VARCHAR2 | (80) | Yes | |
PERIOD_AVERAGE_RATE | NUMBER | Yes | Currency conversion rate | |
PERIOD_END_RATE | NUMBER | Yes | Currency conversion rate |
Cut, paste (and edit) the following text to query this object:
SELECT LEDGER_ID
, LEDGER_NAME
, PERIOD_NAME
, TO_CURRENCY
, BALANCE_TYPE
, PERIOD_AVERAGE_RATE
, PERIOD_END_RATE
FROM APPS.GLFV_GL_PERIOD_EXCHANGE_RATES;
APPS.GLFV_GL_PERIOD_EXCHANGE_RATES is not referenced by any database object
|
|
|