[Home] [Help]
[Dependency Information]
Object Name: | IBE_DSP_CONTEXT_TL |
---|---|
Object Type: | TABLE |
Owner: | IBE |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IBE_DSP_CONTEXT_TL stores translated information about the display context labels
in IBE_DSP_CONTEXT_B. Each row includes the language the row is translated to,
the translated attributes of the display context label, and the identifier which uniquely
identifies the display context label. You need one row for each display context label
in each of the installed languages. Each row includes a language and SOURCE_LANG
column which can be used to determine if a value has been translated or defaulted.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IBE_DSP_CONTEXT_TL_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
IBE_DSP_CONTEXT_TL_N999 | FUNCTION-BASED NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CONTEXT_ID | NUMBER | Yes | Display Context Identifier. | |
OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Object Version Number for Locking |
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 | |
SECURITY_GROUP_ID | NUMBER | Security Group Identifier. | ||
SOURCE_LANG | VARCHAR2 | (4) | Yes | Language Code from which the row is translated. |
LANGUAGE | VARCHAR2 | (4) | Yes | Language Code to which the row is translated to. |
NAME | VARCHAR2 | (80) | The display name of the display context label | |
DESCRIPTION | VARCHAR2 | (240) | The description of the display context label |
Cut, paste (and edit) the following text to query this object:
SELECT CONTEXT_ID
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
, SOURCE_LANG
, LANGUAGE
, NAME
, DESCRIPTION
FROM IBE.IBE_DSP_CONTEXT_TL;
IBE.IBE_DSP_CONTEXT_TL does not reference any database object
IBE.IBE_DSP_CONTEXT_TL is referenced by following:
|
|
|