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


TABLE: BNE.BNE_CONTENTS_TL

Object Details
Object Name: BNE_CONTENTS_TL
Object Type: TABLE
Owner: BNE
FND Design Data: TableBNE.BNE_CONTENTS_TL
Subobject Name:
Status: VALID


BNE_CONTENTS_TL stores the translated name of the contents defined in BNE_CONTENTS_B. You need one row for each content in each of the installed languages.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BNE_CONTENT_TL_UK1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnCONTENT_CODE
ColumnLANGUAGE
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (15) Yes Application identifier (foreign key to FND_APPLICATIONS.APPLICATION_ID).
CONTENT_CODE VARCHAR2 (30) Yes Unique code identifying this entity for the given APPLICATION_ID.
LANGUAGE VARCHAR2 (4) Yes Language
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.
USER_NAME VARCHAR2 (240) Yes User name for the content.
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT APPLICATION_ID
,      CONTENT_CODE
,      LANGUAGE
,      SOURCE_LANG
,      USER_NAME
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      ZD_EDITION_NAME
FROM BNE.BNE_CONTENTS_TL;

Dependencies

[top of page]

BNE.BNE_CONTENTS_TL does not reference any database object

BNE.BNE_CONTENTS_TL is referenced by following:

SchemaBNE
ViewBNE_CONTENTS_TL#