Search Results gl_sets_of_books_11i
Overview
The AR_SYSTEM_PARAMETERS_ALL table is a central configuration repository within Oracle E-Business Suite Receivables (AR). It stores the system-level operational and accounting options that govern the behavior of the Receivables module across all operating units in a multi-org environment. Its role is critical for defining the default rules, accounts, and references used in core AR processes such as transaction processing, cash application, revenue recognition, and the calculation of late charges and finance charges. The presence of the ORG_ID column and the "_ALL" suffix signifies it is a multi-organization table, containing a distinct row of configuration parameters for each operating unit assigned to the Receivables responsibility.
Key Information Stored
The table's columns define the foundational setup for an operating unit. While the provided metadata highlights key foreign key relationships, the columns themselves hold critical configuration values. The SET_OF_BOOKS_ID column is paramount, linking the operating unit's AR transactions to the primary accounting ledger in General Ledger (GL). Other essential columns include default accounts for gains, losses, and revenue clearing (e.g., CODE_COMBINATION_ID_GAIN, REV_TRANSFER_CLEAR_CCID), and references to control transaction types and batch sources for automated charges (LATE_CHARGE_INV_TYPE_ID, LATE_CHARGE_BATCH_SOURCE_ID). It also stores identifiers for the hierarchy rules used in AutoCash (AUTOCASH_HIERARCHY_ID) and the specific receivables transactions used for penalties and service charges.
Common Use Cases and Queries
This table is primarily queried for configuration validation, audit reporting, and as a source for joins in operational reports. A common use case is verifying the ledger and key setup parameters for an operating unit. For instance, to retrieve the primary ledger and late charge setup for a specific operating unit, one might execute:
SELECT asp.set_of_books_id,
asp.late_charge_inv_type_id,
asp.late_charge_batch_source_id
FROM ar_system_parameters_all asp
WHERE asp.org_id = :p_org_id;
Another frequent pattern involves joining to GL_SETS_OF_BOOKS_11I to report on the ledger name, or to RA_CUST_TRX_TYPES_ALL to display the name of the default late charge transaction type. System administrators and functional consultants often query this table to document the complete Receivables system setup for an operating unit.
Related Objects
As documented in the foreign key metadata, AR_SYSTEM_PARAMETERS_ALL has integral relationships with several core EBS tables. The most significant relationship, and the one relevant to the user's search for "gl_sets_of_books_11i", is the dual foreign keys to the GL_SETS_OF_BOOKS_11I table. The first links via SET_OF_BOOKS_ID to define the primary ledger, and the second via CASH_BASIS_SET_OF_BOOKS_ID for cash basis accounting. Other critical documented relationships include:
- RA_CUST_TRX_TYPES_ALL for the default Late Charge Invoice and Debit Memo transaction types (LATE_CHARGE_INV_TYPE_ID, LATE_CHARGE_DM_TYPE_ID).
- RA_BATCH_SOURCES_ALL for the default Late Charge batch source (LATE_CHARGE_BATCH_SOURCE_ID).
- AR_RECEIVABLES_TRX_ALL for transaction definitions used in Penalty, Finance Charge, and Service Charge calculations.
- GL_CODE_COMBINATIONS for specific default accounting flexfields (e.g., gain account, revenue clearing account).
- AR_AUTOCASH_HIERARCHIES for the default rule set governing automatic cash application.
-
Table: AR_SYSTEM_PARAMETERS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_SYSTEM_PARAMETERS_ALL, object_name:AR_SYSTEM_PARAMETERS_ALL, status:VALID, product: AR - Receivables , description: Oracle Receivables system options , implementation_dba_data: AR.AR_SYSTEM_PARAMETERS_ALL ,
-
Table: AR_MEMO_LINES_ALL_B
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MEMO_LINES_ALL_B, object_name:AR_MEMO_LINES_ALL_B, status:VALID, product: AR - Receivables , description: Standard memo lines for debit memos, on-account credits, debit memo reversals, and chargebacks , implementation_dba_data: AR.AR_MEMO_LINES_ALL_B ,
-
Table: RA_CUST_TRX_LINE_GL_DIST_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUST_TRX_LINE_GL_DIST_ALL, object_name:RA_CUST_TRX_LINE_GL_DIST_ALL, status:VALID, product: AR - Receivables , description: Accounting records for revenue, unearned revenue and unbilled receivables , implementation_dba_data: AR.RA_CUST_TRX_LINE_GL_DIST_ALL ,
-
Table: AR_MC_TRANSACTION_HISTORY
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MC_TRANSACTION_HISTORY, object_name:AR_MC_TRANSACTION_HISTORY, status:VALID, product: AR - Receivables , description: Stores posting-related information about transaction history lines for each reporting set of books associated with the parent record. , implementation_dba_data: AR.AR_MC_TRANSACTION_HISTORY ,
-
Table: RA_CUST_TRX_LINE_GL_DIST_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUST_TRX_LINE_GL_DIST_ALL, object_name:RA_CUST_TRX_LINE_GL_DIST_ALL, status:VALID, product: AR - Receivables , description: Accounting records for revenue, unearned revenue and unbilled receivables , implementation_dba_data: AR.RA_CUST_TRX_LINE_GL_DIST_ALL ,
-
Table: AR_POSTING_REPORT_INTERIM
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_POSTING_REPORT_INTERIM, object_name:AR_POSTING_REPORT_INTERIM, status:VALID, product: AR - Receivables , description: Temporary table used by the Posting Execution report , implementation_dba_data: AR.AR_POSTING_REPORT_INTERIM ,
-
Table: AR_DISTRIBUTION_SET_LINES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_DISTRIBUTION_SET_LINES_ALL, object_name:AR_DISTRIBUTION_SET_LINES_ALL, status:VALID, product: AR - Receivables , description: The percentage and account for each line in a distribution set , implementation_dba_data: AR.AR_DISTRIBUTION_SET_LINES_ALL ,
-
Table: AR_POSTING_REPORT_INTERIM
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_POSTING_REPORT_INTERIM, object_name:AR_POSTING_REPORT_INTERIM, status:VALID, product: AR - Receivables , description: Temporary table used by the Posting Execution report , implementation_dba_data: AR.AR_POSTING_REPORT_INTERIM ,
-
Table: AR_MISC_CASH_DISTRIBUTIONS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MISC_CASH_DISTRIBUTIONS_ALL, object_name:AR_MISC_CASH_DISTRIBUTIONS_ALL, status:VALID, product: AR - Receivables , description: All accounting entries for miscellaneous cash applications , implementation_dba_data: AR.AR_MISC_CASH_DISTRIBUTIONS_ALL ,
-
Table: AR_VAT_TAX_ALL_B
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_VAT_TAX_ALL_B, object_name:AR_VAT_TAX_ALL_B, status:VALID, product: AR - Receivables , description: Tax codes defined in the Tax Codes and Rates window , implementation_dba_data: AR.AR_VAT_TAX_ALL_B ,
-
Table: AR_MC_TRANSACTION_HISTORY
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MC_TRANSACTION_HISTORY, object_name:AR_MC_TRANSACTION_HISTORY, status:VALID, product: AR - Receivables , description: Stores posting-related information about transaction history lines for each reporting set of books associated with the parent record. , implementation_dba_data: AR.AR_MC_TRANSACTION_HISTORY ,
-
Table: AR_MEMO_LINES_ALL_B
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MEMO_LINES_ALL_B, object_name:AR_MEMO_LINES_ALL_B, status:VALID, product: AR - Receivables , description: Standard memo lines for debit memos, on-account credits, debit memo reversals, and chargebacks , implementation_dba_data: AR.AR_MEMO_LINES_ALL_B ,
-
Table: AR_RECEIVABLES_TRX_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_RECEIVABLES_TRX_ALL, object_name:AR_RECEIVABLES_TRX_ALL, status:VALID, product: AR - Receivables , description: Accounting information for Receivables activities , implementation_dba_data: AR.AR_RECEIVABLES_TRX_ALL ,
-
Table: RA_INTERFACE_LINES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_INTERFACE_LINES_ALL, object_name:RA_INTERFACE_LINES_ALL, status:VALID, product: AR - Receivables , description: Information for each invoice line imported using AutoInvoice , implementation_dba_data: AR.RA_INTERFACE_LINES_ALL ,
-
Table: RA_INTERFACE_LINES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_INTERFACE_LINES_ALL, object_name:RA_INTERFACE_LINES_ALL, status:VALID, product: AR - Receivables , description: Information for each invoice line imported using AutoInvoice , implementation_dba_data: AR.RA_INTERFACE_LINES_ALL ,
-
Table: AR_RECEIVABLE_APPLICATIONS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_RECEIVABLE_APPLICATIONS_ALL, object_name:AR_RECEIVABLE_APPLICATIONS_ALL, status:VALID, product: AR - Receivables , description: Accounting information for cash and credit memo applications , implementation_dba_data: AR.AR_RECEIVABLE_APPLICATIONS_ALL ,
-
Table: AR_ADJUSTMENTS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_ADJUSTMENTS_ALL, object_name:AR_ADJUSTMENTS_ALL, status:VALID, product: AR - Receivables , description: Pending and approved invoice adjustments , implementation_dba_data: AR.AR_ADJUSTMENTS_ALL ,
-
Table: AR_RECEIVABLE_APPLICATIONS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_RECEIVABLE_APPLICATIONS_ALL, object_name:AR_RECEIVABLE_APPLICATIONS_ALL, status:VALID, product: AR - Receivables , description: Accounting information for cash and credit memo applications , implementation_dba_data: AR.AR_RECEIVABLE_APPLICATIONS_ALL ,
-
Table: RA_CUST_TRX_TYPES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUST_TRX_TYPES_ALL, object_name:RA_CUST_TRX_TYPES_ALL, status:VALID, product: AR - Receivables , description: Transaction type for invoices, commitments and credit memos , implementation_dba_data: AR.RA_CUST_TRX_TYPES_ALL ,
-
Table: AR_RECEIVABLES_TRX_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_RECEIVABLES_TRX_ALL, object_name:AR_RECEIVABLES_TRX_ALL, status:VALID, product: AR - Receivables , description: Accounting information for Receivables activities , implementation_dba_data: AR.AR_RECEIVABLES_TRX_ALL ,
-
Table: AR_CASH_RECEIPTS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CASH_RECEIPTS_ALL, object_name:AR_CASH_RECEIPTS_ALL, status:VALID, product: AR - Receivables , description: Detailed receipt information , implementation_dba_data: AR.AR_CASH_RECEIPTS_ALL ,
-
Table: RA_CUST_TRX_TYPES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUST_TRX_TYPES_ALL, object_name:RA_CUST_TRX_TYPES_ALL, status:VALID, product: AR - Receivables , description: Transaction type for invoices, commitments and credit memos , implementation_dba_data: AR.RA_CUST_TRX_TYPES_ALL ,
-
Table: AR_CASH_RECEIPTS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CASH_RECEIPTS_ALL, object_name:AR_CASH_RECEIPTS_ALL, status:VALID, product: AR - Receivables , description: Detailed receipt information , implementation_dba_data: AR.AR_CASH_RECEIPTS_ALL ,
-
Table: RA_CUSTOMER_TRX_LINES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMER_TRX_LINES_ALL, object_name:RA_CUSTOMER_TRX_LINES_ALL, status:VALID, product: AR - Receivables , description: Invoice, debit memo, chargeback, credit memo and commitment lines , implementation_dba_data: AR.RA_CUSTOMER_TRX_LINES_ALL ,
-
Table: RA_CUSTOMER_TRX_LINES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMER_TRX_LINES_ALL, object_name:RA_CUSTOMER_TRX_LINES_ALL, status:VALID, product: AR - Receivables , description: Invoice, debit memo, chargeback, credit memo and commitment lines , implementation_dba_data: AR.RA_CUSTOMER_TRX_LINES_ALL ,
-
Table: RA_CUSTOMER_TRX_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMER_TRX_ALL, object_name:RA_CUSTOMER_TRX_ALL, status:VALID, product: AR - Receivables , description: Header-level information about invoices, debit memos, chargebacks, commitments and credit memos , implementation_dba_data: AR.RA_CUSTOMER_TRX_ALL ,
-
Table: RA_CUSTOMER_TRX_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMER_TRX_ALL, object_name:RA_CUSTOMER_TRX_ALL, status:VALID, product: AR - Receivables , description: Header-level information about invoices, debit memos, chargebacks, commitments and credit memos , implementation_dba_data: AR.RA_CUSTOMER_TRX_ALL ,