Search Results gl_je_lines
Overview
GL_JE_LINES is the core line-level detail table of the Oracle General Ledger journal entry model. Owned by the GL schema and valid in both Oracle E-Business Suite 12.1.1 and 12.2.2, it stores the individual debit and credit distribution lines that make up every journal entry created, imported, or generated in the ledger. Each row represents a single line, carrying the entered amounts, the accounted amounts, the accounting flexfield combination, and the reference and tax information associated with that distribution. The table is one of the most heavily accessed objects in the EBS financials footprint, both by concurrent programs that validate and post journals and by the reporting and reconciliation processes that extract balances and subledger detail.
The heuristic Data Vault classification for this object is hub-leaning. This reflects that GL_JE_LINES behaves primarily as a hub-style entity anchored to stable business keys rather than as a mutable descriptive satellite. Its composite primary key, GL_JE_LINES_PK on (JE_HEADER_ID, JE_LINE_NUM), and the unique index GL_JE_LINES_U1 on the same pair, confirm that the journal line identity is stable and declaratively enforced.
Key Information Stored
The documented physical schema lists 94 columns. The most significant are the following:
- JE_HEADER_ID — The parent journal entry identifier. Together with the line number it forms the primary key and links back to GL_JE_HEADERS.
- JE_LINE_NUM — The sequential line number within the journal entry; part of the composite primary key.
- LEDGER_ID — The ledger to which the line belongs, referencing GL_LEDGERS.
- CODE_COMBINATION_ID — The accounting flexfield combination that identifies the distribution account, referencing GL_CODE_COMBINATIONS.
- PERIOD_NAME — The accounting period in which the line is recorded.
- EFFECTIVE_DATE — The accounting date used for period and rate determination.
- STATUS — The line status (for example, unposted or posted), driving posting eligibility.
- ENTERED_DR / ENTERED_CR — The debit and credit amounts in the entered currency.
- ACCOUNTED_DR / ACCOUNTED_CR — The debit and credit amounts in the ledger (accounted) currency.
- DESCRIPTION — Free-text explanation carried on the line.
- LINE_TYPE_CODE — The journal line type classification.
- REFERENCE_1 through REFERENCE_10 — User-definable reference fields used for reconciliation and subledger tracing.
- GL_SL_LINK_ID / GL_SL_LINK_TABLE — The link back to the originating subledger transaction.
- ATTRIBUTE1 through ATTRIBUTE20 — Descriptive flexfield attribute columns.
- TAX_CODE, TAX_TYPE_CODE, TAXABLE_LINE_FLAG, AMOUNT_INCLUDES_TAX_FLAG — Tax-related attributes supporting tax journal processing.
The surrogate identity is the composite (JE_HEADER_ID, JE_LINE_NUM); the unique index GL_JE_LINES_U1 on the same columns is the business-key candidate. The foreign keys to GL_JE_HEADERS, GL_LEDGERS, and GL_CODE_COMBINATIONS define the natural dimensional context of each line.
Common Use Cases and Queries
Typical usage centers on extracting journal detail, validating posting balances, and reconciling subledger activity. A representative pattern joins the line to its header and ledger:
- Reporting journal detail for a period: select from GL_JE_LINES where PERIOD_NAME equals the target period and STATUS indicates posted, joining GL_JE_HEADERS on JE_HEADER_ID.
- Account activity analysis: group ACCOUNTED_DR and ACCOUNTED_CR by CODE_COMBINATION_ID and PERIOD_NAME to reproduce account balances at the line level.
- Subledger reconciliation: filter by GL_SL_LINK_ID and GL_SL_LINK_TABLE to trace postings back to the originating subledger transaction.
- Balance verification: compare summed ENTERED_DR against ENTERED_CR for each JE_HEADER_ID to confirm the entry balances before posting.
Related Objects
GL_JE_LINES sits at the center of a wide relationship graph. The most significant dependents and parents are:
- GL_JE_HEADERS — Parent journal header; joined on JE_HEADER_ID.
- GL_LEDGERS — Referenced on LEDGER_ID.
- GL_CODE_COMBINATIONS — Referenced on CODE_COMBINATION_ID.
- GL_INTERFACE / GL_INTERFACE_HISTORY — Journal import staging, keyed by JE_HEADER_ID.
- GL_IMPORT_REFERENCES — Import mapping keyed by JE_HEADER_ID.
- GL_BC_PACKETS / GL_BC_PACKETS_HISTS — Balance and control packet processing keyed by JE_HEADER_ID.
- GL_ARCHIVE_LINES / GL_ARCHIVE_REFERENCES — Archive references keyed by JE_HEADER_ID.
- FA_DEPRN_DETAIL and related FA tables — Asset depreciation journals referencing JE_HEADER_ID and the various JE line number columns.
-
Table: GL_JE_LINES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_JE_LINES, object_name:GL_JE_LINES, status:VALID, product: GL - General Ledger , description: Journal entry lines , implementation_dba_data: GL.GL_JE_LINES ,
-
Table: GL_JE_LINES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_JE_LINES, object_name:GL_JE_LINES, status:VALID, product: GL - General Ledger , description: Journal entry lines , implementation_dba_data: GL.GL_JE_LINES ,
-
Table: GL_IMPORT_REFERENCES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_IMPORT_REFERENCES, object_name:GL_IMPORT_REFERENCES, status:VALID, product: GL - General Ledger , description: Cross-references between subledgers and Oracle General Ledger's journal entries , implementation_dba_data: GL.GL_IMPORT_REFERENCES ,
-
Table: GL_IMPORT_REFERENCES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_IMPORT_REFERENCES, object_name:GL_IMPORT_REFERENCES, status:VALID, product: GL - General Ledger , description: Cross-references between subledgers and Oracle General Ledger's journal entries , implementation_dba_data: GL.GL_IMPORT_REFERENCES ,
-
Table: GL_ARCHIVE_LINES
12.2.2
product: GL - General Ledger , description: Archive journal entry lines , implementation_dba_data: Not implemented in this database ,
-
Table: GL_JOURNAL_REPORTS_ITF
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_JOURNAL_REPORTS_ITF, object_name:GL_JOURNAL_REPORTS_ITF, status:VALID, product: GL - General Ledger , description: Interface table for RXi Oracle General Ledger journal reports. , implementation_dba_data: GL.GL_JOURNAL_REPORTS_ITF ,
-
Table: GL_ARCHIVE_LINES
12.1.1
product: GL - General Ledger , description: Archive journal entry lines , implementation_dba_data: Not implemented in this database ,
-
Table: GL_ARCHIVE_REFERENCES
12.2.2
product: GL - General Ledger , description: Archive table for GL_IMPORT_REFERENCES , implementation_dba_data: Not implemented in this database ,
-
Table: GL_INTERFACE
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_INTERFACE, object_name:GL_INTERFACE, status:VALID, product: GL - General Ledger , description: Import journal entry batches , implementation_dba_data: GL.GL_INTERFACE ,
-
Table: GL_INTERFACE_HISTORY
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_INTERFACE_HISTORY, object_name:GL_INTERFACE_HISTORY, status:VALID, product: GL - General Ledger , description: Imported journal entry batches , implementation_dba_data: GL.GL_INTERFACE_HISTORY ,
-
Table: GL_INTERFACE_HISTORY
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_INTERFACE_HISTORY, object_name:GL_INTERFACE_HISTORY, status:VALID, product: GL - General Ledger , description: Imported journal entry batches , implementation_dba_data: GL.GL_INTERFACE_HISTORY ,
-
Table: GL_BC_PACKETS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BC_PACKETS, object_name:GL_BC_PACKETS, status:VALID, product: GL - General Ledger , description: Budgetary control queue table , implementation_dba_data: GL.GL_BC_PACKETS ,
-
Table: GL_JOURNAL_REPORTS_ITF
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_JOURNAL_REPORTS_ITF, object_name:GL_JOURNAL_REPORTS_ITF, status:VALID, product: GL - General Ledger , description: Interface table for RXi Oracle General Ledger journal reports. , implementation_dba_data: GL.GL_JOURNAL_REPORTS_ITF ,
-
Table: GL_INTERFACE
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_INTERFACE, object_name:GL_INTERFACE, status:VALID, product: GL - General Ledger , description: Import journal entry batches , implementation_dba_data: GL.GL_INTERFACE ,
-
Table: GL_ARCHIVE_REFERENCES
12.1.1
product: GL - General Ledger , description: Archive table for GL_IMPORT_REFERENCES , implementation_dba_data: Not implemented in this database ,
-
Table: GL_BC_PACKETS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BC_PACKETS, object_name:GL_BC_PACKETS, status:VALID, product: GL - General Ledger , description: Budgetary control queue table , implementation_dba_data: GL.GL_BC_PACKETS ,
-
Concurrent Program: GLRCNINS
12.1.1
execution_filename: GL_ADD_RECON_UPGRADE_PKG.update_gl_je_lines_recon_table , product: GL - General Ledger , user_name: GLRCNINS , description: Insert rows from gl_je_lines to gl_je_lines_recon , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: GLRCNINS
12.2.2
execution_filename: GL_ADD_RECON_UPGRADE_PKG.update_gl_je_lines_recon_table , product: GL - General Ledger , user_name: GLRCNINS , description: Insert rows from gl_je_lines to gl_je_lines_recon , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
View: GLBV_JOURNAL_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLBV_JOURNAL_LINES, object_name:GLBV_JOURNAL_LINES, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLBV_JOURNAL_LINES ,
-
Table: GL_BC_PACKETS_HISTS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BC_PACKETS_HISTS, object_name:GL_BC_PACKETS_HISTS, status:VALID, product: GL - General Ledger , description: GL_BC_PACKETS_HISTS is Oracle General Ledger's history table for the Budgetary Control feature. This table stores the budgetary control packets that are deleted from table GL_BC_PACKETS. , implementation_dba_data: GL.GL_BC_PACKETS_HISTS ,
-
Table: GL_BC_PACKETS_HISTS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_BC_PACKETS_HISTS, object_name:GL_BC_PACKETS_HISTS, status:VALID, product: GL - General Ledger , description: GL_BC_PACKETS_HISTS is Oracle General Ledger's history table for the Budgetary Control feature. This table stores the budgetary control packets that are deleted from table GL_BC_PACKETS. , implementation_dba_data: GL.GL_BC_PACKETS_HISTS ,
-
View: GLBV_JOURNAL_LINES
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GLFV_JOURNAL_LINES
12.2.2
product: GL - General Ledger , description: General Ledger journal lines record debit or credit amounts to General Ledger accounts, or use formulas to calculate journal amounts for General Ledger accounts. , implementation_dba_data: Not implemented in this database ,
-
View: GLFV_JOURNAL_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLFV_JOURNAL_LINES, object_name:GLFV_JOURNAL_LINES, status:VALID, product: GL - General Ledger , description: General Ledger journal lines record debit or credit amounts to General Ledger accounts, or use formulas to calculate journal amounts for General Ledger accounts. , implementation_dba_data: APPS.GLFV_JOURNAL_LINES ,
-
Table: GL_JE_HEADERS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_JE_HEADERS, object_name:GL_JE_HEADERS, status:VALID, product: GL - General Ledger , description: Journal entry headers , implementation_dba_data: GL.GL_JE_HEADERS ,
-
Table: GL_JE_HEADERS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_JE_HEADERS, object_name:GL_JE_HEADERS, status:VALID, product: GL - General Ledger , description: Journal entry headers , implementation_dba_data: GL.GL_JE_HEADERS ,
-
View: GL_BUDGET_JOURNALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGET_JOURNALS_V, object_name:GL_BUDGET_JOURNALS_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGET_JOURNALS_V ,
-
Table: GL_LEDGERS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_LEDGERS, object_name:GL_LEDGERS, status:VALID, product: GL - General Ledger , description: Ledger definition , implementation_dba_data: GL.GL_LEDGERS ,
-
View: GL_BUDGET_JOURNALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGET_JOURNALS_V, object_name:GL_BUDGET_JOURNALS_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGET_JOURNALS_V ,
-
Table: GL_LEDGERS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_LEDGERS, object_name:GL_LEDGERS, status:VALID, product: GL - General Ledger , description: Ledger definition , implementation_dba_data: GL.GL_LEDGERS ,
-
View: GL_JE_LINES_RECON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_JE_LINES_RECON_V, object_name:GL_JE_LINES_RECON_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_JE_LINES_RECON_V ,
-
View: GL_JE_LINES_RECON_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_JE_LINES_RECON_V, object_name:GL_JE_LINES_RECON_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_JE_LINES_RECON_V ,
-
View: GL_JE_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_JE_LINES_V, object_name:GL_JE_LINES_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_JE_LINES_V ,
-
View: GL_JE_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_JE_LINES_V, object_name:GL_JE_LINES_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_JE_LINES_V ,
-
View: GL_JOURNAL_REPORTS_ITF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_JOURNAL_REPORTS_ITF_V, object_name:GL_JOURNAL_REPORTS_ITF_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_JOURNAL_REPORTS_ITF_V ,
-
View: GL_JOURNAL_REPORTS_ITF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_JOURNAL_REPORTS_ITF_V, object_name:GL_JOURNAL_REPORTS_ITF_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_JOURNAL_REPORTS_ITF_V ,
-
View: GL_JE_JOURNAL_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_JE_JOURNAL_LINES_V, object_name:GL_JE_JOURNAL_LINES_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_JE_JOURNAL_LINES_V ,
-
View: GL_JE_JOURNAL_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_JE_JOURNAL_LINES_V, object_name:GL_JE_JOURNAL_LINES_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_JE_JOURNAL_LINES_V ,
-
Table: GL_CODE_COMBINATIONS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_CODE_COMBINATIONS, object_name:GL_CODE_COMBINATIONS, status:VALID, product: GL - General Ledger , description: Account combinations , implementation_dba_data: GL.GL_CODE_COMBINATIONS ,
-
Table: GL_CODE_COMBINATIONS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_CODE_COMBINATIONS, object_name:GL_CODE_COMBINATIONS, status:VALID, product: GL - General Ledger , description: Account combinations , implementation_dba_data: GL.GL_CODE_COMBINATIONS ,