Search Results ar_receivables_trx_all
Overview
The AR_RECEIVABLES_TRX_ALL table is a core transactional and accounting setup table within Oracle E-Business Suite Receivables (AR) for versions 12.1.1 and 12.2.2. It serves as the master repository for defining and storing accounting rules for various Receivables activities. Each record represents a unique "Receivables Transaction Type," which is a configuration that dictates the general ledger (GL) accounts to be used for specific financial events. Its primary role is to ensure proper and consistent accounting by providing the default accounting flexfield (code combination) for transactions such as adjustments, cash receipts, finance charges, and penalties. The '_ALL' suffix denotes that it is a multi-organization access enabled (MOAC) table, storing data partitioned by the ORG_ID column.
Key Information Stored
The table's structure centers on linking a transaction type definition to its corresponding accounting instructions. The primary key is RECEIVABLES_TRX_ID, a unique internal identifier. The NAME column provides the unique, user-defined name for the transaction type (e.g., 'Finance Charge', 'Penalty', 'Manual Receipt'). The critical accounting linkage is the CODE_COMBINATION_ID, a foreign key to GL_CODE_COMBINATIONS, which stores the default GL account. The SET_OF_BOOKS_ID links the definition to a specific ledger. Other significant columns include DEFAULT_ACCTG_DISTRIBUTION_SET, which can reference a predefined distribution set from AR_DISTRIBUTION_SETS_ALL for more complex accounting rules, and STATUS, which controls whether the definition is active.
Common Use Cases and Queries
This table is central to financial reporting and transaction processing. A common use case is tracing the GL account used for a specific adjustment or receipt. For instance, to find the account used for all finance charge adjustments, one would join AR_ADJUSTMENTS_ALL to this table. Another critical scenario is system configuration, where administrators define or modify transaction types for new business requirements. A typical diagnostic query retrieves the setup for all active transaction types within a specific ledger:
- SELECT art.name, art.description, gcc.segment1, gcc.segment2 FROM ar_receivables_trx_all art, gl_code_combinations gcc WHERE art.code_combination_id = gcc.code_combination_id AND art.set_of_books_id = &set_of_books_id AND art.status = 'A';
This table is also essential for reconciling subledger (Receivables) activity to the general ledger, as it provides the source of the accounted entries.
Related Objects
As indicated by its extensive foreign key relationships, AR_RECEIVABLES_TRX_ALL is a foundational object referenced by numerous transactional and setup tables. Key dependent transactional tables include AR_ADJUSTMENTS_ALL, AR_CASH_RECEIPTS_ALL, and AR_RECEIVABLE_APPLICATIONS_ALL, which use RECEIVABLES_TRX_ID to inherit accounting rules. Setup tables like AR_SYSTEM_PARAMETERS_ALL reference it for system-wide defaults (e.g., PENALTY_REC_TRX_ID, FINCHRG_RECEIVABLES_TRX_ID). It is also referenced by payment-related setup in AR_RECEIPT_METHOD_ACCOUNTS_ALL and CE_BANK_ACCT_USES_ALL for defining accounts for earned and unearned discount activities. The table maintains integrity through its foreign keys to master tables GL_CODE_COMBINATIONS, GL_SETS_OF_BOOKS, and AR_DISTRIBUTION_SETS_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_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 ,
-
APPS.OKL_CREATE_ADJST_PVT dependencies on AR_RECEIVABLES_TRX_ALL
12.1.1
-
APPS.JAI_AR_RGM_PROCESSING_PKG dependencies on AR_RECEIVABLES_TRX_ALL
12.2.2
-
APPS.JAI_AR_RGM_PROCESSING_PKG dependencies on AR_RECEIVABLES_TRX_ALL
12.1.1
-
APPS.HZ_ACCOUNT_VALIDATE_V2PUB dependencies on AR_RECEIVABLES_TRX_ALL
12.1.1
-
APPS.PSA_MFAR_ADJUSTMENTS dependencies on AR_RECEIVABLES_TRX_ALL
12.2.2
-
APPS.PSA_MFAR_VAL_PKG dependencies on AR_RECEIVABLES_TRX_ALL
12.1.1
-
APPS.CE_AUTO_BANK_MATCH dependencies on AR_RECEIVABLES_TRX_ALL
12.2.2
-
APPS.PSA_MFAR_VAL_PKG dependencies on AR_RECEIVABLES_TRX_ALL
12.2.2
-
APPS.HZ_ACCOUNT_VALIDATE_V2PUB dependencies on AR_RECEIVABLES_TRX_ALL
12.2.2
-
APPS.ARP_XLA_EXTRACT_MAIN_PKG dependencies on AR_RECEIVABLES_TRX_ALL
12.2.2
-
APPS.JAI_AR_RGM_PROCESSING_PKG dependencies on AR_RECEIVABLES_TRX_ALL
12.1.1
-
APPS.ARPT_SQL_FUNC_UTIL dependencies on AR_RECEIVABLES_TRX_ALL
12.1.1
-
APPS.ARP_XLA_EXTRACT_MAIN_PKG dependencies on AR_RECEIVABLES_TRX_ALL
12.1.1
-
APPS.AR_TP_STMT_PKG dependencies on AR_RECEIVABLES_TRX_ALL
12.1.1
-
APPS.PSA_MFAR_ADJUSTMENTS dependencies on AR_RECEIVABLES_TRX_ALL
12.1.1
-
APPS.OKL_CREATE_ADJST_PVT dependencies on AR_RECEIVABLES_TRX_ALL
12.2.2
-
APPS.PON_EMD_AR_INTEGRATION_GRP dependencies on AR_RECEIVABLES_TRX_ALL
12.2.2
-
APPS.AR_TP_STMT_PKG dependencies on AR_RECEIVABLES_TRX_ALL
12.2.2
-
APPS.JAI_AR_RGM_PROCESSING_PKG dependencies on AR_RECEIVABLES_TRX_ALL
12.2.2
-
APPS.ARPT_SQL_FUNC_UTIL dependencies on AR_RECEIVABLES_TRX_ALL
12.2.2
-
Table: JL_BR_AR_REC_MET_ACCTS_EXT_ALL
12.1.1
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_BR_AR_REC_MET_ACCTS_EXT_ALL, object_name:JL_BR_AR_REC_MET_ACCTS_EXT_ALL, status:VALID, product: JL - Latin America Localizations , description: Receipt Method accounts , implementation_dba_data: JL.JL_BR_AR_REC_MET_ACCTS_EXT_ALL ,
-
Table: CE_BANK_ACCT_USES_ALL
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_BANK_ACCT_USES_ALL, object_name:CE_BANK_ACCT_USES_ALL, status:VALID, product: CE - Cash Management , description: This table stores information about your bank account uses. , implementation_dba_data: CE.CE_BANK_ACCT_USES_ALL ,
-
Table: JL_BR_AR_REC_MET_ACCTS_EXT_ALL
12.2.2
owner:JL, object_type:TABLE, fnd_design_data:JL.JL_BR_AR_REC_MET_ACCTS_EXT_ALL, object_name:JL_BR_AR_REC_MET_ACCTS_EXT_ALL, status:VALID, product: JL - Latin America Localizations , description: Receipt Method accounts , implementation_dba_data: JL.JL_BR_AR_REC_MET_ACCTS_EXT_ALL ,
-
VIEW: APPS.JL_BR_AR_REC_MET_ACCTS_EXT_V
12.1.1
-
Table: CE_BANK_ACCT_USES_ALL
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_BANK_ACCT_USES_ALL, object_name:CE_BANK_ACCT_USES_ALL, status:VALID, product: CE - Cash Management , description: This table stores information about your bank account uses. , implementation_dba_data: CE.CE_BANK_ACCT_USES_ALL ,
-
VIEW: APPS.AR_RECEIVABLES_TRX_ALL_DFV
12.1.1
-
VIEW: APPS.AR_RECEIVABLES_TRX_ALL1_DFV
12.2.2
-
APPS.CE_AUTO_BANK_MATCH dependencies on AR_RECEIVABLES_TRX
12.2.2
-
Table: AR_SYSTEM_PARAMETERS_ALL
12.1.1
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_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 ,
-
VIEW: APPS.JL_BR_AR_REC_MET_ACCTS_EXT_V
12.2.2
-
Table: AR_RECEIPT_METHOD_ACCOUNTS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_RECEIPT_METHOD_ACCOUNTS_ALL, object_name:AR_RECEIPT_METHOD_ACCOUNTS_ALL, status:VALID, product: AR - Receivables , description: Account information for accounts used by payment methods , implementation_dba_data: AR.AR_RECEIPT_METHOD_ACCOUNTS_ALL ,
-
Table: AR_RECEIPT_METHOD_ACCOUNTS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_RECEIPT_METHOD_ACCOUNTS_ALL, object_name:AR_RECEIPT_METHOD_ACCOUNTS_ALL, status:VALID, product: AR - Receivables , description: Account information for accounts used by payment methods , implementation_dba_data: AR.AR_RECEIPT_METHOD_ACCOUNTS_ALL ,
-
VIEW: APPS.AR_RECEIVABLES_TRX_ALL1_DFV
12.1.1
-
VIEW: APPS.AR_RECEIVABLES_TRX_ALL_DFV
12.2.2
-
View: JL_BR_AR_REC_MET_ACCTS_EXT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JL.JL_BR_AR_REC_MET_ACCTS_EXT_V, object_name:JL_BR_AR_REC_MET_ACCTS_EXT_V, status:VALID, product: JL - Latin America Localizations , implementation_dba_data: APPS.JL_BR_AR_REC_MET_ACCTS_EXT_V ,
-
VIEW: APPS.AR_REMIT_BANK_ACCT_H_V
12.2.2
-
TRIGGER: APPS.AR_RECEIVABLES_TRX_ALL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:AR_RECEIVABLES_TRX_ALL+, status:VALID,
-
VIEW: AR.AR_RECEIVABLES_TRX_ALL#
12.2.2
owner:AR, object_type:VIEW, object_name:AR_RECEIVABLES_TRX_ALL#, status:VALID,
-
TRIGGER: APPS.AR_RECEIVABLES_TRX_ALL+
12.2.2
-
View: JL_BR_AR_REC_MET_ACCTS_EXT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JL.JL_BR_AR_REC_MET_ACCTS_EXT_V, object_name:JL_BR_AR_REC_MET_ACCTS_EXT_V, status:VALID, product: JL - Latin America Localizations , implementation_dba_data: APPS.JL_BR_AR_REC_MET_ACCTS_EXT_V ,
-
APPS.CE_AUTO_BANK_MATCH dependencies on AR_RECEIVABLES_TRX
12.1.1
-
VIEW: APPS.IGI_AR_SYSTEM_OPTIONS_V
12.2.2
-
VIEW: APPS.IGI_AR_SYSTEM_OPTIONS_V
12.1.1
-
APPS.ARPT_SQL_FUNC_UTIL dependencies on AR_RECEIVABLES_TRX
12.1.1
-
SYNONYM: APPS.AR_RECEIVABLES_TRX_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_RECEIVABLES_TRX_ALL, status:VALID,
-
VIEW: APPS.PSA_RECEIVABLES_TRX_V
12.2.2
-
VIEW: APPS.PSA_RECEIVABLES_TRX_V
12.1.1