Search Results fnd_documents_tl
The FND_DOCUMENTS_TL
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical repository for storing translated document-related metadata. As part of the Application Object Library (AOL) module, this table supports multilingual functionality by maintaining language-specific attributes for documents registered in the system. It is a translatable (TL) table, meaning it contains translated versions of data stored in its base table, FND_DOCUMENTS_B
.
### **Purpose and Functionality**
The primary purpose of FND_DOCUMENTS_TL
is to store language-dependent document descriptions, titles, and other textual attributes. When documents are uploaded or managed in Oracle EBS, their metadata (such as names and descriptions) may need to be displayed in multiple languages. This table ensures that translated versions of these attributes are available based on the user's session language.
### **Key Columns and Structure**
The table includes the following significant columns:
- DOCUMENT_ID
(Primary Key): References the base document ID from FND_DOCUMENTS_B
.
- LANGUAGE
(Primary Key): Stores the language code (e.g., 'US' for American English, 'FR' for French).
- SOURCE_LANG
: Indicates the original language in which the document metadata was created.
- TITLE
: The translated title of the document.
- DESCRIPTION
: A language-specific description of the document.
- FILE_NAME
: The translated name of the attached file (if applicable).
### **Integration with Oracle EBS Features**
1. **Multilingual Support (NLS)**:
The table leverages Oracle's National Language Support (NLS) framework to dynamically render document metadata in the user's preferred language. When a user switches the application language, EBS queries FND_DOCUMENTS_TL
to fetch the corresponding translations.
2. **Document Management (WebADI, Attachments)**:
Documents managed via Oracle Web Applications Desktop Integrator (WebADI) or the attachments framework reference this table to display localized names and descriptions.
3. **Seed Data and Upgrades**:
During EBS upgrades or patches, seed data for standard documents (e.g., predefined templates) may populate this table with translations for supported languages.
### **Technical Considerations**
- **Indexing**: The table is indexed on DOCUMENT_ID
and LANGUAGE
for efficient joins with FND_DOCUMENTS_B
.
- **TL Table Behavior**: Like other TL tables in Oracle EBS, it requires the base table (FND_DOCUMENTS_B
) to exist first. Updates to base records cascade to translated entries.
- **Data Maintenance**: Translations can be added or modified via Oracle's translation tools or direct SQL (though caution is advised to maintain data integrity).
### **Common Use Cases**
- Generating localized reports with document metadata.
- Displaying user-friendly document names in multilingual portals.
- Migrating translated document attributes during system upgrades.
### **Conclusion**
The FND_DOCUMENTS_TL
table is essential for global deployments of Oracle EBS, enabling seamless multilingual document management. Its integration with core EBS features ensures consistent and language-aware document handling across diverse user bases. Administrators and developers should understand its structure to optimize document-related workflows and troubleshoot translation issues.
-
Table: FND_DOCUMENTS_TL
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_DOCUMENTS_TL, object_name:FND_DOCUMENTS_TL, status:VALID, product: FND - Application Object Library , description: Translations for FND_DOCUMENTS , implementation_dba_data: APPLSYS.FND_DOCUMENTS_TL ,
-
Table: FND_DOCUMENTS_TL
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_DOCUMENTS_TL, object_name:FND_DOCUMENTS_TL, status:VALID, product: FND - Application Object Library , description: Translations for FND_DOCUMENTS , implementation_dba_data: APPLSYS.FND_DOCUMENTS_TL ,
-
APPS.CSM_LOBS_EVENT_PKG dependencies on FND_DOCUMENTS_TL
12.1.1
-
APPS.HR_UTIL_MISC_WEB dependencies on FND_DOCUMENTS_TL
12.1.1
-
APPS.AMS_COPYELEMENTS_PVT dependencies on FND_DOCUMENTS_TL
12.1.1
-
APPS.AMW_LOAD_AUDIT_PROCEDURE_DATA dependencies on FND_DOCUMENTS_TL
12.1.1
-
APPS.FND_DOCUMENTS_PKG dependencies on FND_DOCUMENTS_TL
12.1.1
-
APPS.SO_ATT dependencies on FND_DOCUMENTS_TL
12.1.1
-
APPS.DOM_ATTACHMENT_UTIL_PKG dependencies on FND_DOCUMENTS_TL
12.2.2
-
APPS.CSD_REPAIRS_PVT dependencies on FND_DOCUMENTS_TL
12.2.2
-
APPS.GR_MIGRATE_TO_12 dependencies on FND_DOCUMENTS_TL
12.2.2
-
APPS.AMS_ATTACHMENT_PVT dependencies on FND_DOCUMENTS_TL
12.2.2
-
APPS.PO_AUTOCREATE_POSTPROC_PVT dependencies on FND_DOCUMENTS_TL
12.2.2
-
APPS.PON_ATTACHMENTS dependencies on FND_DOCUMENTS_TL
12.2.2
-
APPS.HR_UTIL_MISC_WEB dependencies on FND_DOCUMENTS_TL
12.2.2
-
APPS.PO_MOD_UTIL_PVT dependencies on FND_DOCUMENTS_TL
12.2.2
-
APPS.AP_WEB_EXPORT_ER dependencies on FND_DOCUMENTS_TL
12.2.2
-
APPS.OKC_CONTRACT_DOCS_GRP dependencies on FND_DOCUMENTS_TL
12.2.2
-
APPS.HR_OFFER_CUSTOM dependencies on FND_DOCUMENTS_TL
12.1.1
-
APPS.PON_AUCTION_HEADERS_PKG dependencies on FND_DOCUMENTS_TL
12.1.1
-
APPS.DOM_REPOS_MIG_PKG dependencies on FND_DOCUMENTS_TL
12.1.1
-
APPS.AMW_ATTACHMENT_PVT dependencies on FND_DOCUMENTS_TL
12.1.1
-
APPS.HR_PERSON_ABSENCE_SWI dependencies on FND_DOCUMENTS_TL
12.1.1
-
APPS.OKC_CONTRACT_DOCS_GRP dependencies on FND_DOCUMENTS_TL
12.1.1
-
APPS.PO_INTERFACE_S dependencies on FND_DOCUMENTS_TL
12.1.1
-
APPS.HR_UTIL_MISC_WEB dependencies on FND_DOCUMENTS_TL
12.1.1
-
APPS.HR_OFFER_CUSTOM dependencies on FND_DOCUMENTS_TL
12.2.2
-
APPS.HR_OFFER_CUSTOM dependencies on FND_DOCUMENTS_TL
12.2.2
-
APPS.PO_COMMUNICATION_PVT dependencies on FND_DOCUMENTS_TL
12.2.2
-
APPS.PO_INTERFACE_S dependencies on FND_DOCUMENTS_TL
12.2.2
-
APPS.BOM_EXPLODER_PUB dependencies on FND_DOCUMENTS_TL
12.2.2
-
APPS.CSL_LOBS_ACC_PKG dependencies on FND_DOCUMENTS_TL
12.2.2
-
APPS.CTO_UTILITY_PK dependencies on FND_DOCUMENTS_TL
12.2.2
-
APPS.PO_DOCUMENT_CHECKS_PVT dependencies on FND_DOCUMENTS_TL
12.2.2
-
APPS.PVX_ATTACHMENT_INT dependencies on FND_DOCUMENTS_TL
12.1.1
-
APPS.PO_NEGOTIATIONS_SV2 dependencies on FND_DOCUMENTS_TL
12.1.1
-
APPS.FND_WEBATTCH dependencies on FND_DOCUMENTS_TL
12.1.1
-
APPS.RRS_SITE_INFO dependencies on FND_DOCUMENTS_TL
12.1.1
-
APPS.OKC_TERMS_UTIL_GRP dependencies on FND_DOCUMENTS_TL
12.1.1
-
APPS.BOM_EXPLODER_PUB dependencies on FND_DOCUMENTS_TL
12.1.1
-
APPS.GR_MIGRATE_TO_12 dependencies on FND_DOCUMENTS_TL
12.1.1
-
APPS.CSL_LOBS_ACC_PKG dependencies on FND_DOCUMENTS_TL
12.1.1
-
APPS.CTO_UTILITY_PK dependencies on FND_DOCUMENTS_TL
12.1.1
-
APPS.POR_ITEM_ATTRIBUTES_PKG dependencies on FND_DOCUMENTS_TL
12.2.2
-
APPS.HR_PERSON_ABSENCE_SWI dependencies on FND_DOCUMENTS_TL
12.2.2
-
APPS.FND_DOCUMENTS_PKG dependencies on FND_DOCUMENTS_TL
12.2.2
-
APPS.DOM_REPOS_MIG_PKG dependencies on FND_DOCUMENTS_TL
12.2.2
-
APPS.PON_AUCTION_HEADERS_PKG dependencies on FND_DOCUMENTS_TL
12.2.2
-
APPS.FND_WEBATTCH dependencies on FND_DOCUMENTS_TL
12.2.2
-
APPS.OKC_TERMS_MIGRATE_GRP dependencies on FND_DOCUMENTS_TL
12.2.2