Search Results ax_sle_lines
Overview
The AX_SLE_LINES table is a core data structure within the Global Accounting Engine (AX) module of Oracle E-Business Suite (EBS) releases 12.1.1 and 12.2.2. It serves as the detailed repository for individual journal entry lines, forming the granular accounting transactions that are ultimately transferred to the General Ledger (GL). Each record in this table represents a single debit or credit line item, capturing the accounting flexfield combination, monetary amount, and associated descriptive information. Its existence is fundamental to the AX module's role as a high-volume, centralized accounting hub that standardizes and consolidates financial data from diverse subledgers before posting to GL.
Key Information Stored
The table's primary key, comprised of JOURNAL_SEQUENCE_ID, SLE_HEADER_ID, and SLE_LINE_NUM, ensures the uniqueness of each line within the accounting stream. Critical columns include CODE_COMBINATION_ID, which stores the foreign key to the accounting flexfield structure (GL_CODE_COMBINATIONS) defining the natural account, cost center, and other segments. The table holds the monetary value of the line, typically in columns for entered and accounted amounts, along with the currency code. Descriptive attributes such as the line description and reference information are also stored. The SLE_HEADER_ID column provides the critical link to the parent header record in the AX_SLE_HEADERS table, which contains summary-level information like the journal batch, date, and status.
Common Use Cases and Queries
This table is central to troubleshooting, reconciliation, and custom reporting for accounting entries generated by the Global Accounting Engine. Common operational queries involve tracing the detailed composition of a specific journal entry or analyzing postings to a particular account.
- Retrieving all lines for a specific journal header:
SELECT * FROM ax.ax_sle_lines WHERE sle_header_id = <header_id> ORDER BY sle_line_num; - Analyzing account activity before GL transfer:
SELECT gcc.segment1, gcc.segment2, axl.accounted_dr, axl.accounted_cr FROM ax.ax_sle_lines axl JOIN gl_code_combinations gcc ON axl.code_combination_id = gcc.code_combination_id WHERE gcc.segment1 = '<account>'; - Reconciliation between AX and source subledgers: Queries often join AX_SLE_LINES with AX_SLE_HEADERS and source transaction tables using reference columns to validate the accuracy and completeness of accounted amounts.
Related Objects
AX_SLE_LINES has defined dependencies within the AX schema. Its primary relationship is with the AX_SLE_HEADERS table, enforced by a foreign key on JOURNAL_SEQUENCE_ID and SLE_HEADER_ID. This link is essential for retrieving the journal's context. Another crucial foreign key references GL_CODE_COMBINATIONS, tying each accounting line to the official chart of accounts. The table is also integral to the AX posting process, interacting with key APIs and concurrent programs that validate, summarize, and transfer these line items to the General Ledger interface tables (e.g., GL_JE_BATCHES, GL_JE_HEADERS, GL_JE_LINES).
-
Table: AX_SLE_LINES
12.2.2
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SLE_LINES, object_name:AX_SLE_LINES, status:VALID, product: AX - Global Accounting Engine , description: Journal entry lines information , implementation_dba_data: AX.AX_SLE_LINES ,
-
Table: AX_SLE_LINES
12.1.1
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SLE_LINES, object_name:AX_SLE_LINES, status:VALID, product: AX - Global Accounting Engine , description: Journal entry lines information , implementation_dba_data: AX.AX_SLE_LINES ,
-
SYNONYM: APPS.AX_SLE_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AX_SLE_LINES, status:VALID,
-
SYNONYM: APPS.AX_SLE_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AX_SLE_LINES, status:VALID,
-
TABLE: AX.AX_SLE_HEADERS
12.1.1
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SLE_HEADERS, object_name:AX_SLE_HEADERS, status:VALID,
-
TABLE: AX.AX_SLE_HEADERS
12.2.2
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SLE_HEADERS, object_name:AX_SLE_HEADERS, status:VALID,
-
Table: AX_SLE_LINES_ARCH
12.2.2
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SLE_LINES_ARCH, object_name:AX_SLE_LINES_ARCH, status:VALID, product: AX - Global Accounting Engine , description: Accounting rows purged from the AX_SLE_LINES table , implementation_dba_data: AX.AX_SLE_LINES_ARCH ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
Table: AX_SLE_HEADERS
12.1.1
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SLE_HEADERS, object_name:AX_SLE_HEADERS, status:VALID, product: AX - Global Accounting Engine , description: Journal entry headers information , implementation_dba_data: AX.AX_SLE_HEADERS ,
-
Table: AX_SLE_HEADERS
12.2.2
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SLE_HEADERS, object_name:AX_SLE_HEADERS, status:VALID, product: AX - Global Accounting Engine , description: Journal entry headers information , implementation_dba_data: AX.AX_SLE_HEADERS ,
-
12.1.1 FND Design Data
12.1.1
-
Table: AX_SLE_LINES_ARCH
12.1.1
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SLE_LINES_ARCH, object_name:AX_SLE_LINES_ARCH, status:VALID, product: AX - Global Accounting Engine , description: Accounting rows purged from the AX_SLE_LINES table , implementation_dba_data: AX.AX_SLE_LINES_ARCH ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
View: AX_SLE_LINES_V
12.2.2
product: AX - Global Accounting Engine , description: Entry lines , implementation_dba_data: Not implemented in this database ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
VIEW: AX.AX_SLE_LINES#
12.2.2
owner:AX, object_type:VIEW, object_name:AX_SLE_LINES#, status:VALID,
-
TABLE: AX.AX_SLE_LINES
12.1.1
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SLE_LINES, object_name:AX_SLE_LINES, status:VALID,
-
TABLE: AX.AX_SLE_LINES
12.2.2
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SLE_LINES, object_name:AX_SLE_LINES, status:VALID,
-
View: AX_SLE_LINES_V
12.1.1
product: AX - Global Accounting Engine , description: Entry lines , implementation_dba_data: Not implemented in this database ,
-
View: AXBV_ACCOUNTING_ENTRY_LINES
12.2.2
product: AX - Global Accounting Engine , implementation_dba_data: Not implemented in this database ,
-
TABLE: AX.AX_SLE_LINES_EFC
12.1.1
owner:AX, object_type:TABLE, object_name:AX_SLE_LINES_EFC, status:VALID,
-
View: AXBV_ACCOUNTING_ENTRY_LINES
12.1.1
product: AX - Global Accounting Engine , implementation_dba_data: Not implemented in this database ,
-
TABLE: AX.AX_SLE_LINES_EFC
12.2.2
owner:AX, object_type:TABLE, object_name:AX_SLE_LINES_EFC, status:VALID,
-
VIEW: AX.AX_SLE_LINES#
12.2.2
-
View: AXFV_ACCOUNTING_ENTRY_LINES
12.1.1
product: AX - Global Accounting Engine , implementation_dba_data: Not implemented in this database ,
-
View: AXFV_ACCOUNTING_ENTRY_LINES
12.2.2
product: AX - Global Accounting Engine , implementation_dba_data: Not implemented in this database ,
-
View: AX_AP_AE_LINES_ALL_V
12.2.2
product: AX - Global Accounting Engine , description: Replacement for the AP table, AP_AE_LINES_ALL, when the AX accounting engine is used. , implementation_dba_data: Not implemented in this database ,
-
View: AX_AP_AE_LINES_ALL_V
12.1.1
product: AX - Global Accounting Engine , description: Replacement for the AP table, AP_AE_LINES_ALL, when the AX accounting engine is used. , implementation_dba_data: Not implemented in this database ,
-
eTRM - AX Tables and Views
12.2.2
description: Absorption information ,
-
eTRM - AX Tables and Views
12.1.1
description: Absorption information ,
-
TABLE: AX.AX_SLE_LINES_ARCH
12.1.1
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SLE_LINES_ARCH, object_name:AX_SLE_LINES_ARCH, status:VALID,
-
TABLE: AX.AX_SLE_LINES_ARCH
12.2.2
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SLE_LINES_ARCH, object_name:AX_SLE_LINES_ARCH, status:VALID,
-
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 ,
-
eTRM - AX Tables and Views
12.1.1
description: Absorption information ,
-
eTRM - AX Tables and Views
12.2.2
description: Absorption information ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1