Search Results gl_je_categories_tl
The GL_JE_CATEGORIES_TL
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository for storing translated descriptions of journal entry categories in the General Ledger (GL) module. As part of Oracle's multi-language support framework, this table holds language-specific translations for journal category names, enabling multinational organizations to maintain financial records in multiple languages while ensuring consistency across global operations. Below is a detailed breakdown of its structure, purpose, and integration within Oracle EBS.
Table Structure and Key Columns
TheGL_JE_CATEGORIES_TL
table is a child table of GL_JE_CATEGORIES_B
, which stores the base journal category definitions. Key columns include:
- JE_CATEGORY_NAME: The unique identifier for the journal category, acting as a foreign key to
GL_JE_CATEGORIES_B
. - LANGUAGE: The language code (e.g., 'US' for English, 'DE' for German) for which the translation is stored.
- SOURCE_LANG: Indicates the source language of the translation, typically the installation's base language.
- DESCRIPTION: The translated description of the journal category in the specified language.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY: Standard Oracle audit columns tracking record changes.
Functional Role in Oracle EBS
The table supports the following functionalities:- Multi-Language Journal Entries: Enables users to view and process journal entries in their preferred language, ensuring compliance with local reporting requirements.
- Data Integrity: Maintains referential integrity with
GL_JE_CATEGORIES_B
, ensuring translations are always linked to valid categories. - Reporting Flexibility: Facilitates multilingual financial reporting by allowing descriptions to be rendered in the end-user's language.
Integration with Other Modules
The table interacts with:- GL_JE_HEADERS: Journal entries reference categories stored in
GL_JE_CATEGORIES_TL
for descriptive purposes. - FND_LANGUAGES: Validates language codes against Oracle's supported languages.
- AP/AR Modules: Journal categories may propagate to subledger transactions, inheriting translated descriptions.
Technical Considerations
- Indexing: Typically indexed on
JE_CATEGORY_NAME
andLANGUAGE
for efficient querying. - Seed Data: Pre-populated with standard categories (e.g., 'Accrual', 'Revaluation') during installation.
- API Usage Modifications should use Oracle's GL APIs (e.g.,
GL_JE_CATEGORIES_PKG
) to maintain data consistency.
Customization and Extensions
Organizations can:- Add custom journal categories via the GL Superuser responsibility.
- Extend translations to additional languages using Oracle Translation Hub.
- Leverage the table in custom reports by joining with
GL_JE_BATCHES
orGL_JE_LINES
.
Conclusion
TheGL_JE_CATEGORIES_TL
table is a foundational component of Oracle EBS's global financial management capabilities. By decoupling language-specific descriptions from core category definitions, it enables seamless multilingual operations while maintaining a single source of truth for journal processing logic. Proper utilization of this table ensures compliance with international accounting standards and enhances user experience across diverse linguistic environments.
-
Table: GL_JE_CATEGORIES_TL
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_JE_CATEGORIES_TL, object_name:GL_JE_CATEGORIES_TL, status:VALID, product: GL - General Ledger , description: Journal entry categories , implementation_dba_data: GL.GL_JE_CATEGORIES_TL ,
-
Table: GL_JE_CATEGORIES_TL
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_JE_CATEGORIES_TL, object_name:GL_JE_CATEGORIES_TL, status:VALID, product: GL - General Ledger , description: Journal entry categories , implementation_dba_data: GL.GL_JE_CATEGORIES_TL ,
-
APPS.JA_CN_GL_INTER_VALID_PKG dependencies on GL_JE_CATEGORIES_TL
12.2.2
-
APPS.FUN_GL_TRANSFER dependencies on GL_JE_CATEGORIES_TL
12.2.2
-
APPS.JA_CN_CFS_DATA_CLT_PKG dependencies on GL_JE_CATEGORIES_TL
12.1.1
-
APPS.GL_JE_CATEGORIES_PKG dependencies on GL_JE_CATEGORIES_TL
12.2.2
-
APPS.JA_CN_ITEMIZATION_INTERFACE dependencies on GL_JE_CATEGORIES_TL
12.2.2
-
APPS.JA_CN_ITEMIZATION_INTERFACE dependencies on GL_JE_CATEGORIES_TL
12.1.1
-
APPS.JA_CN_GL_INTER_VALID_PKG dependencies on GL_JE_CATEGORIES_TL
12.1.1
-
APPS.FUN_GL_BATCH_TRANSFER dependencies on GL_JE_CATEGORIES_TL
12.2.2
-
APPS.GL_JE_CATEGORIES_PKG dependencies on GL_JE_CATEGORIES_TL
12.1.1
-
APPS.FUN_GL_TRANSFER dependencies on GL_JE_CATEGORIES_TL
12.1.1
-
APPS.FUN_GL_BATCH_TRANSFER dependencies on GL_JE_CATEGORIES_TL
12.1.1
-
APPS.JA_CN_CFS_DATA_CLT_PKG dependencies on GL_JE_CATEGORIES_TL
12.2.2
-
Table: FA_BOOK_CONTROLS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BOOK_CONTROLS, object_name:FA_BOOK_CONTROLS, status:VALID, product: OFA - Assets , description: Control information that affects all assets in a depreciation book , implementation_dba_data: FA.FA_BOOK_CONTROLS ,
-
Table: FA_BOOK_CONTROLS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_BOOK_CONTROLS, object_name:FA_BOOK_CONTROLS, status:VALID, product: OFA - Assets , description: Control information that affects all assets in a depreciation book , implementation_dba_data: FA.FA_BOOK_CONTROLS ,
-
APPS.GL_JE_CATEGORIES_PKG dependencies on GL_JE_CATEGORIES
12.2.2
-
APPS.GL_JE_CATEGORIES_PKG dependencies on GL_JE_CATEGORIES
12.1.1
-
APPS.GL_JE_CATEGORIES_PKG SQL Statements
12.1.1
-
APPS.FUN_RECON_RPT_PKG dependencies on GL_JE_LINES
12.2.2
-
APPS.GL_JE_CATEGORIES_PKG SQL Statements
12.2.2
-
APPS.GL_JE_CATEGORIES_PKG dependencies on FND_LANGUAGES
12.2.2
-
VIEW: GL.GL_JE_CATEGORIES_TL#
12.2.2
owner:GL, object_type:VIEW, object_name:GL_JE_CATEGORIES_TL#, status:VALID,
-
APPS.GL_JE_CATEGORIES_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.FUN_RECON_RPT_PKG dependencies on GL_JE_LINES
12.1.1
-
VIEW: APPS.XLA_JE_CATEGORIES_VL
12.1.1
-
VIEW: APPS.XLA_JE_CATEGORIES_VL
12.2.2
-
APPS.FUN_RECON_RPT_PKG dependencies on GL_JE_HEADERS
12.2.2
-
TRIGGER: APPS.GL_JE_CATEGORIES_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:GL_JE_CATEGORIES_TL+, status:VALID,
-
APPS.FUN_RECON_RPT_PKG dependencies on GL_JE_HEADERS
12.1.1
-
APPS.GL_JE_CATEGORIES_PKG dependencies on FND_GLOBAL
12.2.2
-
APPS.GL_JE_CATEGORIES_PKG dependencies on FND_GLOBAL
12.1.1
-
APPS.XLA_ACCT_ANALYSIS_RPT_PKG dependencies on GL_JE_LINES
12.2.2
-
SYNONYM: APPS.GL_JE_CATEGORIES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_JE_CATEGORIES_TL, status:VALID,
-
SYNONYM: APPS.GL_JE_CATEGORIES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_JE_CATEGORIES_TL, status:VALID,
-
APPS.FUN_GL_BATCH_TRANSFER dependencies on FND_DATE
12.1.1
-
VIEW: APPS.IGI_MPP_SETUP_V
12.2.2
-
APPS.XLA_PERIOD_CLOSE_EXP_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
-
VIEW: APPS.GL_JE_CATEGORIES_VL
12.2.2
-
VIEW: APPS.IGI_BUD_JOURNAL_HEADERS_V
12.1.1
-
TRIGGER: APPS.GL_JE_CATEGORIES_TL+
12.2.2
-
VIEW: APPS.OKL_GL_JE_CATEGORIES_UV
12.1.1
-
APPS.FUN_GL_BATCH_TRANSFER dependencies on FND_DATE
12.2.2
-
VIEW: APPS.OKL_GL_JE_CATEGORIES_UV
12.2.2
-
VIEW: APPS.IGI_BUD_JOURNAL_HEADERS_V
12.2.2
-
VIEW: APPS.XLA_JE_CATEGORIES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_JE_CATEGORIES_VL, object_name:XLA_JE_CATEGORIES_VL, status:VALID,
-
VIEW: APPS.XLA_JE_CATEGORIES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_JE_CATEGORIES_VL, object_name:XLA_JE_CATEGORIES_VL, status:VALID,
-
PACKAGE BODY: APPS.GL_JE_CATEGORIES_PKG
12.2.2
-
APPS.XLA_ACCT_ANALYSIS_RPT_PKG dependencies on GL_JE_SOURCES_TL
12.2.2