Search Results gl_je_categories_tl
Overview
The GL_JE_CATEGORIES_TL table is a core translation table within the Oracle E-Business Suite General Ledger (GL) module, specifically for versions 12.1.1 and 12.2.2. It stores the translated names and descriptions for journal entry categories, which are user-defined classifications for grouping journal entries. These categories are fundamental for reporting, reconciliation, and controlling the posting of journals. The '_TL' suffix denotes it as a translatable table, adhering to Oracle's Multi-Language Support (MLS) architecture. This design separates language-specific text from the base data, allowing a single installation to support multiple languages concurrently. The table's primary role is to provide the language-specific labels for the journal categories defined in its base table, GL_JE_CATEGORIES_B.
Key Information Stored
The table's structure centers on pairing a journal category with a language code to store its localized representation. The primary key is a composite of JE_CATEGORY_NAME and LANGUAGE, ensuring a unique entry for each category in each supported language. While the full column list is not detailed in the provided metadata, a standard Oracle EBS translation table pattern includes key columns such as JE_CATEGORY_NAME (the key linking to the base table), LANGUAGE (the language code, e.g., 'US', 'F'), SOURCE_LANG (the original language of the record), DESCRIPTION (the translated description of the category), and LAST_UPDATE_LOGIN. The data enables the application to display category names appropriately based on the user's session language.
Common Use Cases and Queries
This table is primarily accessed indirectly by the application's user interface to display translated values. Common technical and reporting use cases include generating multi-language reports on journal entry classifications and troubleshooting data issues where category descriptions appear incorrectly for a given language. A typical query to retrieve all translations for a specific category, or to see all categories in a specific language, would join this table with its base table. For instance, to list all journal category names and descriptions for the French language, one might use:
- SELECT tl.je_category_name, tl.description
- FROM gl_je_categories_tl tl
- WHERE tl.language = 'F';
Another common pattern is to join with GL_JE_HEADERS or GL_JE_LINES for reports that require the localized category description alongside journal details.
Related Objects
As indicated by the foreign key metadata, GL_JE_CATEGORIES_TL is a central reference point for several key tables. Its most significant relationship is with its base table, GL_JE_CATEGORIES_B, which holds the non-translatable attributes. Crucially, it is referenced extensively by the Fixed Assets module table FA_BOOK_CONTROLS, which uses specific journal categories (e.g., for depreciation, additions, retirements) to automate accounting entries. The provided metadata lists over a dozen foreign key columns from FA_BOOK_CONTROLS to this table. Within General Ledger, it is referenced by GL_BC_OPTION_DETAILS and GL_BC_PACKETS (related to Budgetary Control). The primary journal entry tables, GL_JE_HEADERS and GL_JE_BATCHES, also reference the journal category key, though their foreign keys typically point to the base table, with the application leveraging the TL table for display.
-
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_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.JA_CN_ITEMIZATION_INTERFACE dependencies on GL_JE_CATEGORIES_TL
12.1.1
-
APPS.FUN_GL_TRANSFER dependencies on GL_JE_CATEGORIES_TL
12.1.1
-
APPS.GL_JE_CATEGORIES_PKG 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 ,
-
APPS.GL_JE_CATEGORIES_PKG dependencies on GL_JE_CATEGORIES
12.2.2
-
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.1.1
-
APPS.FUN_RECON_RPT_PKG dependencies on GL_JE_LINES
12.2.2
-
APPS.GL_JE_CATEGORIES_PKG SQL Statements
12.1.1
-
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
-
APPS.GL_JE_CATEGORIES_PKG dependencies on FND_GLOBAL
12.2.2
-
APPS.FUN_RECON_RPT_PKG dependencies on GL_JE_HEADERS
12.1.1
-
TRIGGER: APPS.GL_JE_CATEGORIES_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:GL_JE_CATEGORIES_TL+, status:VALID,
-
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
-
APPS.FUN_GL_BATCH_TRANSFER dependencies on FND_DATE
12.1.1
-
VIEW: APPS.IGI_MPP_SETUP_V
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,
-
VIEW: APPS.GL_JE_CATEGORIES_VL
12.2.2
-
APPS.XLA_PERIOD_CLOSE_EXP_PKG dependencies on GL_JE_SOURCES_TL
12.2.2
-
VIEW: APPS.IGI_BUD_JOURNAL_HEADERS_V
12.2.2
-
APPS.XLA_PERIOD_CLOSE_EXP_PKG dependencies on GL_JE_SOURCES_TL
12.1.1
-
TRIGGER: APPS.GL_JE_CATEGORIES_TL+
12.2.2
-
VIEW: APPS.OKL_GL_JE_CATEGORIES_UV
12.2.2
-
APPS.FUN_GL_BATCH_TRANSFER dependencies on FND_DATE
12.2.2
-
VIEW: APPS.OKL_GL_JE_CATEGORIES_UV
12.1.1
-
VIEW: APPS.IGI_BUD_JOURNAL_HEADERS_V
12.1.1
-
View: IGI_ITR_CHARGE_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_ITR_CHARGE_HEADERS_V, object_name:IGI_ITR_CHARGE_HEADERS_V, status:VALID, product: IGI - Public Sector Financials International , description: Based on FND_USER, GL_JE_CATEGORIES_TL, IGI_ITR_CHARGE_HEADERS and IGI_LOOKUPS , implementation_dba_data: APPS.IGI_ITR_CHARGE_HEADERS_V ,
-
APPS.XLA_ACCT_ANALYSIS_RPT_PKG dependencies on GL_JE_SOURCES_TL
12.2.2
-
VIEW: GL.GL_JE_CATEGORIES_TL#
12.2.2
-
VIEW: APPS.IGI_MPP_SETUP_V
12.1.1