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


TABLE: IBE.IBE_DSP_SECTIONS_TL

Object Details
Object Name: IBE_DSP_SECTIONS_TL
Object Type: TABLE
Owner: IBE
FND Design Data: TableIBE.IBE_DSP_SECTIONS_TL
Subobject Name:
Status: VALID


IBE_DSP_SECTIONS_TL stores translated information about the Sections stored
in IBE_DSP_SECTIONS_B. Each row includes the language the row is translated to,
the translated attributes of the Section, and the identifier which uniquely identifies
the Section. You need one row for each Section 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_SECTIONS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnSECTION_ID
ColumnLANGUAGE
ColumnZD_EDITION_NAME
IBE_DSP_SECTIONS_TL_N999 FUNCTION-BASED NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnNLS_UPPER("DISPLAY_NAME")
Columns
Name Datatype Length Mandatory Comments
SECTION_ID NUMBER
Yes Section identifier
LANGUAGE VARCHAR2 (4) Yes The language code of language to which row is translated.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Object Version Number for Locking
CREATED_BY NUMBER
Yes Standard who column
CREATION_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER
Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATE_LOGIN NUMBER

Standard who column
SECURITY_GROUP_ID NUMBER

Security Group Identifier.
SOURCE_LANG VARCHAR2 (4) Yes Source language
DISPLAY_NAME VARCHAR2 (120) Yes Display name of the section
DESCRIPTION VARCHAR2 (240)
Short description of the section.
LONG_DESCRIPTION VARCHAR2 (4000)
Long description of the section.
KEYWORDS VARCHAR2 (1000)
Keywords associated with the section. This field will be used for searching the sections.
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT SECTION_ID
,      LANGUAGE
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      SOURCE_LANG
,      DISPLAY_NAME
,      DESCRIPTION
,      LONG_DESCRIPTION
,      KEYWORDS
,      ZD_EDITION_NAME
FROM IBE.IBE_DSP_SECTIONS_TL;

Dependencies

[top of page]

IBE.IBE_DSP_SECTIONS_TL does not reference any database object

IBE.IBE_DSP_SECTIONS_TL is referenced by following:

SchemaIBE
ViewIBE_DSP_SECTIONS_TL#