Search Results gl_je_sources_tl
Overview
GL_JE_SOURCES_TL is the translation-enabled (TL) table within the Oracle General Ledger schema that stores journal entry sources and their language-specific descriptive text. In Oracle E-Business Suite 12.1.1 and 12.2.2, journal entry sources identify the origin or business process responsible for a journal entry — for example, Payables, Receivables, Inventory, or manual entry. These source values drive journal validation, edit rules, approval behavior, and reference requirements during the import and posting cycle.
The table is documented as VALID in the GL schema, with a description of "Journal entry sources." Its primary key is GL_JE_SOURCES_PK, composed of JE_SOURCE_NAME and LANGUAGE. Because the row count in the physical schema is 23 columns and the table name carries the _TL suffix, it functions as the language-dependent companion to the base GL_JE_SOURCES definition. From a Data Vault modeling perspective, the metadata classifies this object heuristically as standalone, meaning it has no mined foreign-key dependencies to other tables; in practice it can be modeled as a satellite attached to a JE_SOURCE_NAME-based hub, with LANGUAGE acting as an additional descriptive attribute.
Key Information Stored
The primary key is the composite GL_JE_SOURCES_PK (JE_SOURCE_NAME, LANGUAGE), which uniquely identifies each translated source name row per language. Business-key candidates are also enforced through three unique indexes: GL_JE_SOURCES_TL_U1 (JE_SOURCE_NAME, LANGUAGE, ZD_EDITION_NAME), GL_JE_SOURCES_TL_U2 (USER_JE_SOURCE_NAME, LANGUAGE, ZD_EDITION_NAME), and GL_JE_SOURCES_TL_U3 (JE_SOURCE_KEY, LANGUAGE, ZD_EDITION_NAME). The most important columns include:
- JE_SOURCE_NAME — the internal identifier for the journal entry source; a primary-key and unique-index component.
- LANGUAGE — the language code for the translated text; the second primary-key component.
- USER_JE_SOURCE_NAME — the user-facing display name of the source shown in forms and reports.
- JE_SOURCE_KEY — the seeded key used to identify standard Oracle-delivered sources.
- SOURCE_LANG — the source language from which the translation derives.
- DESCRIPTION — free-text description of the journal entry source.
- JOURNAL_REFERENCE_FLAG — indicates whether a journal reference must be supplied for entries from this source.
- JOURNAL_APPROVAL_FLAG — controls whether journal approval is required for this source.
- OVERRIDE_EDITS_FLAG — determines whether journal edit failures may be overridden.
- EFFECTIVE_DATE_RULE_CODE — the rule governing how the effective date is derived for entries from this source.
- IMPORT_USING_KEY_FLAG — indicates whether the source key is used during import.
- ZD_EDITION_NAME — the editioning column supporting online patching in 12.2.x.
- ATTRIBUTE1–ATTRIBUTE5 and CONTEXT — the standard descriptive flexfield segments.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN — the standard audit columns.
Common Use Cases and Queries
Developers and functional consultants query this table to resolve source names for reporting, to validate import configurations, and to diagnose posting or approval behavior. A typical lookup retrieves the user-facing name for a given source and language:
SELECT user_je_source_name, description FROM gl.gl_je_sources_tl WHERE je_source_name = :source AND language = USERENV('LANG');- Reporting joins to GL_JE_HEADERS to label journal batches by source.
- Auditing which sources require journal approval or references, using JOURNAL_APPROVAL_FLAG and JOURNAL_REFERENCE_FLAG.
Related Objects
Because the metadata identifies this object as standalone, relationships are largely logical rather than enforced foreign keys. The most significant related objects include:
- GL_JE_SOURCES — the base table; joins on JE_SOURCE_NAME.
- GL_JE_HEADERS — references the source used by each journal batch via JE_SOURCE.
- GL_JE_BATCHES — inherits the source used to create batches.
- GL_JE_LINES — indirectly linked through the parent header's source.
- GL_IMPORT_REFERENCES — maps imported subledger data to source identifiers.
- GL_JE_SOURCES_VL — the translated view exposing language-specific source names.
-
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.GL_JE_SOURCES_PKG SQL Statements
12.2.2
-
APPS.GL_JE_SOURCES_PKG SQL Statements
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,
-
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 ,
-
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_GL_JE_SOURCE_NAMES_V
12.2.2
-
VIEW: APPS.IGI_CBR_GL_JOURNAL_SOURCES_V
12.2.2
-
VIEW: APPS.XLA_JE_SOURCES_VL
12.1.1
-
VIEW: APPS.GL_SRS_JI_REQUESTS_V
12.1.1
-
VIEW: APPS.IGI_MPP_SETUP_V
12.2.2
-
VIEW: APPS.GL_SRS_JI_REQUESTS_V
12.2.2
-
SYNONYM: APPS.GL_JE_SOURCES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_JE_SOURCES_TL, status:VALID,
-
View: IGI_COM_GL_JE_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_COM_GL_JE_LINES_V, object_name:IGI_COM_GL_JE_LINES_V, status:VALID, product: IGI - Public Sector Financials International , description: Based on GL_JE_BATCHES, GL_JE_HEADERS, GL_JE_LINES and GL_JE_SOURCES_TL , implementation_dba_data: APPS.IGI_COM_GL_JE_LINES_V ,
-
VIEW: APPS.XLA_SUBLEDGERS_FVL
12.2.2
-
VIEW: APPS.GL_JE_SOURCES_VL
12.2.2
-
VIEW: APPS.XLA_SUBLEDGERS_FVL
12.1.1
-
TRIGGER: APPS.GL_JE_SOURCES_TL+
12.2.2
-
VIEW: APPS.XLA_JE_SOURCES_VL
12.2.2
-
SYNONYM: APPS.GL_JE_SOURCES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_JE_SOURCES_TL, status:VALID,
-
View: IGI_COM_GL_JE_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_COM_GL_JE_LINES_V, object_name:IGI_COM_GL_JE_LINES_V, status:VALID, product: IGI - Public Sector Financials International , description: Based on GL_JE_BATCHES, GL_JE_HEADERS, GL_JE_LINES and GL_JE_SOURCES_TL , implementation_dba_data: APPS.IGI_COM_GL_JE_LINES_V ,
-
VIEW: APPS.IGI_MPP_SETUP_V
12.1.1
-
VIEW: GL.GL_JE_SOURCES_TL#
12.2.2
-
VIEW: APPS.GL_JE_SOURCES_VL
12.1.1
-
PACKAGE BODY: APPS.GL_JE_SOURCES_PKG
12.1.1
-
TABLE: GL.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,
-
PACKAGE BODY: APPS.GL_JE_SOURCES_PKG
12.2.2
-
FUNCTION: APPS.GL_JE_SOURCES_TL=
12.2.2
-
TABLE: GL.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,
-
12.2.2 DBA Data
12.2.2
-
FUNCTION: APPS.GL_JE_SOURCES_TL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:GL_JE_SOURCES_TL=, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
View: IGI_GL_JE_SOURCE_NAMES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_GL_JE_SOURCE_NAMES_V, object_name:IGI_GL_JE_SOURCE_NAMES_V, status:VALID, product: IGI - Public Sector Financials International , implementation_dba_data: APPS.IGI_GL_JE_SOURCE_NAMES_V ,
-
View: XLA_JE_SOURCES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_JE_SOURCES_VL, object_name:XLA_JE_SOURCES_VL, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_JE_SOURCES_VL ,
-
View: XLA_JE_SOURCES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_JE_SOURCES_VL, object_name:XLA_JE_SOURCES_VL, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_JE_SOURCES_VL ,
-
PACKAGE: APPS.XLA_MPA_ACCRUAL_RPRTG_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:XLA_MPA_ACCRUAL_RPRTG_PKG, status:VALID,
-
PACKAGE: APPS.XLA_MPA_ACCRUAL_RPRTG_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:XLA_MPA_ACCRUAL_RPRTG_PKG, status:VALID,
-
View: IGI_GL_JE_SOURCE_NAMES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_GL_JE_SOURCE_NAMES_V, object_name:IGI_GL_JE_SOURCE_NAMES_V, status:VALID, product: IGI - Public Sector Financials International , implementation_dba_data: APPS.IGI_GL_JE_SOURCE_NAMES_V ,
-
PACKAGE: APPS.XLA_MULTIPERIOD_RPRTG_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:XLA_MULTIPERIOD_RPRTG_PKG, status:VALID,
-
PACKAGE: APPS.XLA_MULTIPERIOD_RPRTG_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:XLA_MULTIPERIOD_RPRTG_PKG, status:VALID,
-
PACKAGE BODY: APPS.JL_JLCLGCAL_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JL_JLCLGCAL_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.JL_JLCLGCAL_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JL_JLCLGCAL_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_MPA_ACCRUAL_RPRTG_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_MPA_ACCRUAL_RPRTG_PKG, status:VALID,
-
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: XLA_SUBLEDGERS_FVL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_SUBLEDGERS_FVL, object_name:XLA_SUBLEDGERS_FVL, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_SUBLEDGERS_FVL ,