Search Results fnd_objects_tl
Overview
The FND_OBJECTS_TL table is a core Application Object Library (AOL) translation subtable within Oracle E-Business Suite (EBS) releases 12.1.1 and 12.2.2. It is owned by the APPLSYS schema and is integral to the application's multilingual architecture. As a translation table, its primary role is to store language-specific textual descriptions for application objects defined in its parent table, FND_OBJECTS. This separation of base data from translatable content enables a single EBS installation to support multiple active languages, allowing users to view object names and descriptions in their preferred language.
Key Information Stored
The table stores translated text for objects registered in the AOL. Its structure is centered on a composite primary key and language-specific columns. The critical columns include OBJECT_ID, which is a foreign key to FND_OBJECTS and identifies the base object being translated. The LANGUAGE column holds the ISO language code (e.g., 'US' for American English) and forms the second part of the primary key. The primary translatable columns are USER_OBJECT_NAME and DESCRIPTION, which hold the translated name and descriptive text for the object, respectively. Additional standard columns like CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, and LAST_UPDATE_LOGIN track row history, while SOURCE_LANG denotes the original language in which the data was created.
Common Use Cases and Queries
This table is primarily accessed to retrieve localized user interface text for reports, integrations, and data fixes. A common use case is generating a list of all translated names for a specific object type across languages. Developers often join this table with FND_OBJECTS to get a complete, language-specific view of registered entities. A typical query pattern is:
- SELECT tl.user_object_name, tl.description, tl.language FROM fnd_objects_tl tl, fnd_objects b WHERE b.object_id = tl.object_id AND b.obj_name = '&OBJECT_NAME' AND tl.language = '&LANG_CODE';
Another frequent scenario involves data correction, where a translation for a specific object in a given language needs to be updated or inserted to resolve UI display issues.
Related Objects
FND_OBJECTS_TL has a direct and essential relationship with its parent table, FND_OBJECTS, via the foreign key on OBJECT_ID. FND_OBJECTS stores the non-translatable attributes of application objects. The table is also closely related to other AOL TL (Translation) tables, such as FND_APPLICATION_TL and FND_DOCUMENTS_TL, which follow the same architectural pattern. Key APIs, like FND_OBJECT_PKG, may reference this table during operations for registering or maintaining application objects in a multilingual environment. Views that present translated object information to other modules will typically join FND_OBJECTS and FND_OBJECTS_TL.
-
Table: FND_OBJECTS_TL
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_OBJECTS_TL, object_name:FND_OBJECTS_TL, status:VALID, product: FND - Application Object Library , description: Object translation subtable , implementation_dba_data: APPLSYS.FND_OBJECTS_TL ,
-
Table: FND_OBJECTS_TL
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_OBJECTS_TL, object_name:FND_OBJECTS_TL, status:VALID, product: FND - Application Object Library , description: Object translation subtable , implementation_dba_data: APPLSYS.FND_OBJECTS_TL ,
-
APPS.FND_OBJECTS_PKG dependencies on FND_OBJECTS_TL
12.1.1
-
APPS.DELETE_FROM_IREP dependencies on FND_OBJECTS_TL
12.2.2
-
APPS.FND_IREP_LOADER_PRIVATE dependencies on FND_OBJECTS_TL
12.2.2
-
APPS.FND_IREP_LOADER_PRIVATE dependencies on FND_OBJECTS_TL
12.1.1
-
APPS.FND_OBJECTS_PKG dependencies on FND_OBJECTS_TL
12.2.2
-
APPS.FND_OBJECTS_PKG dependencies on FND_OBJECTS
12.2.2
-
APPS.FND_OBJECTS_PKG dependencies on FND_OBJECTS
12.1.1
-
APPS.FND_OBJECTS_PKG SQL Statements
12.1.1
-
VIEW: APPLSYS.FND_OBJECTS_TL#
12.2.2
owner:APPLSYS, object_type:VIEW, object_name:FND_OBJECTS_TL#, status:VALID,
-
APPS.FND_OBJECTS_PKG SQL Statements
12.2.2
-
APPS.FND_OBJECTS_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.FND_OBJECTS_PKG dependencies on FND_LANGUAGES
12.2.2
-
TRIGGER: APPS.FND_OBJECTS_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:FND_OBJECTS_TL+, status:VALID,
-
VIEW: APPLSYS.FND_OBJECTS_TL#
12.2.2
-
APPS.FND_IREP_LOADER_PRIVATE dependencies on FND_OBJECTS
12.1.1
-
APPS.FND_IREP_LOADER_PRIVATE dependencies on FND_OBJECTS
12.2.2
-
APPS.DELETE_FROM_IREP dependencies on FND_OBJECTS
12.2.2
-
VIEW: APPS.EGO_FND_OBJECTS_V
12.1.1
-
VIEW: APPS.EGO_ACTION_GROUPS_V
12.1.1
-
VIEW: APPS.EGO_ACTION_GROUPS_V
12.2.2
-
VIEW: APPS.EGO_FND_OBJECTS_V
12.2.2
-
VIEW: APPS.EGO_ROLE_DETAILS_V
12.1.1
-
VIEW: APPS.EGO_ROLE_DETAILS_V
12.2.2
-
SYNONYM: APPS.FND_OBJECTS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_OBJECTS_TL, status:VALID,
-
SYNONYM: APPS.FND_OBJECTS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FND_OBJECTS_TL, status:VALID,
-
VIEW: APPS.FND_OBJECTS_VL
12.1.1
-
VIEW: APPS.EGO_ROLES_V
12.2.2
-
VIEW: APPS.EGO_PAGE_ENTRIES_V
12.1.1
-
PACKAGE BODY: APPS.FND_OBJECTS_PKG
12.1.1
-
VIEW: APPS.FND_OBJECTS_VL
12.2.2
-
TRIGGER: APPS.FND_OBJECTS_TL+
12.2.2
-
VIEW: APPS.EGO_PAGE_ENTRIES_V
12.2.2
-
TABLE: APPLSYS.FND_OBJECTS_TL
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_OBJECTS_TL, object_name:FND_OBJECTS_TL, status:VALID,
-
TABLE: APPLSYS.FND_OBJECTS_TL
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_OBJECTS_TL, object_name:FND_OBJECTS_TL, status:VALID,
-
VIEW: APPS.EGO_ROLES_V
12.1.1
-
PACKAGE BODY: APPS.FND_OBJECTS_PKG
12.2.2
-
VIEW: APPS.EGO_ACTIONS_V
12.2.2
-
FUNCTION: APPS.FND_OBJECTS_TL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:FND_OBJECTS_TL=, status:VALID,
-
FUNCTION: APPS.FND_OBJECTS_TL=
12.2.2
-
View: EGO_ROLE_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ROLE_DETAILS_V, object_name:EGO_ROLE_DETAILS_V, status:VALID, product: EGO - Advanced Product Catalog , description: View contains the Role Details , implementation_dba_data: APPS.EGO_ROLE_DETAILS_V ,
-
VIEW: APPS.EGO_ACTIONS_V
12.1.1
-
Table: FND_OBJECTS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_OBJECTS, object_name:FND_OBJECTS, status:VALID, product: FND - Application Object Library , description: Objects of data elements that can be secured in data security grantsInitially an object is a database table or view. , implementation_dba_data: APPLSYS.FND_OBJECTS ,
-
PACKAGE BODY: APPS.FND_OBJECTS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FND_OBJECTS_PKG, status:VALID,
-
PACKAGE BODY: APPS.DELETE_FROM_IREP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:DELETE_FROM_IREP, status:VALID,
-
View: EGO_ROLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ROLES_V, object_name:EGO_ROLES_V, status:VALID, product: EGO - Advanced Product Catalog , description: View contains all the Roles defined , implementation_dba_data: APPS.EGO_ROLES_V ,
-
PACKAGE BODY: APPS.FND_IREP_LOADER_PRIVATE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FND_IREP_LOADER_PRIVATE, status:VALID,
-
View: EGO_PAGE_ENTRIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_PAGE_ENTRIES_V, object_name:EGO_PAGE_ENTRIES_V, status:VALID, product: EGO - Advanced Product Catalog , description: View contains the entries for User-Defined Pages , implementation_dba_data: APPS.EGO_PAGE_ENTRIES_V ,
-
View: EGO_ROLE_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ROLE_DETAILS_V, object_name:EGO_ROLE_DETAILS_V, status:VALID, product: EGO - Advanced Product Catalog , description: View contains the Role Details , implementation_dba_data: APPS.EGO_ROLE_DETAILS_V ,