Search Results ax_sle_lines
Overview
AX_SLE_LINES is a table in the AX schema owned by the Global Accounting Engine (AX) module in Oracle E-Business Suite 12.1.1 and 12.2.2. It stores the individual journal entry lines that result from the subledger accounting process, representing the accounting distribution detail associated with each subledger journal entry. Within the AX architecture, AX_SLE_HEADERS captures the journal entry header information, while AX_SLE_LINES captures the corresponding line-level accounting distributions, identifying the accounting flexfield, entered and accounted amounts, currency conversion details, and the source transaction references that generated each line.
Under the heuristic Data Vault classification derived from the foreign key structure, AX_SLE_LINES is best modeled as a link table. It sits between AX_SLE_HEADERS and GL_CODE_COMBINATIONS, resolving the relationship between a journal entry and the accounting code combinations that its lines reference. This classification reflects its role as an associative entity carrying degenerate attributes (amounts, flags, references) alongside its foreign key relationships.
Key Information Stored
The physical schema documents 127 columns. The most significant columns include:
- JOURNAL_SEQUENCE_ID, SLE_HEADER_ID, SLE_LINE_NUM — together form the primary key AX_SLE_LINES_PK and link each line back to its header and journal sequence.
- SET_OF_BOOKS_ID — the ledger context for the entry; combined with the key columns above it forms the unique index AX_SLE_LINES_U1, which serves as the strongest documented business-key candidate.
- CODE_COMBINATION_ID — the accounting flexfield to which the line is charged, joining to GL_CODE_COMBINATIONS.
- ENTERED_DR, ENTERED_CR, ACCOUNTED_DR, ACCOUNTED_CR — the entered and accounted debit and credit amounts for the line.
- CURRENCY_CODE, CURRENCY_CONVERSION_TYPE, CURRENCY_CONVERSION_DATE, CURRENCY_CONVERSION_RATE — the currency attributes describing the entered currency and its conversion to accounted amounts.
- GL_POSTED_FLAG and GL_POSTED_DATE — indicate whether the line has been transferred to and posted in General Ledger.
- GL_SL_LINK_ID and GL_TRANSFER_LINE_NUM — correlate the subledger line with its corresponding GL journal line after transfer.
- SOURCE_ID and SOURCE_TABLE — identify the originating subledger transaction for drill-back and reconciliation.
- ORG_ID — the operating unit context, supporting multi-org security.
- REFERENCE_1 through REFERENCE_60 — a wide set of descriptive reference columns carrying subledger-specific context.
Common Use Cases and Queries
AX_SLE_LINES is commonly queried for subledger-to-GL reconciliation, journal line reporting, and audit of posting activity. A representative join returns header-to-line detail:
- SELECT l.sle_header_id, l.sle_line_num, l.code_combination_id, l.accounted_dr, l.accounted_cr FROM ax.ax_sle_lines l WHERE l.sle_header_id = :header_id ORDER BY l.sle_line_num;
To confirm which lines remain unposted to GL, filter on the posting flag:
- SELECT * FROM ax.ax_sle_lines WHERE gl_posted_flag = 'N';
Currency conversion and drill-back reporting use the currency columns and SOURCE_ID/SOURCE_TABLE to trace an accounting line to its subledger origin. Reconciliation extracts typically join AX_SLE_LINES to AX_SLE_HEADERS and GL_CODE_COMBINATIONS to produce a full journal line report by ledger, period, and accounting flexfield.
Related Objects
- AX_SLE_HEADERS — parent of AX_SLE_LINES; joined on JOURNAL_SEQUENCE_ID and SLE_HEADER_ID.
- GL_CODE_COMBINATIONS — joined on CODE_COMBINATION_ID for accounting flexfield descriptions and validation.
- GL_JE_LINES — received lines in General Ledger, correlated via GL_SL_LINK_ID and GL_TRANSFER_LINE_NUM.
- GL_JE_HEADERS — GL journal header corresponding to the transferred AX journal entry.
- GL_LEDGERS / FND_SET_OF_BOOKS — provide the ledger/Set of Books context via SET_OF_BOOKS_ID.
- XLA_* tables — subledger accounting engine tables that feed the AX journal entries.
The relationships above are grounded in the documented primary key, the unique index AX_SLE_LINES_U1, and the foreign keys to AX_SLE_HEADERS and GL_CODE_COMBINATIONS.
-
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