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


VIEW: APPS.OKI_CURR_OLTP_V

Object Details
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


[View Source]

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

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


SELECT CURRENCY_CODE
,      CURRENCY_NAME
,      CURRENCY_DESCRIPTION
FROM APPS.OKI_CURR_OLTP_V;

Dependencies

[top of page]

APPS.OKI_CURR_OLTP_V references the following:

SchemaAPPS
SynonymFND_CURRENCIES_TL

APPS.OKI_CURR_OLTP_V is not referenced by any database object