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


TABLE: IBE.IBE_DSP_CONTEXT_TL

Object Details
Object Name: IBE_DSP_CONTEXT_TL
Object Type: TABLE
Owner: IBE
FND Design Data: TableIBE.IBE_DSP_CONTEXT_TL
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.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBE_DSP_CONTEXT_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCONTEXT_ID
ColumnLANGUAGE
ColumnZD_EDITION_NAME
IBE_DSP_CONTEXT_TL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnCONTEXT_ID
IBE_DSP_CONTEXT_TL_N999 FUNCTION-BASED NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnNLS_UPPER("NAME")
Columns
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
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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
,      ZD_EDITION_NAME
FROM IBE.IBE_DSP_CONTEXT_TL;

Dependencies

[top of page]

IBE.IBE_DSP_CONTEXT_TL does not reference any database object

IBE.IBE_DSP_CONTEXT_TL is referenced by following:

SchemaIBE
ViewIBE_DSP_CONTEXT_TL#