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


VIEW: APPS.FII_CURR_V

Object Details
Object Name: FII_CURR_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewFII.FII_CURR_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


This view is based on table FND_CURRENCIES_VL. It will contain information about the Currency Codes created.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ID VARCHAR2 (15)
Currency Code
VALUE VARCHAR2 (4000)
Currency Name
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ID
,      VALUE
FROM APPS.FII_CURR_V;

Dependencies

[top of page]

APPS.FII_CURR_V references the following:

SchemaAPPS
ViewFND_CURRENCIES_VL
PL/SQL PackageFND_MESSAGE - show dependent code
SchemaPUBLIC
SynonymDUAL

APPS.FII_CURR_V is not referenced by any database object