[Home] [Help]
[Dependency Information]
| Object Name: | OKI_CURR_OLTP_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
Currencies Lookup Table. This view stores Currency related informations like code and description
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CURRENCY_CODE | VARCHAR2 | (15) | Yes | Currency code |
| CURRENCY_NAME | VARCHAR2 | (80) | Yes | Currency name |
| CURRENCY_DESCRIPTION | VARCHAR2 | (240) | Currency Description |
Cut, paste (and edit) the following text to query this object:
SELECT CURRENCY_CODE
, CURRENCY_NAME
, CURRENCY_DESCRIPTION
FROM APPS.OKI_CURR_OLTP_V;
APPS
FND_CURRENCIES_TL
APPS.OKI_CURR_OLTP_V is not referenced by any database object
|
|
|
|