[Home] [Help]
[Dependency Information]
| Object Name: | FII_CURR_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | FII.FII_CURR_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ID | VARCHAR2 | (15) | Currency Code | |
| VALUE | VARCHAR2 | (4000) | Currency Name |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, VALUE
FROM APPS.FII_CURR_V;
APPS
FND_CURRENCIES_VL
FND_MESSAGE
- show dependent code
PUBLIC
DUAL
APPS.FII_CURR_V is not referenced by any database object
|
|
|
|