[Home] [Help]
[Dependency Information]
Object Name: | FND_DESCR_FLEX_CONTEXTS_TL |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FND_DESCR_FLEX_CONTEXTS_TL stores context field values (also
known as structure names) for descriptive flexfields in each of the
installed languages. Each row includes the application identifier,
the descriptive flexfield name, and the context field value. Each
row also includes a description of the context field value and the
language code indicating what language the information is in. You
need one row for each context field value for every descriptive
flexfield in each of the installed languages.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_DESCR_FLEX_CONTEXTS_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
FND_DESCR_FLEX_CONTEXTS_TL_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
APPLICATION_ID | NUMBER | (10) | Yes | Application identifier |
DESCRIPTIVE_FLEXFIELD_NAME | VARCHAR2 | (40) | Yes | Descriptive flexfield name |
DESCRIPTIVE_FLEX_CONTEXT_CODE | VARCHAR2 | (30) | Yes | The context field value |
LANGUAGE | VARCHAR2 | (4) | Yes | Language |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_LOGIN | NUMBER | (10) | Standard Who column | |
DESCRIPTION | VARCHAR2 | (240) | Description | |
DESCRIPTIVE_FLEX_CONTEXT_NAME | VARCHAR2 | (80) | Yes | Translatable name for the context |
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 APPLICATION_ID
, DESCRIPTIVE_FLEXFIELD_NAME
, DESCRIPTIVE_FLEX_CONTEXT_CODE
, LANGUAGE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, DESCRIPTION
, DESCRIPTIVE_FLEX_CONTEXT_NAME
, SOURCE_LANG
FROM APPLSYS.FND_DESCR_FLEX_CONTEXTS_TL;
APPLSYS.FND_DESCR_FLEX_CONTEXTS_TL does not reference any database object
APPLSYS.FND_DESCR_FLEX_CONTEXTS_TL is referenced by following:
|
|
|