Search Results gl_je_sources_tl
The GL_JE_SOURCES_TL
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical repository for storing translated descriptions of journal entry sources within the General Ledger (GL) module. As part of the multi-language support framework in Oracle EBS, this table holds language-specific translations for journal source names, ensuring that financial reporting and transaction entries are accessible to users across different regions and languages. Below is a detailed analysis of its structure, purpose, and integration within Oracle EBS.
### **Table Overview**
GL_JE_SOURCES_TL
is a child table of GL_JE_SOURCES_B
, which stores the base definitions of journal sources. While GL_JE_SOURCES_B
contains the primary key (JE_SOURCE_NAME
) and non-translatable attributes, GL_JE_SOURCES_TL
stores the translated descriptions (DESCRIPTION
) and other language-dependent fields. This separation adheres to Oracle’s multi-lingual table design standards, where "_B" denotes base tables and "_TL" denotes translated content.
### **Key Columns and Their Functions**
1. **JE_SOURCE_NAME
** (VARCHAR2):
The primary key linking to GL_JE_SOURCES_B
, identifying the journal source (e.g., "Payables," "Receivables," "Spreadsheet").
2. **LANGUAGE
** (VARCHAR2):
Stores the ISO language code (e.g., "US" for English, "DE" for German) to support multi-language entries.
3. **SOURCE_LANG
** (VARCHAR2):
Indicates the original language in which the record was created, facilitating synchronization during translations.
4. **DESCRIPTION
** (VARCHAR2):
The translated description of the journal source, displayed in GL interfaces and reports.
5. **LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
**:
Standard Oracle audit columns tracking record creation and modifications.
### **Integration with Oracle EBS Modules**
- **General Ledger (GL):**
Journal sources define the origin of financial transactions (e.g., "Payroll" or "Inventory"). The GL_JE_SOURCES_TL
table ensures these sources are displayed correctly in the user’s preferred language during journal entry, inquiry, or reporting.
- **Subledger Modules (AP, AR, FA, etc.):**
Subledgers post journals to GL with predefined sources (e.g., "Payables" for AP). Translations in GL_JE_SOURCES_TL
ensure consistency across subledger and GL screens.
- **Multi-Org Access Control (MOAC):**
Though journal sources are not org-specific, translations are shared globally, aligning with Oracle’s multi-org architecture.
### **Technical Considerations**
- **Indexes:**
The table typically has a composite index on JE_SOURCE_NAME
and LANGUAGE
for efficient querying.
- **Seed Data:**
Oracle provides pre-seeded journal sources (e.g., "Manual," "Spreadsheet") with translations for supported languages. Custom sources added via APIs or forms automatically populate this table.
- **APIs:**
The GL_JE_SOURCES_PKG
PL/SQL package manages CRUD operations, ensuring data integrity between _B
and _TL
tables.
### **Customization and Extensions**
- **Additional Languages:**
Organizations can add translations for new languages using Oracle’s Translation Console or direct SQL inserts (with caution).
- **Reporting:**
Financial reports leveraging GL_JE_SOURCES_TL
ensure localized output, critical for multinational entities.
### **Conclusion**
The GL_JE_SOURCES_TL
table is a foundational component of Oracle EBS’s globalization strategy, enabling seamless multilingual support for journal entry sources. Its design ensures consistency across GL and subledgers while adhering to Oracle’s architectural standards. Proper understanding of this table is essential for localization projects, reporting enhancements, and troubleshooting translation issues in financial workflows.
-
Table: GL_JE_SOURCES_TL
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_JE_SOURCES_TL, object_name:GL_JE_SOURCES_TL, status:VALID, product: GL - General Ledger , description: Journal entry sources , implementation_dba_data: GL.GL_JE_SOURCES_TL ,
-
Table: GL_JE_SOURCES_TL
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_JE_SOURCES_TL, object_name:GL_JE_SOURCES_TL, status:VALID, product: GL - General Ledger , description: Journal entry sources , implementation_dba_data: GL.GL_JE_SOURCES_TL ,
-
View: GL_SRS_JI_REQUESTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SRS_JI_REQUESTS_V, object_name:GL_SRS_JI_REQUESTS_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_SRS_JI_REQUESTS_V ,
-
View: GL_SRS_JI_REQUESTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SRS_JI_REQUESTS_V, object_name:GL_SRS_JI_REQUESTS_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_SRS_JI_REQUESTS_V ,
-
View: GL_JE_SOURCES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_JE_SOURCES_VL, object_name:GL_JE_SOURCES_VL, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_JE_SOURCES_VL ,
-
View: GL_JE_SOURCES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_JE_SOURCES_VL, object_name:GL_JE_SOURCES_VL, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_JE_SOURCES_VL ,