Search Results gl_je_batches
Overview
The GL_JE_BATCHES table is a core data structure within the Oracle E-Business Suite General Ledger (GL) module. It serves as the primary repository for journal entry batch headers, which are logical groupings of individual journal entries. A batch provides a critical control and processing layer, allowing users to manage, post, and review multiple related journal entries as a single unit. Its role is fundamental to the financial accounting process, acting as the parent container for detailed journal lines stored in related tables like GL_JE_HEADERS and GL_JE_LINES. The integrity of the batch is enforced by its primary key and its relationships with key setup entities, such as the ledger (SET_OF_BOOKS_ID_11I).
Key Information Stored
The table stores essential control and descriptive attributes for each journal batch. The primary identifier is the system-generated JE_BATCH_ID. Key business columns include the user-defined NAME of the batch and the DEFAULT_PERIOD_NAME, which specifies the accounting period. The SET_OF_BOOKS_ID_11I column is a foreign key to GL_SETS_OF_BOOKS_11I, linking the batch to a specific ledger. Other significant columns track processing status (e.g., STATUS, POSTED_DATE), control totals (e.g., RUNNING_TOTAL_DR, RUNNING_TOTAL_CR), and system process information such as REQUEST_ID for concurrent requests and PARENT_JE_BATCH_ID for hierarchical batch structures.
Common Use Cases and Queries
This table is central to journal processing and financial reporting. Common operational scenarios include identifying unposted batches for a specific ledger, tracing the source of posted entries, and analyzing batch-level control totals. A typical query retrieves batch details along with status and ledger information:
- SELECT je_batch_id, name, status, default_period_name, posted_date FROM gl_je_batches WHERE set_of_books_id_11i = :ledger_id AND status = 'U';
For audit and reconciliation purposes, analysts often join GL_JE_BATCHES with GL_JE_HEADERS and GL_JE_LINES to report on all entries within batches posted in a given period. Troubleshooting data integration from subledgers like Payables or Assets frequently involves querying this table using the batch name or request ID to locate specific journal imports.
Related Objects
GL_JE_BATCHES has extensive relationships within the E-Business Suite. It is the parent table for GL_JE_HEADERS, which in turn contains GL_JE_LINES. As indicated by the foreign key metadata, it references GL_SETS_OF_BOOKS_11I for the ledger and FND_CONCURRENT_REQUESTS for process tracking. Crucially, it is referenced by numerous transactional tables across other modules, establishing its role as a key integration point. Significant referencing objects include AP_CHECK_TRANSMISSIONS and AP_INVOICE_TRANSMISSIONS (Payables), and multiple batch ID columns in FA_DEPRN_PERIODS and FA_MC_DEPRN_PERIODS (Assets), which track journals generated for depreciation, additions, retirements, and other fixed asset transactions.
-
Table: GL_JE_BATCHES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_JE_BATCHES, object_name:GL_JE_BATCHES, status:VALID, product: GL - General Ledger , description: Journal entry batches , implementation_dba_data: GL.GL_JE_BATCHES ,
-
Table: GL_JE_BATCHES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_JE_BATCHES, object_name:GL_JE_BATCHES, status:VALID, product: GL - General Ledger , description: Journal entry batches , implementation_dba_data: GL.GL_JE_BATCHES ,
-
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_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_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_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_MGT_SEG_UPGRADE_H
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_MGT_SEG_UPGRADE_H, object_name:GL_MGT_SEG_UPGRADE_H, status:VALID, product: GL - General Ledger , description: History of management segment upgrade. , implementation_dba_data: GL.GL_MGT_SEG_UPGRADE_H ,
-
Table: GL_MGT_SEG_UPGRADE
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_MGT_SEG_UPGRADE, object_name:GL_MGT_SEG_UPGRADE, status:VALID, product: GL - General Ledger , description: Management segment upgrade unprocessed journal batches. , implementation_dba_data: GL.GL_MGT_SEG_UPGRADE ,
-
Table: GL_MGT_SEG_UPGRADE
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_MGT_SEG_UPGRADE, object_name:GL_MGT_SEG_UPGRADE, status:VALID, product: GL - General Ledger , description: Management segment upgrade unprocessed journal batches. , implementation_dba_data: GL.GL_MGT_SEG_UPGRADE ,
-
Table: GL_UPGRADE_STATUS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_UPGRADE_STATUS, object_name:GL_UPGRADE_STATUS, status:VALID, product: GL - General Ledger , implementation_dba_data: GL.GL_UPGRADE_STATUS ,
-
Table: GL_UPGRADE_STATUS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_UPGRADE_STATUS, object_name:GL_UPGRADE_STATUS, status:VALID, product: GL - General Ledger , implementation_dba_data: GL.GL_UPGRADE_STATUS ,
-
Table: GL_ARCHIVE_BATCHES
12.1.1
product: GL - General Ledger , description: Archive journal batches , implementation_dba_data: Not implemented in this database ,
-
Table: GL_CONS_BATCHES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_CONS_BATCHES, object_name:GL_CONS_BATCHES, status:VALID, product: GL - General Ledger , description: Transaction method consolidation batches , implementation_dba_data: GL.GL_CONS_BATCHES ,
-
Table: GL_ELIMINATION_HISTORY
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_ELIMINATION_HISTORY, object_name:GL_ELIMINATION_HISTORY, status:VALID, product: GL - General Ledger , description: Intercompany elimination history , implementation_dba_data: GL.GL_ELIMINATION_HISTORY ,
-
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_MGT_SEG_UPGRADE_H
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_MGT_SEG_UPGRADE_H, object_name:GL_MGT_SEG_UPGRADE_H, status:VALID, product: GL - General Ledger , description: History of management segment upgrade. , implementation_dba_data: GL.GL_MGT_SEG_UPGRADE_H ,
-
Table: GL_CONS_BATCHES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_CONS_BATCHES, object_name:GL_CONS_BATCHES, status:VALID, product: GL - General Ledger , description: Transaction method consolidation batches , implementation_dba_data: GL.GL_CONS_BATCHES ,
-
Table: GL_ELIMINATION_HISTORY
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_ELIMINATION_HISTORY, object_name:GL_ELIMINATION_HISTORY, status:VALID, product: GL - General Ledger , description: Intercompany elimination history , implementation_dba_data: GL.GL_ELIMINATION_HISTORY ,
-
Table: GL_AUTO_ALLOC_BATCH_HISTORY
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_AUTO_ALLOC_BATCH_HISTORY, object_name:GL_AUTO_ALLOC_BATCH_HISTORY, status:VALID, product: GL - General Ledger , description: History of all batches included in an allocation set run , implementation_dba_data: GL.GL_AUTO_ALLOC_BATCH_HISTORY ,
-
Table: GL_AUTO_ALLOC_REV_BATCHES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_AUTO_ALLOC_REV_BATCHES, object_name:GL_AUTO_ALLOC_REV_BATCHES, status:VALID, product: GL - General Ledger , description: Reverse journal batches generated by AutoAllocation rollback process , implementation_dba_data: GL.GL_AUTO_ALLOC_REV_BATCHES ,
-
Table: GL_ARCHIVE_BATCHES
12.2.2
product: GL - General Ledger , description: Archive journal batches , implementation_dba_data: Not implemented in this database ,
-
Table: GL_AUTO_ALLOC_REV_BATCHES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_AUTO_ALLOC_REV_BATCHES, object_name:GL_AUTO_ALLOC_REV_BATCHES, status:VALID, product: GL - General Ledger , description: Reverse journal batches generated by AutoAllocation rollback process , implementation_dba_data: GL.GL_AUTO_ALLOC_REV_BATCHES ,
-
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_AUTO_ALLOC_BATCH_HISTORY
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_AUTO_ALLOC_BATCH_HISTORY, object_name:GL_AUTO_ALLOC_BATCH_HISTORY, status:VALID, product: GL - General Ledger , description: History of all batches included in an allocation set run , implementation_dba_data: GL.GL_AUTO_ALLOC_BATCH_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_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_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_ARCHIVE_REFERENCES
12.1.1
product: GL - General Ledger , description: Archive table for GL_IMPORT_REFERENCES , implementation_dba_data: Not implemented in this database ,
-
View: GL_JE_BATCHES_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_JE_BATCHES_LOV_V, object_name:GL_JE_BATCHES_LOV_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_JE_BATCHES_LOV_V ,
-
View: GL_JE_BATCHES_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_JE_BATCHES_LOV_V, object_name:GL_JE_BATCHES_LOV_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_JE_BATCHES_LOV_V ,
-
Table: GL_ARCHIVE_HEADERS
12.2.2
product: GL - General Ledger , description: Archive journal headers , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
View: GL_JE_HEADERS_LOV_V
12.1.1
product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
View: GL_JE_HEADERS_LOV_V
12.2.2
product: GL - General Ledger , description: 10SC ONLY , 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 ,
-
Table: GL_ARCHIVE_HEADERS
12.1.1
product: GL - General Ledger , description: Archive journal headers , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
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 ,
-
View: GL_PERIOD_STATUSES_REV_BUD_V
12.1.1
product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
View: GL_PERIOD_STATUSES_REV_BUD_V
12.2.2
product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
View: GLBV_JOURNAL_BATCHES
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GLBV_JOURNAL_BATCHES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLBV_JOURNAL_BATCHES, object_name:GLBV_JOURNAL_BATCHES, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLBV_JOURNAL_BATCHES ,
-
View: GLBV_ENCUMB_JOURNAL_BATCHES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLBV_ENCUMB_JOURNAL_BATCHES, object_name:GLBV_ENCUMB_JOURNAL_BATCHES, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLBV_ENCUMB_JOURNAL_BATCHES ,
-
View: GLFV_BUDGET_JOURNAL_BATCHES
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GLFV_BUDGET_JOURNAL_BATCHES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLFV_BUDGET_JOURNAL_BATCHES, object_name:GLFV_BUDGET_JOURNAL_BATCHES, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLFV_BUDGET_JOURNAL_BATCHES ,
-
View: GLBV_ENCUMB_JOURNAL_BATCHES
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GL_JE_BATCHES_POST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_JE_BATCHES_POST_V, object_name:GL_JE_BATCHES_POST_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_JE_BATCHES_POST_V ,
-
View: GLBV_ACTUAL_JOURNAL_BATCHES
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
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 ,