[Home] [Help]
[Dependency Information]
Object Name: | FND_CURRENCIES_TL |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FND_CURRENCIES_TL stores translated information about currencies
in each of the installed languages. Each row includes the language
the information is translated to, the currency name and currency
code, and the description of the currency. You need one row for
each currency in each of the languages installed at your site.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_CURRENCIES_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
FND_CURRENCIES_TL_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CURRENCY_CODE | VARCHAR2 | (15) | Yes | Currency code |
LANGUAGE | VARCHAR2 | (4) | Yes | Language |
NAME | VARCHAR2 | (80) | Yes | Currency name |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
CREATION_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
DESCRIPTION | VARCHAR2 | (240) | Description | |
SOURCE_LANG | VARCHAR2 | (4) | Yes | The Language the text will mirror. If text is not yet translated into LANGUAGE then any changes to the text in the source language row will be reflected here as well. |
Cut, paste (and edit) the following text to query this object:
SELECT CURRENCY_CODE
, LANGUAGE
, NAME
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, DESCRIPTION
, SOURCE_LANG
FROM APPLSYS.FND_CURRENCIES_TL;
APPLSYS.FND_CURRENCIES_TL does not reference any database object
APPLSYS.FND_CURRENCIES_TL is referenced by following:
|
|
|