Search Results ax_setup_subledgers
Overview
The AX_SETUP_SUBLEDGERS table is a configuration table within the AX - Global Accounting Engine product of Oracle E-Business Suite. It stores subledger dependent parameters used by the Global Accounting Engine to control how accounting events originating in various subledgers are processed and posted to the general ledger. Each row defines the setup rules for a specific combination of application (subledger source) and main set of books, making the table central to how the AX engine interprets and balances transactions at the subledger level.
The table resides in the AX schema and is classified as a VALID object at 12.1.1 and 12.2.2. Documented physical metadata indicates 23 columns and a unique index, AX_SETUP_SUBLEDGERS_U1, defined on (APPLICATION_ID, MAIN_SET_OF_BOOKS_ID), which also serves as the primary key constraint AX_SETUP_SUBLEDGERS_PK. The heuristic Data Vault classification derived from the foreign key structure is satellite-leaning, suggesting that this table is best modeled as a descriptive satellite attached to the business keys APPLICATION_ID and MAIN_SET_OF_BOOKS_ID, which are themselves hubs of FND_APPLICATION and GL_SETS_OF_BOOKS respectively.
Key Information Stored
The most significant columns capture subledger processing rules and audit tracking:
- APPLICATION_ID – Identifies the subledger application (references FND_APPLICATION); part of the composite primary key.
- MAIN_SET_OF_BOOKS_ID – Identifies the main set of books for which the subledger parameters apply; also part of the primary key.
- TRANSLATE_EVENTS – Controls whether accounting events are translated during processing.
- SECURE_POSTING – Governs posting security behavior for the configured subledger.
- IPV_AUTOMATIC_PROCESSING – Determines automatic processing for inter-company payables variance.
- PPV_AUTOMATIC_PROCESSING – Determines automatic processing for purchase price variance.
- INTER_COMPANY_BALANCING_FLAG – Indicates whether inter-company balancing applies for this subledger setup.
- PERIOD_FROM / PERIOD_TO – Define the effective period range for which the parameters apply.
- REFERENCE_1 through REFERENCE_5 – Generic descriptive/attribute columns available for setup-specific values.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN – Standard audit columns following Oracle EBS conventions.
- REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE – Concurrency program context columns recording which process last modified the row.
The surrogate/business key is the composite (APPLICATION_ID, MAIN_SET_OF_BOOKS_ID); there is no single-column surrogate. The remaining columns are descriptive attributes, consistent with the satellite classification.
Common Use Cases and Queries
Typical scenarios include verifying that subledger processing flags are consistently configured across operating units and sets of books, auditing changes to posting behavior, and diagnosing discrepancies in automatic variance processing. A representative query retrieving setup for a given book:
SELECT application_id, main_set_of_books_id, translate_events, secure_posting, inter_company_balancing_flag FROM ax.ax_setup_subledgers WHERE main_set_of_books_id = :sob_id;- Reporting on automatic processing configuration:
SELECT a.application_name, s.* FROM ax.ax_setup_subledgers s, fnd_application a WHERE s.application_id = a.application_id; - Auditing recent changes:
SELECT * FROM ax.ax_setup_subledgers WHERE last_update_date > SYSDATE - 30;
Related Objects
The following tables reference or are referenced by AX_SETUP_SUBLEDGERS based on documented FK relationships:
- AX_SETUP_BOOKS – Referenced via MAIN_SET_OF_BOOKS_ID.
- GL_SETS_OF_BOOKS – Referenced via MAIN_SET_OF_BOOKS_ID.
- FND_APPLICATION – Referenced via APPLICATION_ID.
- AX_SETUP_INV_ORG_PROCS – Child table joining on APPLICATION_ID and MAIN_SET_OF_BOOKS_ID.
- AX_SETUP_POSTING_BOOKS – Child table joining on APPLICATION_ID and MAIN_SET_OF_BOOKS_ID.
-
Table: AX_SETUP_SUBLEDGERS
12.2.2
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SETUP_SUBLEDGERS, object_name:AX_SETUP_SUBLEDGERS, status:VALID, product: AX - Global Accounting Engine , description: Subledger dependent parameters , implementation_dba_data: AX.AX_SETUP_SUBLEDGERS ,
-
Table: AX_SETUP_SUBLEDGERS
12.1.1
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SETUP_SUBLEDGERS, object_name:AX_SETUP_SUBLEDGERS, status:VALID, product: AX - Global Accounting Engine , description: Subledger dependent parameters , implementation_dba_data: AX.AX_SETUP_SUBLEDGERS ,
-
TABLE: AX.AX_SETUP_SUBLEDGERS
12.1.1
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SETUP_SUBLEDGERS, object_name:AX_SETUP_SUBLEDGERS, status:VALID,
-
TABLE: AX.AX_SETUP_SUBLEDGERS
12.2.2
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SETUP_SUBLEDGERS, object_name:AX_SETUP_SUBLEDGERS, status:VALID,
-
SYNONYM: APPS.AX_SETUP_SUBLEDGERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AX_SETUP_SUBLEDGERS, status:VALID,
-
SYNONYM: APPS.AX_SETUP_SUBLEDGERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AX_SETUP_SUBLEDGERS, status:VALID,
-
VIEW: AX.AX_SETUP_SUBLEDGERS#
12.2.2
owner:AX, object_type:VIEW, object_name:AX_SETUP_SUBLEDGERS#, status:VALID,
-
TABLE: AX.AX_SETUP_BOOKS
12.2.2
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SETUP_BOOKS, object_name:AX_SETUP_BOOKS, status:VALID,
-
Table: AX_SETUP_BOOKS
12.1.1
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SETUP_BOOKS, object_name:AX_SETUP_BOOKS, status:VALID, product: AX - Global Accounting Engine , implementation_dba_data: AX.AX_SETUP_BOOKS ,
-
Table: AX_SETUP_POSTING_BOOKS
12.2.2
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SETUP_POSTING_BOOKS, object_name:AX_SETUP_POSTING_BOOKS, status:VALID, product: AX - Global Accounting Engine , description: Posting sets of books information per main set of books , implementation_dba_data: AX.AX_SETUP_POSTING_BOOKS ,
-
VIEW: AX.AX_SETUP_SUBLEDGERS#
12.2.2
-
12.1.1 DBA Data
12.1.1
-
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
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
View: AX_SETUP_SUBLEDGERS_V
12.2.2
product: AX - Global Accounting Engine , implementation_dba_data: Not implemented in this database ,
-
View: AX_SETUP_SUBLEDGERS_V
12.1.1
product: AX - Global Accounting Engine , implementation_dba_data: Not implemented in this database ,
-
TABLE: AX.AX_SETUP_BOOKS
12.1.1
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SETUP_BOOKS, object_name:AX_SETUP_BOOKS, status:VALID,
-
Table: AX_SETUP_BOOKS
12.2.2
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SETUP_BOOKS, object_name:AX_SETUP_BOOKS, status:VALID, product: AX - Global Accounting Engine , implementation_dba_data: AX.AX_SETUP_BOOKS ,
-
Table: AX_SETUP_INV_ORG_PROCS
12.1.1
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SETUP_INV_ORG_PROCS, object_name:AX_SETUP_INV_ORG_PROCS, status:VALID, product: AX - Global Accounting Engine , description: Setup parameters specific to Oracle Inventory organizations , implementation_dba_data: AX.AX_SETUP_INV_ORG_PROCS ,
-
Table: AX_SETUP_INV_ORG_PROCS
12.2.2
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SETUP_INV_ORG_PROCS, object_name:AX_SETUP_INV_ORG_PROCS, status:VALID, product: AX - Global Accounting Engine , description: Setup parameters specific to Oracle Inventory organizations , implementation_dba_data: AX.AX_SETUP_INV_ORG_PROCS ,
-
Table: AX_SETUP_POSTING_BOOKS
12.1.1
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SETUP_POSTING_BOOKS, object_name:AX_SETUP_POSTING_BOOKS, status:VALID, product: AX - Global Accounting Engine , description: Posting sets of books information per main set of books , implementation_dba_data: AX.AX_SETUP_POSTING_BOOKS ,
-
12.2.2 DBA Data
12.2.2
-
eTRM - AX Tables and Views
12.1.1
description: Absorption information ,
-
TABLE: AX.AX_SETUP_INV_ORG_PROCS
12.2.2
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SETUP_INV_ORG_PROCS, object_name:AX_SETUP_INV_ORG_PROCS, status:VALID,
-
eTRM - AX Tables and Views
12.2.2
description: Absorption information ,
-
Table: GL_SETS_OF_BOOKS
12.1.1
product: GL - General Ledger , description: Set of books definitions , implementation_dba_data: Not implemented in this database ,
-
TABLE: AX.AX_SETUP_INV_ORG_PROCS
12.1.1
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SETUP_INV_ORG_PROCS, object_name:AX_SETUP_INV_ORG_PROCS, status:VALID,
-
Table: GL_SETS_OF_BOOKS
12.2.2
product: GL - General Ledger , description: Set of books definitions , implementation_dba_data: Not implemented in this database ,
-
Table: FND_APPLICATION
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_APPLICATION, object_name:FND_APPLICATION, status:VALID, product: FND - Application Object Library , description: Applications registered with Oracle Application Object Library , implementation_dba_data: APPLSYS.FND_APPLICATION ,
-
Table: FND_APPLICATION
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_APPLICATION, object_name:FND_APPLICATION, status:VALID, product: FND - Application Object Library , description: Applications registered with Oracle Application Object Library , implementation_dba_data: APPLSYS.FND_APPLICATION ,
-
TABLE: AX.AX_SETUP_POSTING_BOOKS
12.1.1
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SETUP_POSTING_BOOKS, object_name:AX_SETUP_POSTING_BOOKS, status:VALID,
-
TABLE: AX.AX_SETUP_POSTING_BOOKS
12.2.2
owner:AX, object_type:TABLE, fnd_design_data:AX.AX_SETUP_POSTING_BOOKS, object_name:AX_SETUP_POSTING_BOOKS, status:VALID,
-
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