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 ,
-
APPS.JA_CN_GL_INTER_VALID_PKG dependencies on GL_JE_SOURCES_TL
12.2.2
-
APPS.XLA_MPA_ACCRUAL_RPRTG_PKG dependencies on GL_JE_SOURCES_TL
12.2.2
-
APPS.XLA_MULTIPERIOD_RPRTG_PKG dependencies on GL_JE_SOURCES_TL
12.1.1
-
APPS.JA_CN_ACC_JE_ITEMIZATION_PKG dependencies on GL_JE_SOURCES_TL
12.2.2
-
APPS.JA_CN_ACC_JE_ITEMIZATION_PKG dependencies on GL_JE_SOURCES_TL
12.1.1
-
APPS.XLA_PERIOD_CLOSE_EXP_PKG dependencies on GL_JE_SOURCES_TL
12.2.2
-
APPS.FUN_GL_BATCH_TRANSFER dependencies on GL_JE_SOURCES_TL
12.2.2
-
APPS.XLA_MULTIPERIOD_RPRTG_PKG dependencies on GL_JE_SOURCES_TL
12.2.2
-
APPS.XLA_MPA_ACCRUAL_RPRTG_PKG dependencies on GL_JE_SOURCES_TL
12.1.1
-
APPS.JL_JLCLGCAL_XMLP_PKG dependencies on GL_JE_SOURCES_TL
12.1.1
-
APPS.XLA_PERIOD_CLOSE_EXP_PKG dependencies on GL_JE_SOURCES_TL
12.1.1
-
APPS.JL_JLCLGCAL_XMLP_PKG dependencies on GL_JE_SOURCES_TL
12.2.2
-
APPS.XLA_MPA_ACCRUAL_RPRTG_PKG dependencies on GL_JE_SOURCES_TL
12.2.2
-
APPS.FUN_GL_TRANSFER dependencies on GL_JE_SOURCES_TL
12.1.1
-
APPS.GL_JE_SOURCES_PKG dependencies on GL_JE_SOURCES_TL
12.1.1
-
APPS.FUN_GL_BATCH_TRANSFER dependencies on GL_JE_SOURCES_TL
12.1.1
-
APPS.JA_CN_GL_INTER_VALID_PKG dependencies on GL_JE_SOURCES_TL
12.1.1
-
APPS.XLA_MPA_ACCRUAL_RPRTG_PKG dependencies on GL_JE_SOURCES_TL
12.1.1
-
APPS.GL_JE_SOURCES_PKG dependencies on GL_JE_SOURCES_TL
12.2.2
-
APPS.FUN_GL_TRANSFER dependencies on GL_JE_SOURCES_TL
12.2.2
-
APPS.XLA_ACCT_ANALYSIS_RPT_PKG dependencies on GL_JE_SOURCES_TL
12.2.2
-
APPS.GL_JE_SOURCES_PKG dependencies on GL_JE_SOURCES
12.1.1
-
APPS.GL_JE_SOURCES_PKG dependencies on GL_JE_SOURCES
12.2.2
-
APPS.XLA_PERIOD_CLOSE_EXP_PKG dependencies on GL_JE_SOURCES
12.2.2
-
APPS.XLA_PERIOD_CLOSE_EXP_PKG dependencies on GL_JE_SOURCES
12.1.1
-
APPS.GL_JE_SOURCES_PKG SQL Statements
12.2.2
-
APPS.FUN_RECON_RPT_PKG dependencies on GL_JE_LINES
12.2.2
-
APPS.XLA_PERIOD_CLOSE_EXP_PKG dependencies on XLA_SUBLEDGERS
12.1.1
-
APPS.XLA_PERIOD_CLOSE_EXP_PKG dependencies on XLA_SUBLEDGERS
12.2.2
-
APPS.FUN_RECON_RPT_PKG dependencies on GL_JE_HEADERS
12.2.2
-
APPS.GL_JE_SOURCES_PKG SQL Statements
12.1.1
-
APPS.FUN_RECON_RPT_PKG dependencies on GL_JE_HEADERS
12.1.1
-
APPS.GL_JE_SOURCES_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.FUN_RECON_RPT_PKG dependencies on GL_JE_LINES
12.1.1
-
VIEW: GL.GL_JE_SOURCES_TL#
12.2.2
owner:GL, object_type:VIEW, object_name:GL_JE_SOURCES_TL#, status:VALID,
-
APPS.GL_JE_SOURCES_PKG dependencies on FND_LANGUAGES
12.2.2
-
APPS.XLA_MPA_ACCRUAL_RPRTG_PKG dependencies on XLA_SUBLEDGERS
12.1.1
-
VIEW: APPS.IGI_CBR_GL_JOURNAL_SOURCES_V
12.1.1
-
VIEW: APPS.IGI_GL_JE_SOURCE_NAMES_V
12.1.1
-
View: IGI_CBR_GL_JOURNAL_SOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_CBR_GL_JOURNAL_SOURCES_V, object_name:IGI_CBR_GL_JOURNAL_SOURCES_V, status:VALID, product: IGI - Public Sector Financials International , description: Retrieves the journal source name from GL_JE_SOURCES_TL and links it with the ALL option from IGI_LOOKUPS for lookup_type IGI_CBR_JOURNAL_SOURCES. , implementation_dba_data: APPS.IGI_CBR_GL_JOURNAL_SOURCES_V ,
-
View: IGI_CBR_GL_JOURNAL_SOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_CBR_GL_JOURNAL_SOURCES_V, object_name:IGI_CBR_GL_JOURNAL_SOURCES_V, status:VALID, product: IGI - Public Sector Financials International , description: Retrieves the journal source name from GL_JE_SOURCES_TL and links it with the ALL option from IGI_LOOKUPS for lookup_type IGI_CBR_JOURNAL_SOURCES. , implementation_dba_data: APPS.IGI_CBR_GL_JOURNAL_SOURCES_V ,
-
APPS.XLA_ACCT_ANALYSIS_RPT_PKG dependencies on XLA_SUBLEDGERS
12.2.2
-
APPS.XLA_MPA_ACCRUAL_RPRTG_PKG dependencies on XLA_SUBLEDGERS
12.2.2
-
VIEW: APPS.IGI_GL_JE_SOURCE_NAMES_V
12.2.2
-
TRIGGER: APPS.GL_JE_SOURCES_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:GL_JE_SOURCES_TL+, status:VALID,
-
VIEW: APPS.IGI_CBR_GL_JOURNAL_SOURCES_V
12.2.2
-
VIEW: APPS.XLA_JE_SOURCES_VL
12.1.1
-
APPS.FUN_RECON_RPT_PKG dependencies on GL_JE_BATCHES
12.1.1