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


TABLE: APPLSYS.FND_MENU_ENTRIES_TL

Object Details
Object Name: FND_MENU_ENTRIES_TL
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.FND_MENU_ENTRIES_TL
Subobject Name:
Status: VALID


FND_MENU_ENTRIES_TL stores translated information
about individual entries in navigator menus. Each row
includes the menu identifier, a sequence number that
determines the order in which the entry appears on the menu
(relative to other choices on the same menu), and the menu
prompt. Each row also includes a language code that
indicates what language the information is in. You need one row for
each menu entry in each of the languages
installed at your site.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_MENU_ENTRIES_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnMENU_ID
ColumnENTRY_SEQUENCE
ColumnLANGUAGE
FND_MENU_ENTRIES_TL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnMENU_ID
ColumnPROMPT
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
LANGUAGE VARCHAR2 (4) Yes Language
MENU_ID NUMBER
Yes Menu identifier from FND_MENU_ENTRIES
ENTRY_SEQUENCE NUMBER
Yes Entry sequence from FND_MENU_ENTRIES
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
PROMPT VARCHAR2 (60)
Navigate window prompt
DESCRIPTION VARCHAR2 (240)
Description
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.
Query Text

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


SELECT LANGUAGE
,      MENU_ID
,      ENTRY_SEQUENCE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      PROMPT
,      DESCRIPTION
,      SOURCE_LANG
FROM APPLSYS.FND_MENU_ENTRIES_TL;

Dependencies

[top of page]

APPLSYS.FND_MENU_ENTRIES_TL does not reference any database object

APPLSYS.FND_MENU_ENTRIES_TL is referenced by following:

SchemaAPPS
SynonymFND_MENU_ENTRIES_TL