Search Results ar_revenue_adjustments_all
Overview
The AR_REVENUE_ADJUSTMENTS_ALL table is a core data repository within the Oracle E-Business Suite Receivables (AR) module for versions 12.1.1 and 12.2.2. It serves as the definitive ledger for recording specific revenue adjustments, which are critical transactions that reallocate recognized revenue. This table is central to managing and auditing changes in revenue attribution, ensuring accurate financial reporting and commission calculations. Its "ALL" suffix indicates it is a multi-organization table, storing data across multiple operating units, which is a fundamental architectural pattern in Oracle EBS for supporting complex enterprise structures.
Key Information Stored
The table's primary key is the REVENUE_ADJUSTMENT_ID, which uniquely identifies each adjustment record. The most critical foreign key is CUSTOMER_TRX_ID, linking each adjustment to its source transaction in the RA_CUSTOMER_TRX_ALL table. The table meticulously tracks the "from" and "to" details of each reallocation, including columns for FROM_CUST_TRX_LINE_ID and TO_CUST_TRX_LINE_ID (linking to line-level data in RA_CUSTOMER_TRX_LINES_ALL), FROM_SALESREP_ID and TO_SALESREP_ID (linking to RA_SALESREPS_ALL), and FROM_CATEGORY_ID and TO_CATEGORY_ID (linking to MTL_CATEGORIES_B). This design provides a complete audit trail of the revenue movement. Additional standard columns, such as LAST_UPDATED_BY, REQUEST_ID, and PROGRAM_APPLICATION_ID, track who created the adjustment and through which concurrent request or program, linking to FND_USER, FND_CONCURRENT_REQUESTS, and FND_APPLICATION respectively.
Common Use Cases and Queries
This table is primarily accessed for audit inquiries, reconciliation reports, and troubleshooting revenue or commission discrepancies. A common reporting use case involves tracing all revenue adjustments for a specific invoice to understand sales credit or category reassignments. A typical query would join to transaction and salesperson tables:
- SELECT ara.revenue_adjustment_id, ara.adjustment_date, rt.trx_number, from_rep.full_name from_rep, to_rep.full_name to_rep FROM ar_revenue_adjustments_all ara JOIN ra_customer_trx_all rt ON ara.customer_trx_id = rt.customer_trx_id JOIN ra_salesreps_all from_rep ON ara.from_salesrep_id = from_rep.salesrep_id JOIN ra_salesreps_all to_rep ON ara.to_salesrep_id = to_rep.salesrep_id WHERE rt.trx_number = '12345';
Another critical scenario is generating reports for the finance team to review all revenue adjustments within a specific accounting period, often joined with GL date ranges from the RA_CUSTOMER_TRX_ALL table.
Related Objects
The AR_REVENUE_ADJUSTMENTS_ALL table is intricately connected to numerous core EBS tables via documented foreign key relationships. Its primary relationship is with the transaction header (RA_CUSTOMER_TRX_ALL) on CUSTOMER_TRX_ID. It has dual relationships with transaction lines (RA_CUSTOMER_TRX_LINES_ALL) on FROM_CUST_TRX_LINE_ID and TO_CUST_TRX_LINE_ID, and with sales representatives (RA_SALESREPS_ALL) on FROM_SALESREP_ID and TO_SALESREP_ID. For product category-based adjustments, it links to the inventory categories table (MTL_CATEGORIES_B) via FROM_CATEGORY_ID and TO_CATEGORY_ID. Adjustments related to sales teams reference JTF_RS_GROUPS_B on FROM_SALESGROUP_ID and TO_SALESGROUP_ID. Standard EBS audit columns create dependencies on FND_USER (LAST_UPDATED_BY), FND_CONCURRENT_REQUESTS (REQUEST_ID), and FND_APPLICATION (PROGRAM_APPLICATION_ID).
-
Table: AR_REVENUE_ADJUSTMENTS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_REVENUE_ADJUSTMENTS_ALL, object_name:AR_REVENUE_ADJUSTMENTS_ALL, status:VALID, product: AR - Receivables , description: Stores information about specific revenue adjustments , implementation_dba_data: AR.AR_REVENUE_ADJUSTMENTS_ALL ,
-
Table: AR_REVENUE_ADJUSTMENTS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_REVENUE_ADJUSTMENTS_ALL, object_name:AR_REVENUE_ADJUSTMENTS_ALL, status:VALID, product: AR - Receivables , description: Stores information about specific revenue adjustments , implementation_dba_data: AR.AR_REVENUE_ADJUSTMENTS_ALL ,
-
VIEW: APPS.AR_REVENUE_ADJUSTMENTS_ALL_DFV
12.1.1
-
SYNONYM: APPS.AR_REVENUE_ADJUSTMENTS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_REVENUE_ADJUSTMENTS_ALL, status:VALID,
-
SYNONYM: APPS.AR_REVENUE_ADJUSTMENTS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_REVENUE_ADJUSTMENTS_ALL, status:VALID,
-
VIEW: APPS.AR_REVENUE_ADJUSTMENTS_ALL_DFV
12.2.2
-
Table: RA_SALESREPS_ALL
12.1.1
product: AR - Receivables , description: Information about salespeople , implementation_dba_data: Not implemented in this database ,
-
Table: RA_SALESREPS_ALL
12.2.2
product: AR - Receivables , description: Information about salespeople , implementation_dba_data: Not implemented in this database ,
-
Table: MTL_CATEGORIES_B
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CATEGORIES_B, object_name:MTL_CATEGORIES_B, status:VALID, product: INV - Inventory , description: Code combinations table for Item Category , implementation_dba_data: INV.MTL_CATEGORIES_B ,
-
VIEW: AR.AR_REVENUE_ADJUSTMENTS_ALL#
12.2.2
owner:AR, object_type:VIEW, object_name:AR_REVENUE_ADJUSTMENTS_ALL#, status:VALID,
-
Table: JTF_RS_GROUPS_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_GROUPS_B, object_name:JTF_RS_GROUPS_B, status:VALID, product: JTF - CRM Foundation , description: Base Table JTF_RS_GROUPS_B stores general information about a given Group. , implementation_dba_data: JTF.JTF_RS_GROUPS_B ,
-
Table: MTL_CATEGORIES_B
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CATEGORIES_B, object_name:MTL_CATEGORIES_B, status:VALID, product: INV - Inventory , description: Code combinations table for Item Category , implementation_dba_data: INV.MTL_CATEGORIES_B ,
-
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: JTF_RS_GROUPS_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_GROUPS_B, object_name:JTF_RS_GROUPS_B, status:VALID, product: JTF - CRM Foundation , description: Base Table JTF_RS_GROUPS_B stores general information about a given Group. , implementation_dba_data: JTF.JTF_RS_GROUPS_B ,
-
VIEW: AR.AR_REVENUE_ADJUSTMENTS_ALL#
12.2.2
-
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 ,
-
SYNONYM: APPS.AR_REVENUE_ADJUSTMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_REVENUE_ADJUSTMENTS, status:VALID,
-
VIEW: APPS.AR_REVENUE_ADJUSTMENTS_ALL_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:AR_REVENUE_ADJUSTMENTS_ALL_DFV, status:VALID,
-
VIEW: APPS.AR_REVENUE_ADJUSTMENTS_ALL_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:AR_REVENUE_ADJUSTMENTS_ALL_DFV, status:VALID,
-
SYNONYM: APPS.AR_REVENUE_ADJUSTMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_REVENUE_ADJUSTMENTS, status:VALID,
-
TABLE: AR.AR_REVENUE_ADJUSTMENTS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_REVENUE_ADJUSTMENTS_ALL, object_name:AR_REVENUE_ADJUSTMENTS_ALL, status:VALID,
-
TABLE: AR.AR_REVENUE_ADJUSTMENTS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_REVENUE_ADJUSTMENTS_ALL, object_name:AR_REVENUE_ADJUSTMENTS_ALL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
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: 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: 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 ,
-
Table: FND_CONCURRENT_REQUESTS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_REQUESTS, object_name:FND_CONCURRENT_REQUESTS, status:VALID, product: FND - Application Object Library , description: Concurrent requests information , implementation_dba_data: APPLSYS.FND_CONCURRENT_REQUESTS ,
-
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_CONCURRENT_REQUESTS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_REQUESTS, object_name:FND_CONCURRENT_REQUESTS, status:VALID, product: FND - Application Object Library , description: Concurrent requests information , implementation_dba_data: APPLSYS.FND_CONCURRENT_REQUESTS ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: FND_USER
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_USER, object_name:FND_USER, status:VALID, product: FND - Application Object Library , description: Application users , implementation_dba_data: APPLSYS.FND_USER ,
-
Table: FND_USER
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_USER, object_name:FND_USER, status:VALID, product: FND - Application Object Library , description: Application users , implementation_dba_data: APPLSYS.FND_USER ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.FII_AR_REVENUE_B_C SQL Statements
12.1.1
-
PACKAGE BODY: APPS.AD_MORG
12.1.1
-
PACKAGE BODY: APPS.AD_MORG
12.2.2
-
PACKAGE BODY: APPS.FII_AR_REVENUE_B_C
12.1.1
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,