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


TABLE: BNE.BNE_LAYOUT_BLOCKS_TL

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


BNE_LAYOUT_BLOCKS_TL stores the translated name of the layout blocks defined in BNE_LAYOUT_BLOCKS_B. You need one row for each layout block 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_LAYOUT_BLOCKS_TL_UK1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnLAYOUT_CODE
ColumnBLOCK_ID
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (15) Yes Application identifier (foreign key to FND_APPLICATIONS.APPLICATION_ID).
LAYOUT_CODE VARCHAR2 (30) Yes Unique code identifying this entity for the given APPLICATION_ID.
BLOCK_ID NUMBER (15) Yes Unique sequence number of block.
USER_NAME VARCHAR2 (240) Yes User name for the layout block.
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.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated 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).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
PROMPT_ABOVE VARCHAR2 (240)
Language text to appear above the prompt
Query Text

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


SELECT APPLICATION_ID
,      LAYOUT_CODE
,      BLOCK_ID
,      USER_NAME
,      LANGUAGE
,      SOURCE_LANG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      PROMPT_ABOVE
FROM BNE.BNE_LAYOUT_BLOCKS_TL;

Dependencies

[top of page]

BNE.BNE_LAYOUT_BLOCKS_TL does not reference any database object

BNE.BNE_LAYOUT_BLOCKS_TL is referenced by following:

SchemaAPPS
SynonymBNE_LAYOUT_BLOCKS_TL