Search Results fnd_responsibility_tl
The FND_RESPONSIBILITY_TL
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical repository for storing translated responsibility names and descriptions. As part of the Application Object Library (AOL) module, this table supports multilingual functionality, enabling organizations to deploy Oracle EBS in global environments with diverse language requirements. Below is a detailed analysis of its structure, purpose, and usage.
1. Table Overview
FND_RESPONSIBILITY_TL
is a child table of FND_RESPONSIBILITY
and stores translated text for responsibility names and descriptions. The "TL" suffix denotes its role as a translation table, adhering to Oracle's multilingual architecture. It uses a combination of RESPONSIBILITY_ID
(foreign key to FND_RESPONSIBILITY
) and LANGUAGE
(ISO language code) as its primary key.
2. Key Columns
- RESPONSIBILITY_ID: References the base responsibility defined in
FND_RESPONSIBILITY
. - LANGUAGE: Stores the ISO language code (e.g., 'US' for English, 'DE' for German).
- RESPONSIBILITY_NAME: Translated name of the responsibility (displayed in UI).
- DESCRIPTION: Translated description of the responsibility.
- SOURCE_LANG: Indicates the source language of the record (used for synchronization).
3. Functional Role
This table enables:- Localization: Supports UI display of responsibility names/descriptions in multiple languages.
- User Accessibility: Ensures users see responsibility labels in their preferred language.
- Data Integrity: Maintains referential integrity with
FND_RESPONSIBILITY
while decoupling translated text.
4. Integration Points
FND_RESPONSIBILITY_TL
integrates with:
- User Management: Responsibilities assigned in
FND_USER_RESP_GROUPS
reference translations here. - Form Personalization: Translated responsibility names appear in personalized UI elements.
- Reporting Tools: BI Publisher or Oracle Reports may query this table for multilingual labels.
5. Technical Considerations
- Indexing: Typically indexed on
RESPONSIBILITY_ID
andLANGUAGE
for performance. - Seed Data: Pre-populated with standard Oracle responsibilities during installation.
- API Usage Modifications should use
FND_RESPONSIBILITY_PKG
APIs to maintain NLS (National Language Support) data consistency.
6. Version-Specific Notes
- 12.1.1: Uses the traditional Oracle Forms-based architecture with direct table references.
- 12.2.2: Enhanced to support Oracle Fusion Middleware integration, though the table structure remains backward-compatible.
7. Common Use Cases
- Adding custom responsibilities with multilingual support.
- Migrating responsibility translations during upgrades.
- Troubleshooting UI display issues in non-English implementations.
8. Best Practices
- Avoid direct DML; use Oracle's AOL APIs for updates.
- Audit changes to track translation modifications.
- Test translations in all supported languages during implementations.
FND_RESPONSIBILITY
) from translatable content, ensuring scalability for global deployments while maintaining a normalized database structure.
-
Table: FND_RESPONSIBILITY_TL
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_RESPONSIBILITY_TL, object_name:FND_RESPONSIBILITY_TL, status:VALID, product: FND - Application Object Library , description: Translations for FND_RESPONSIBILITY , implementation_dba_data: APPLSYS.FND_RESPONSIBILITY_TL ,
-
Table: FND_RESPONSIBILITY_TL
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_RESPONSIBILITY_TL, object_name:FND_RESPONSIBILITY_TL, status:VALID, product: FND - Application Object Library , description: Translations for FND_RESPONSIBILITY , implementation_dba_data: APPLSYS.FND_RESPONSIBILITY_TL ,
-
View: FND_RESPONSIBILITY_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_RESPONSIBILITY_VL, object_name:FND_RESPONSIBILITY_VL, status:VALID, product: FND - Application Object Library , description: View of FND_RESPONSIBILITY and FND_RESPONSIBILITY_TL , implementation_dba_data: APPS.FND_RESPONSIBILITY_VL ,
-
View: FND_RESPONSIBILITY_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_RESPONSIBILITY_VL, object_name:FND_RESPONSIBILITY_VL, status:VALID, product: FND - Application Object Library , description: View of FND_RESPONSIBILITY and FND_RESPONSIBILITY_TL , implementation_dba_data: APPS.FND_RESPONSIBILITY_VL ,
-
View: WF_FND_RESP_ROLES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_FND_RESP_ROLES_VL, object_name:WF_FND_RESP_ROLES_VL, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.WF_FND_RESP_ROLES_VL ,
-
View: WF_FND_RESP_ROLES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_FND_RESP_ROLES_VL, object_name:WF_FND_RESP_ROLES_VL, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.WF_FND_RESP_ROLES_VL ,
-
View: WF_FND_RESP_ROLES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_FND_RESP_ROLES, object_name:WF_FND_RESP_ROLES, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.WF_FND_RESP_ROLES ,
-
View: WF_FND_RESP_ROLES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_FND_RESP_ROLES, object_name:WF_FND_RESP_ROLES, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.WF_FND_RESP_ROLES ,
-
Table: FND_RESPONSIBILITY
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_RESPONSIBILITY, object_name:FND_RESPONSIBILITY, status:VALID, product: FND - Application Object Library , description: Responsibilities , implementation_dba_data: APPLSYS.FND_RESPONSIBILITY ,
-
View: FND_RESP_SEC_ROLES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_RESP_SEC_ROLES, object_name:FND_RESP_SEC_ROLES, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_RESP_SEC_ROLES ,
-
View: FND_RESP_SEC_ROLES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_RESP_SEC_ROLES, object_name:FND_RESP_SEC_ROLES, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_RESP_SEC_ROLES ,
-
Table: FND_RESPONSIBILITY
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_RESPONSIBILITY, object_name:FND_RESPONSIBILITY, status:VALID, product: FND - Application Object Library , description: Responsibilities , implementation_dba_data: APPLSYS.FND_RESPONSIBILITY ,
-
View: FND_FORM_SESSIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_FORM_SESSIONS_V, object_name:FND_FORM_SESSIONS_V, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_FORM_SESSIONS_V ,
-
View: FND_FORM_SESSIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_FORM_SESSIONS_V, object_name:FND_FORM_SESSIONS_V, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_FORM_SESSIONS_V ,
-
View: FND_IMP_MENU_DEP_SUMMARY2_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_IMP_MENU_DEP_SUMMARY2_VL, object_name:FND_IMP_MENU_DEP_SUMMARY2_VL, status:VALID, product: FND - Application Object Library , description: FND_IMP_MENU_DEP_SUMMARY2_VL , implementation_dba_data: APPS.FND_IMP_MENU_DEP_SUMMARY2_VL ,
-
View: FND_IMP_MENU_DEP_SUMMARY2_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_IMP_MENU_DEP_SUMMARY2_VL, object_name:FND_IMP_MENU_DEP_SUMMARY2_VL, status:VALID, product: FND - Application Object Library , description: FND_IMP_MENU_DEP_SUMMARY2_VL , implementation_dba_data: APPS.FND_IMP_MENU_DEP_SUMMARY2_VL ,
-
View: FND_AMP_REQUESTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_AMP_REQUESTS_V, object_name:FND_AMP_REQUESTS_V, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_AMP_REQUESTS_V ,
-
View: FND_AMP_REQUESTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_AMP_REQUESTS_V, object_name:FND_AMP_REQUESTS_V, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_AMP_REQUESTS_V ,
-
View: FND_SIGNON_AUDIT_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_SIGNON_AUDIT_VIEW, object_name:FND_SIGNON_AUDIT_VIEW, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_SIGNON_AUDIT_VIEW ,
-
View: FND_SIGNON_AUDIT_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_SIGNON_AUDIT_VIEW, object_name:FND_SIGNON_AUDIT_VIEW, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_SIGNON_AUDIT_VIEW ,
-
View: WF_ROLES_OLD
12.2.2
product: FND - Application Object Library , implementation_dba_data: Not implemented in this database ,
-
View: WF_ROLES_OLD
12.1.1
product: FND - Application Object Library , implementation_dba_data: Not implemented in this database ,