Search Results fnd_menu_entries_tl
Overview
The FND_MENU_ENTRIES_TL table is a core translation table within the Application Object Library (FND) of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. Residing in the APPLSYS schema, its primary function is to store translated text for the entries that populate the EBS navigational menu structure. It operates as a child table to the base table FND_MENU_ENTRIES, enabling the system to present menu prompts and descriptions in multiple languages based on the user's session language. This table is fundamental to the internationalization (NLS) capabilities of the EBS user interface, ensuring that menus are rendered correctly in all supported languages.
Key Information Stored
The table's structure is designed to link translated text to a specific menu entry and language. Its primary key is a composite of MENU_ID, ENTRY_SEQUENCE, and LANGUAGE, which uniquely identifies a translation for a single menu entry. The MENU_ID and ENTRY_SEQUENCE columns form a foreign key relationship to the FND_MENU_ENTRIES base table, defining which menu entry is being translated. The LANGUAGE column holds the language code (e.g., 'US' for American English, 'D' for German). The primary translatable columns are USER_MENU_NAME, which holds the translated text displayed to the user in the navigator, and DESCRIPTION, which provides a translated description of the menu entry. The SOURCE_LANG column indicates the original language in which the entry was created.
Common Use Cases and Queries
A primary use case is troubleshooting or auditing the multilingual setup of the EBS menu. Developers and functional implementers frequently query this table to verify translations exist for newly added custom menu entries or to identify entries missing translations for a target language. A common reporting query retrieves all translations for a specific menu or entry sequence. For example, to find all translations for a menu with ID 12345, one would use: SELECT menu_id, entry_sequence, language, user_menu_name FROM fnd_menu_entries_tl WHERE menu_id = 12345 ORDER BY language, entry_sequence;. Another critical scenario involves data fixes, where an incorrect or missing translation for a key menu prompt must be inserted or updated directly in the database, often using the ADIAGNOSE utility or via a custom script with proper validation against the base table.
Related Objects
FND_MENU_ENTRIES_TL has direct, integral relationships with several other FND objects. As documented, its two key foreign key dependencies are:
- FND_MENU_ENTRIES: This is the base table. The TL table inherits the MENU_ID and ENTRY_SEQUENCE from it. Any entry in FND_MENU_ENTRIES_TL must have a corresponding parent record here.
- FND_MENUS_TL: The translation table for the FND_MENUS base table. The foreign key relationship on MENU_ID and LANGUAGE ensures referential integrity between the translated menu and its translated entries.
In practice, this table is also closely related to the FND_MENUS and FND_FORM_FUNCTIONS_TL tables, as menu entries often invoke form functions whose prompts are also translated. Data in this table is typically maintained via the Oracle Application Developer responsibility menus form and is leveraged by the FNDLOAD utility for seeding and migrating menu structures.
-
Table: FND_MENU_ENTRIES_TL
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_MENU_ENTRIES_TL, object_name:FND_MENU_ENTRIES_TL, status:VALID, product: FND - Application Object Library , description: Translations for FND_MENU_ENTRIES , implementation_dba_data: APPLSYS.FND_MENU_ENTRIES_TL ,
-
Table: FND_MENU_ENTRIES_TL
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_MENU_ENTRIES_TL, object_name:FND_MENU_ENTRIES_TL, status:VALID, product: FND - Application Object Library , description: Translations for FND_MENU_ENTRIES , implementation_dba_data: APPLSYS.FND_MENU_ENTRIES_TL ,
-
APPS.FND_FUNCTION_SECURITY dependencies on FND_MENU_ENTRIES_TL
12.1.1
-
APPS.FND_MENU_ENTRIES_PKG dependencies on FND_MENU_ENTRIES_TL
12.2.2
-
APPS.BSC_LAUNCH_PAD_PVT dependencies on FND_MENU_ENTRIES_TL
12.1.1
-
APPS.JTF_MENU_PUB dependencies on FND_MENU_ENTRIES_TL
12.2.2
-
APPS.FND_DATA_SECURITY dependencies on FND_MENU_ENTRIES_TL
12.2.2
-
APPS.FND_MENU_ENTRIES_PKG dependencies on FND_MENU_ENTRIES_TL
12.1.1
-
APPS.FND_FUNCTION_SECURITY dependencies on FND_MENU_ENTRIES_TL
12.2.2
-
APPS.FND_IREP_LOADER_PRIVATE dependencies on FND_MENU_ENTRIES_TL
12.2.2
-
APPS.JTF_MENU_PUB dependencies on FND_MENU_ENTRIES_TL
12.1.1
-
APPS.FND_IREP_LOADER_PRIVATE dependencies on FND_MENU_ENTRIES_TL
12.1.1
-
APPS.BIS_KPILIST_WIZARD_PKG dependencies on FND_MENU_ENTRIES_TL
12.1.1
-
APPS.FND_MENU_ENTRIES_PKG dependencies on FND_MENU_ENTRIES
12.1.1
-
APPS.FND_MENU_ENTRIES_PKG dependencies on FND_MENU_ENTRIES
12.2.2
-
APPS.FND_MENU_ENTRIES_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.JTF_MENU_PUB dependencies on FND_MENU_ENTRIES
12.2.2
-
APPS.JTF_MENU_PUB dependencies on FND_MENU_ENTRIES
12.1.1
-
APPS.FND_MENU_ENTRIES_PKG SQL Statements
12.1.1
-
APPS.FND_MENU_ENTRIES_PKG dependencies on FND_LANGUAGES
12.2.2
-
VIEW: APPLSYS.FND_MENU_ENTRIES_TL#
12.2.2
owner:APPLSYS, object_type:VIEW, object_name:FND_MENU_ENTRIES_TL#, status:VALID,
-
APPS.FND_FUNCTION_SECURITY dependencies on FND_MENU_ENTRIES
12.2.2
-
APPS.FND_MENU_ENTRIES_PKG SQL Statements
12.2.2
-
VIEW: APPLSYS.FND_MENU_ENTRIES_TL#
12.2.2
-
APPS.FND_FUNCTION_SECURITY dependencies on FND_MENU_ENTRIES
12.1.1
-
SYNONYM: APPS.FND_MENU_ENTRIES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FND_MENU_ENTRIES_TL, status:VALID,
-
APPS.FND_MENU_ENTRIES_PKG dependencies on FND_FUNCTION_SECURITY_CACHE
12.1.1
-
VIEW: APPS.FND_MENU_ENTRIES_VL
12.1.1
-
TRIGGER: APPS.FND_MENU_ENTRIES_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:FND_MENU_ENTRIES_TL+, status:VALID,
-
TRIGGER: APPS.FND_MENU_ENTRIES_TL+
12.2.2
-
SYNONYM: APPS.FND_MENU_ENTRIES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_MENU_ENTRIES_TL, status:VALID,
-
APPS.FND_MENU_ENTRIES_PKG dependencies on FND_FUNCTION_SECURITY_CACHE
12.2.2
-
VIEW: APPS.FND_MENU_ENTRIES_VL
12.2.2
-
APPS.BIS_KPILIST_WIZARD_PKG dependencies on FND_MENU_ENTRIES
12.1.1
-
TABLE: APPLSYS.FND_MENU_ENTRIES_TL
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_MENU_ENTRIES_TL, object_name:FND_MENU_ENTRIES_TL, status:VALID,
-
TABLE: APPLSYS.FND_MENU_ENTRIES_TL
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_MENU_ENTRIES_TL, object_name:FND_MENU_ENTRIES_TL, status:VALID,
-
VIEW: APPS.JTM_FND_MENU_ENTRIES_V
12.1.1
-
VIEW: APPS.JTM_FND_MENU_ENTRIES_V
12.2.2
-
APPS.FND_MENU_ENTRIES_PKG dependencies on FND_LOAD_UTIL
12.2.2
-
FUNCTION: APPS.FND_MENU_ENTRIES_TL=
12.2.2
-
APPS.FND_MENU_ENTRIES_PKG dependencies on FND_LOAD_UTIL
12.1.1
-
PACKAGE BODY: APPS.FND_MENU_ENTRIES_PKG
12.1.1
-
Table: FND_MENU_ENTRIES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_MENU_ENTRIES, object_name:FND_MENU_ENTRIES, status:VALID, product: FND - Application Object Library , description: Individual entries in navigate window menus for Release 10SC , implementation_dba_data: APPLSYS.FND_MENU_ENTRIES ,
-
APPS.JTF_MENU_PUB dependencies on FND_MENUS
12.2.2
-
APPS.JTF_MENU_PUB SQL Statements
12.2.2
-
APPS.JTF_MENU_PUB SQL Statements
12.1.1
-
Table: FND_MENUS_TL
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_MENUS_TL, object_name:FND_MENUS_TL, status:VALID, product: FND - Application Object Library , description: Translations for FND_MENUS , implementation_dba_data: APPLSYS.FND_MENUS_TL ,
-
FUNCTION: APPS.FND_MENU_ENTRIES_TL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:FND_MENU_ENTRIES_TL=, status:VALID,
-
APPS.JTF_MENU_PUB dependencies on FND_MENUS
12.1.1
-
Table: FND_MENU_ENTRIES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_MENU_ENTRIES, object_name:FND_MENU_ENTRIES, status:VALID, product: FND - Application Object Library , description: Individual entries in navigate window menus for Release 10SC , implementation_dba_data: APPLSYS.FND_MENU_ENTRIES ,