[Home] [Help]
[Dependency Information]
Object Name: | FND_CONC_STATE_LOOKUPS_TL |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FND_CONC_STATE_LOOKUPS_TL stores translated information about the
lookups
in FND_CONC_STATE_LOOKUPS.
Each row includes the language the row is translated to, the translate
d
attributes
of the lookup, and the lookup identifier which uniquely
identifies the lookup.
You need one row for each lookup in each of the installed
languages. Each row
includes a language and source_lang column which can be used to determ
ine if a
value has been translated or defaulted.
Tablespace: | ![]() |
---|---|
PCT Free: | 20 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_CONC_STATE_LOOKUPS_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LOOKUP_TYPE_ID | NUMBER | Yes | Value set identifier | |
LOOKUP_VALUE | NUMBER | Yes | Value identifier | |
LANGUAGE | VARCHAR2 | (4) | Yes | Language |
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. |
MEANING | VARCHAR2 | (20) | Yes | User value |
DESCRIPTION | VARCHAR2 | (80) | Yes | Description |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | Yes | Standard Who column | |
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | Yes | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT LOOKUP_TYPE_ID
, LOOKUP_VALUE
, LANGUAGE
, SOURCE_LANG
, MEANING
, DESCRIPTION
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
FROM APPLSYS.FND_CONC_STATE_LOOKUPS_TL;
APPLSYS.FND_CONC_STATE_LOOKUPS_TL does not reference any database object
APPLSYS.FND_CONC_STATE_LOOKUPS_TL is referenced by following:
|
|
|