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


TABLE: IBE.IBE_MSITE_LANGUAGES

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


IBE_MSITE_LANGUAGES stores the languages supported by Speciality Store defined in IBE_MSITES_B.
A Speciality Store can support more than one language. It's possible there is no language associated to aSpeciality Store. In that case, the default language defined at the Speciality Store will be used.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBE_MSITE_LANGUAGES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnMSITE_ID
Columns
Name Datatype Length Mandatory Comments
MSITE_LANGUAGE_ID NUMBER
Yes Mini Site Language Identifier.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Object version number
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.
MSITE_ID NUMBER
Yes Mini Site Identifier.
LANGUAGE_CODE VARCHAR2 (4) Yes Language supported by the minisite
ENABLE_FLAG VARCHAR2 (3)
Indicate if this language is enabled
Query Text

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


SELECT MSITE_LANGUAGE_ID
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      MSITE_ID
,      LANGUAGE_CODE
,      ENABLE_FLAG
FROM IBE.IBE_MSITE_LANGUAGES;

Dependencies

[top of page]

IBE.IBE_MSITE_LANGUAGES does not reference any database object

IBE.IBE_MSITE_LANGUAGES is referenced by following:

SchemaIBE
ViewIBE_MSITE_LANGUAGES#