Search Results xla_gl_transfer_batches_all
Overview
XLA_GL_TRANSFER_BATCHES_ALL is the transferred batches history table owned by the XLA (Subledger Accounting) schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It maintains the log of Subledger Accounting to General Ledger transfer submissions, recording each request that moves subledger journal entries from the accounting layer into the GL interface. Each row corresponds to one submitted transfer run, capturing the run identifier, the concurrent request that produced it, the ledger and batch context, the transfer date range, and the ultimate status of the transfer. The table is therefore a control and audit object rather than a transactional journal store.
The mined foreign-key structure classifies this object heuristically as a standalone table, with no other table in the vault depending on it as a parent hub or link. It does, however, hold outbound references to FV_LEGAL_ENTITIES, CST_COST_TYPES, and CST_COST_GROUPS, which behave as dimension lookups for legal entity and cost context rather than as true Data Vault parents. In practice, the object is best modeled as a satellite of the transfer run, tracking the state and audit attributes of each transfer event over time. The companion table XLA_GL_TRANSFER_BATCHES_ALL is complemented by the non-multi-org view XLA_GL_TRANSFER_BATCHES commonly exposed to reporting.
Key Information Stored
The surrogate primary key and sole documented unique business key is GL_TRANSFER_RUN_ID, indexed by XLA_GL_TRANSFER_BATCHES_U1. All other columns are descriptive attributes of the run.
- GL_TRANSFER_RUN_ID — surrogate primary key and unique business key for the transfer run.
- REQUEST_ID, GLLEZL_REQUEST_ID, INTERFACE_RUN_ID — concurrent request identifiers for the transfer submission, the GL Journal Import (GLLEZL) program, and the GL interface run.
- APPLICATION_ID, USER_ID — the subledger application submitting the transfer and the user who initiated it.
- SET_OF_BOOKS_ID / LEDGER_ID context — identifies the ledger or set of books receiving the transferred journals.
- SELECTION_TYPE, SOURCE_ID, SOURCE_TABLE — defines whether the transfer is by source, ledger, or date range, and the source object feeding the run.
- TRANSFER_FROM_DATE, TRANSFER_TO_DATE, GL_TRANSFER_DATE — the accounting date window selected and the actual GL transfer date.
- AE_CATEGORY, GL_TRANSFER_MODE, TRANSFER_STATUS — the accounting event category, the transfer mode (such as Draft or Final), and the run status.
- SUBMIT_JOURNAL_IMPORT, SUMMARY_JOURNAL_ENTRY, PROCESS_DAYS — flags controlling journal import submission and summarization, plus processing duration.
- BATCH_NAME, GROUP_ID, ORG_ID, PACKET_ID — batch naming and multi-organization partitioning attributes.
- LEGAL_ENTITY_ID, COST_TYPE_ID, COST_GROUP_ID — foreign keys to FV_LEGAL_ENTITIES, CST_COST_TYPES, and CST_COST_GROUPS.
Common Use Cases and Queries
Typical uses include monitoring transfer status, reconciling subledger to GL postings, and diagnosing failed or incomplete transfers. A common pattern lists the most recent transfer runs for a ledger:
- Status tracking: SELECT gl_transfer_run_id, request_id, transfer_status, gl_transfer_date FROM xla_gl_transfer_batches_all WHERE set_of_books_id = :ledger_id ORDER BY gl_transfer_date DESC;
- Reconciliation: join GL_TRANSFER_RUN_ID to the GL interface and journal import request identifiers to confirm that each transferred batch reached GL.
- Audit: filter by USER_ID, TRANSFER_FROM_DATE, and TRANSFER_TO_DATE to reproduce the population of entries submitted during a period close.
- Cost context reporting: join to CST_COST_TYPES and CST_COST_GROUPS on COST_TYPE_ID and COST_GROUP_ID for costing-enabled subledgers.
Related Objects
The following objects are the most significant join targets and dependents:
- FV_LEGAL_ENTITIES — joined on LEGAL_ENTITY_ID for legal entity attribution.
- CST_COST_TYPES — joined on COST_TYPE_ID for costing context.
- CST_COST_GROUPS — joined on COST_GROUP_ID for cost group classification.
- XLA_GL_TRANSFER_BATCHES — non-multi-org view over the same data, commonly used for reporting.
- GL_JE_BATCHES / GL_JE_HEADERS — GL-side batches and journals that receive the transferred entries via BATCH_NAME and run identifiers.
- GL_INTERFACE — staging table populated by the transfer, keyed by INTERFACE_RUN_ID and GLLEZL_REQUEST_ID.
These relationships make XLA_GL_TRANSFER_BATCHES_ALL the central audit anchor for Subledger Accounting to General Ledger transfer activity.
-
Table: XLA_GL_TRANSFER_BATCHES_ALL
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_GL_TRANSFER_BATCHES_ALL, object_name:XLA_GL_TRANSFER_BATCHES_ALL, status:VALID, product: XLA - Subledger Accounting , description: Transferred Batches History Table. Maintains the log of the transfers submitted. , implementation_dba_data: XLA.XLA_GL_TRANSFER_BATCHES_ALL ,
-
Table: XLA_GL_TRANSFER_BATCHES_ALL
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_GL_TRANSFER_BATCHES_ALL, object_name:XLA_GL_TRANSFER_BATCHES_ALL, status:VALID, product: XLA - Subledger Accounting , description: Transferred Batches History Table. Maintains the log of the transfers submitted. , implementation_dba_data: XLA.XLA_GL_TRANSFER_BATCHES_ALL ,
-
SYNONYM: APPS.XLA_GL_TRANSFER_BATCHES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XLA_GL_TRANSFER_BATCHES_ALL, status:VALID,
-
SYNONYM: APPS.XLA_GL_TRANSFER_BATCHES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XLA_GL_TRANSFER_BATCHES_ALL, status:VALID,
-
VIEW: APPS.XLA_GL_TRANSFER_BATCHES
12.2.2
-
VIEW: XLA.XLA_GL_TRANSFER_BATCHES_ALL#
12.2.2
owner:XLA, object_type:VIEW, object_name:XLA_GL_TRANSFER_BATCHES_ALL#, status:VALID,
-
VIEW: APPS.XLA_GL_TRANSFER_BATCHES
12.1.1
-
VIEW: XLA.XLA_GL_TRANSFER_BATCHES_ALL#
12.2.2
-
View: XLA_GL_TRANSFER_BATCHES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_GL_TRANSFER_BATCHES, object_name:XLA_GL_TRANSFER_BATCHES, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_GL_TRANSFER_BATCHES ,
-
PACKAGE BODY: APPS.AP_TRIAL_BALANCE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AP_TRIAL_BALANCE_PKG, status:VALID,
-
PACKAGE: APPS.AP_TRIAL_BALANCE_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:AP_TRIAL_BALANCE_PKG, status:VALID,
-
PACKAGE: APPS.AP_TRIAL_BALANCE_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:AP_TRIAL_BALANCE_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_GL_TRANSFER_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_GL_TRANSFER_PKG, status:VALID,
-
View: XLA_GL_TRANSFER_BATCHES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_GL_TRANSFER_BATCHES, object_name:XLA_GL_TRANSFER_BATCHES, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_GL_TRANSFER_BATCHES ,
-
PACKAGE BODY: APPS.AP_TRIAL_BALANCE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AP_TRIAL_BALANCE_PKG, status:VALID,
-
TABLE: XLA.XLA_GL_TRANSFER_BATCHES_ALL
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_GL_TRANSFER_BATCHES_ALL, object_name:XLA_GL_TRANSFER_BATCHES_ALL, status:VALID,
-
PACKAGE BODY: APPS.XLA_GL_TRANSFER_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_GL_TRANSFER_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
TABLE: XLA.XLA_GL_TRANSFER_BATCHES_ALL
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_GL_TRANSFER_BATCHES_ALL, object_name:XLA_GL_TRANSFER_BATCHES_ALL, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.XLA_GL_TRANSFER_BATCHES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_GL_TRANSFER_BATCHES, object_name:XLA_GL_TRANSFER_BATCHES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.XLA_GL_TRANSFER_BATCHES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_GL_TRANSFER_BATCHES, object_name:XLA_GL_TRANSFER_BATCHES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.AP_TRIAL_BALANCE_PKG SQL Statements
12.1.1
-
APPS.AP_TRIAL_BALANCE_PKG dependencies on XLA_GL_TRANSFER_BATCHES_ALL
12.1.1
-
APPS.AP_TRIAL_BALANCE_PKG SQL Statements
12.2.2
-
APPS.XLA_GL_TRANSFER_PKG SQL Statements
12.2.2
-
APPS.AP_TRIAL_BALANCE_PKG dependencies on XLA_GL_TRANSFER_BATCHES_ALL
12.1.1
-
APPS.XLA_GL_TRANSFER_PKG dependencies on XLA_GL_TRANSFER_BATCHES_ALL
12.1.1
-
APPS.AP_TRIAL_BALANCE_PKG dependencies on XLA_GL_TRANSFER_BATCHES_ALL
12.2.2
-
APPS.XLA_GL_TRANSFER_PKG dependencies on XLA_GL_TRANSFER_BATCHES_ALL
12.2.2
-
APPS.AP_TRIAL_BALANCE_PKG dependencies on XLA_GL_TRANSFER_BATCHES_ALL
12.2.2
-
APPS.XLA_GL_TRANSFER_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.AP_TRIAL_BALANCE_PKG
12.2.2
-
PACKAGE BODY: APPS.AP_TRIAL_BALANCE_PKG
12.1.1
-
APPS.AP_TRIAL_BALANCE_PKG dependencies on AP_AE_HEADERS_ALL
12.2.2
-
APPS.AP_TRIAL_BALANCE_PKG dependencies on AP_AE_HEADERS_ALL
12.1.1
-
eTRM - XLA Tables and Views
12.2.2
-
eTRM - XLA Tables and Views
12.1.1
-
APPS.AP_TRIAL_BALANCE_PKG dependencies on AP_AE_LINES_ALL
12.1.1
-
APPS.AP_TRIAL_BALANCE_PKG dependencies on AP_AE_LINES_ALL
12.2.2
-
PACKAGE BODY: APPS.XLA_GL_TRANSFER_PKG
12.1.1
-
PACKAGE BODY: APPS.XLA_GL_TRANSFER_PKG
12.2.2