DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.GLFV_GL_DAILY_EXCHANGE_RATES

Object Details
Object Name: GLFV_GL_DAILY_EXCHANGE_RATES
Object Type: VIEW
Owner: APPS
FND Design Data: ViewSQLGL.GLFV_GL_DAILY_EXCHANGE_RATES
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


General Ledger daily exchange rates are daily conversion rates between any two currencies.


[View Source]

Columns
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)
Query Text

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;

Dependencies

[top of page]

APPS.GLFV_GL_DAILY_EXCHANGE_RATES references the following:

SchemaAPPS
SynonymGL_DAILY_CONVERSION_TYPES
SynonymGL_DAILY_RATES

APPS.GLFV_GL_DAILY_EXCHANGE_RATES is not referenced by any database object