Search Results gl_import_references
Overview
The GL_IMPORT_REFERENCES table is a core data structure within Oracle E-Business Suite General Ledger (GL), serving as the definitive repository for cross-references between subledger transactions and their corresponding journal entries in the general ledger. Its primary role is to establish and maintain the critical audit trail that links detailed transactional data from feeder systems—such as Payables (AP), Receivables (AR), Assets (FA), and Purchasing (PO)—to the summarized accounting entries posted in GL. This linkage is fundamental for reconciliation, audit inquiries, and financial reporting, enabling traceability from a high-level journal line back to its originating source document.
Key Information Stored
The table stores reference information using two primary key structures, ensuring data integrity for different lookup scenarios. The first primary key (GL_IMPORT_REFERENCES_PK) uniquely identifies a reference by the general ledger journal entry identifier (JE_HEADER_ID) and its specific line number (JE_LINE_NUM). The second unique key (GL_IMPORT_REFERENCES_UK1) is based on the subledger document sequence, using SUBLEDGER_DOC_SEQUENCE_ID and SUBLEDGER_DOC_SEQUENCE_VALUE. Key columns include JE_BATCH_ID, which links to the journal batch, and various columns identifying the subledger application (e.g., SUBLEDGER_SOURCE_SYSTEM, SUBLEDGER_ENTITY_CODE) and the original transaction details (e.g., SUBLEDGER_DOC_SEQUENCE_ID, SUBLEDGER_DOC_SEQUENCE_VALUE). These fields collectively provide a complete map between the two systems.
Common Use Cases and Queries
A primary use case is troubleshooting during the subledger accounting and transfer process, where accountants need to verify if and how specific subledger transactions were created in GL. For financial audits, queries against this table are essential to provide evidence of a complete audit trail from a GL journal line back to an invoice, receipt, or other source document. Common reporting needs include identifying all GL journals sourced from a particular subledger, such as Payables, within a period. A typical query pattern joins GL_IMPORT_REFERENCES to GL_JE_LINES and the relevant subledger transaction table (e.g., AP_INVOICES_ALL) using the documented sequence identifiers.
Sample Query Pattern:
- SELECT gir.SUBLEDGER_DOC_SEQUENCE_VALUE, gjl.description, gjh.name
FROM gl_import_references gir,
gl_je_lines gjl,
gl_je_headers gjh
WHERE gir.je_header_id = gjl.je_header_id
AND gir.je_line_num = gjl.je_line_num
AND gjl.je_header_id = gjh.je_header_id
AND gir.SUBLEDGER_SOURCE_SYSTEM = 'AP';
Related Objects
GL_IMPORT_REFERENCES has direct foreign key relationships with several fundamental GL journal tables, as documented in the provided metadata. These relationships are crucial for joins in queries and ensure referential integrity.
- GL_JE_HEADERS: Linked via JE_HEADER_ID. This join retrieves header-level information like journal name, period, and status.
- GL_JE_LINES: Linked via the composite key of JE_HEADER_ID and JE_LINE_NUM. This is the most direct join to access the accounting details (account, debit, credit) of the referenced journal line.
- GL_JE_BATCHES: Linked via JE_BATCH_ID. This join provides context at the batch level, including batch name and status.
These documented relationships form the backbone for any reporting or data validation that traverses the boundary between subledger transactional data and general ledger journal entries.
-
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 ,
-
APPS.FV_FACTS_TBAL_TRX dependencies on GL_IMPORT_REFERENCES
12.2.2
-
APPS.ARP_XLA_UPGRADE dependencies on GL_IMPORT_REFERENCES
12.1.1
-
APPS.JL_ZZ_GL_COPY_JE_PKG dependencies on GL_IMPORT_REFERENCES
12.1.1
-
APPS.FUN_RECON_RPT_PKG dependencies on GL_IMPORT_REFERENCES
12.1.1
-
APPS.AP_UTILITIES_PKG dependencies on GL_IMPORT_REFERENCES
12.1.1
-
APPS.GL_GLCRDR_XMLP_PKG dependencies on GL_IMPORT_REFERENCES
12.2.2
-
APPS.AP_UTILITIES_PKG dependencies on GL_IMPORT_REFERENCES
12.2.2
-
APPS.XLA_DATAFIXES_PUB dependencies on GL_IMPORT_REFERENCES
12.2.2
-
APPS.JA_CN_AP_VALIDATION_PKG dependencies on GL_IMPORT_REFERENCES
12.2.2
-
APPS.XLA_DRILLDOWN_PKG dependencies on GL_IMPORT_REFERENCES
12.2.2
-
APPS.FA_SLA_EVENTS_UPG_PKG dependencies on GL_IMPORT_REFERENCES
12.1.1
-
APPS.CST_UPD_GIR_MTA_WTA dependencies on GL_IMPORT_REFERENCES
12.2.2
-
APPS.ARP_XLA_UPGRADE dependencies on GL_IMPORT_REFERENCES
12.2.2
-
APPS.PSA_FUNDS_CHECKER_PKG dependencies on GL_IMPORT_REFERENCES
12.2.2
-
APPS.JA_CN_AR_VALIDATION_PKG dependencies on GL_IMPORT_REFERENCES
12.2.2
-
APPS.FUN_RECON_RPT_PKG dependencies on GL_IMPORT_REFERENCES
12.2.2
-
APPS.JA_CN_CFS_CLT_SLA_PKG dependencies on GL_IMPORT_REFERENCES
12.2.2
-
APPS.GL_SEL_SEG_TURNOVER_RPT_PKG dependencies on GL_IMPORT_REFERENCES
12.2.2
-
APPS.PAY_SLA_UPDATE_PKG dependencies on GL_IMPORT_REFERENCES
12.2.2
-
APPS.GL_JOURNAL_IMPORT_SLA_PKG dependencies on GL_IMPORT_REFERENCES
12.1.1
-
APPS.PA_BILL_REV_XLA_UPGRADE dependencies on GL_IMPORT_REFERENCES
12.1.1
-
APPS.OKL_REPORT_GENERATOR_PVT dependencies on GL_IMPORT_REFERENCES
12.1.1
-
APPS.JL_ZZ_GL_COPY_JE_PKG dependencies on GL_IMPORT_REFERENCES
12.2.2
-
APPS.FV_FACTS1_GL_PKG dependencies on GL_IMPORT_REFERENCES
12.2.2
-
APPS.JL_CO_GL_NIT_MANAGEMENT dependencies on GL_IMPORT_REFERENCES
12.2.2
-
APPS.JA_CN_AP_PBD_EXPORT_PKG dependencies on GL_IMPORT_REFERENCES
12.2.2
-
APPS.GL_JOURNAL_IMPORT_SLA_PKG dependencies on GL_IMPORT_REFERENCES
12.2.2
-
APPS.JA_CN_HISDATA_MIG_PKG dependencies on GL_IMPORT_REFERENCES
12.2.2
-
APPS.JA_CN_AR_RBD_EXPORT_PKG dependencies on GL_IMPORT_REFERENCES
12.2.2
-
APPS.PA_XLA_UPGRADE dependencies on GL_IMPORT_REFERENCES
12.2.2
-
APPS.FV_GTAS_GL_PKG dependencies on GL_IMPORT_REFERENCES
12.2.2
-
APPS.FA_SLA_EVENTS_UPG_PKG dependencies on GL_IMPORT_REFERENCES
12.2.2
-
APPS.ARPT_SQL_FUNC_UTIL dependencies on GL_IMPORT_REFERENCES
12.2.2
-
APPS.FV_GTAS_TRX_REGISTER dependencies on GL_IMPORT_REFERENCES
12.2.2
-
APPS.GL_GLCRDR_XMLP_PKG dependencies on GL_IMPORT_REFERENCES
12.1.1
-
APPS.CST_UPD_GIR_MTA_WTA dependencies on GL_IMPORT_REFERENCES
12.1.1
-
APPS.XLA_DRILLDOWN_PKG dependencies on GL_IMPORT_REFERENCES
12.1.1
-
APPS.GL_IMPORT_REFERENCES_PKG dependencies on GL_IMPORT_REFERENCES
12.1.1
-
APPS.PSA_FUNDS_CHECKER_PKG dependencies on GL_IMPORT_REFERENCES
12.1.1
-
APPS.FII_FA_EXP_B_C dependencies on GL_IMPORT_REFERENCES
12.1.1
-
APPS.JL_CO_GL_NIT_MANAGEMENT dependencies on GL_IMPORT_REFERENCES
12.1.1
-
APPS.PAY_SLA_UPDATE_PKG dependencies on GL_IMPORT_REFERENCES
12.1.1
-
APPS.GL_IMPORT_REFERENCES_PKG dependencies on GL_IMPORT_REFERENCES
12.2.2
-
APPS.FV_SF224_TRANSACTIONS dependencies on GL_IMPORT_REFERENCES
12.1.1
-
APPS.FV_FACTS_TBAL_TRX dependencies on GL_IMPORT_REFERENCES
12.1.1
-
APPS.FV_FACTS1_GL_PKG dependencies on GL_IMPORT_REFERENCES
12.1.1
-
APPS.JA_CN_ACC_JE_ITEMIZATION_PKG dependencies on GL_IMPORT_REFERENCES
12.1.1
-
APPS.JL_BR_SPED_DATA_EXTRACT_PKG dependencies on GL_IMPORT_REFERENCES
12.2.2