Search Results ar_adjustments_all
The AR_ADJUSTMENTS_ALL
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical component of the Accounts Receivable (AR) module. It stores detailed information about adjustments made to customer transactions, including invoices, debit memos, credit memos, and chargebacks. Adjustments can be applied to modify the original transaction amount due to various reasons such as discounts, write-offs, corrections, or disputes. This table is part of the multi-organization structure, indicated by the "_ALL" suffix, meaning it contains data for all operating units within the instance, distinguished by the ORG_ID
column.
The AR_ADJUSTMENTS_ALL
table consists of several key columns that define the adjustment attributes. The ADJUSTMENT_ID
serves as the primary key, uniquely identifying each adjustment record. The CUSTOMER_TRX_ID
links the adjustment to the original transaction in the RA_CUSTOMER_TRX_ALL
table. The ADJUSTMENT_TYPE
column categorizes the adjustment, such as 'DISCOUNT', 'WRITEOFF', or 'CHARGEBACK'. The AMOUNT
column stores the adjustment value, which can be positive or negative depending on whether it increases or decreases the transaction balance. Other important columns include GL_DATE
(the date posted to General Ledger), APPLY_DATE
(when the adjustment was applied), STATUS
(e.g., 'A' for active), and CREATED_BY
/CREATION_DATE
for audit purposes.
Adjustments in Oracle AR can be created manually through the AR user interface or automatically via programs like AutoInvoice or the Approval Workflow Engine. The AR_ADJUSTMENTS_ALL
table interacts with other key AR tables, including AR_CASH_RECEIPTS_ALL
(for receipt-related adjustments), AR_DISTRIBUTIONS_ALL
(for accounting entries), and AR_ADJUSTMENT_REASONS
(for reason codes). When an adjustment is created, Oracle AR generates corresponding accounting entries in the GL_INTERFACE
table for posting to the General Ledger, ensuring proper financial reporting.
In terms of technical considerations, the AR_ADJUSTMENTS_ALL
table is heavily indexed to support performance-critical operations. Key indexes include those on ADJUSTMENT_ID
, CUSTOMER_TRX_ID
, GL_DATE
, and ORG_ID
. The table also maintains referential integrity through foreign key constraints with RA_CUSTOMER_TRX_ALL
, AR_ADJUSTMENT_TYPES
, and other related tables. For reporting purposes, Oracle provides standard views like AR_ADJUSTMENTS_V
that join this table with other AR entities while applying security rules based on the user's operating unit access.
From a functional perspective, adjustments impact several AR processes. They affect the customer's account balance, aging reports, and dunning letters. The AR_ADJUSTMENTS_ALL
data is used by key AR reports such as the Adjustment Register and the Account Analysis Report. In tax-sensitive implementations, adjustments may also trigger tax recalculation if the original transaction included tax lines. In Oracle EBS 12.2.2, the table structure remains largely compatible with 12.1.1, though some enhancements in the adjustment workflow and approval processes may introduce additional columns or status values. Proper maintenance of this table through periodic purging of obsolete records (via the AR Purge program) is recommended for optimal performance.
-
Table: AR_ADJUSTMENTS_ALL
12.1.1
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_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_PAYMENT_SCHEDULES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_PAYMENT_SCHEDULES_ALL, object_name:AR_PAYMENT_SCHEDULES_ALL, status:VALID, product: AR - Receivables , description: All transactions except adjustments and miscellaneous cash receipts , implementation_dba_data: AR.AR_PAYMENT_SCHEDULES_ALL ,
-
Table: AR_PAYMENT_SCHEDULES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_PAYMENT_SCHEDULES_ALL, object_name:AR_PAYMENT_SCHEDULES_ALL, status:VALID, product: AR - Receivables , description: All transactions except adjustments and miscellaneous cash receipts , implementation_dba_data: AR.AR_PAYMENT_SCHEDULES_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 ,
-
View: AR_ADJ_DIST_UPG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ADJ_DIST_UPG_V, object_name:AR_ADJ_DIST_UPG_V, status:VALID, product: AR - Receivables , description: AR XLA Extract , implementation_dba_data: APPS.AR_ADJ_DIST_UPG_V ,
-
View: AR_ADJ_DIST_UPG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ADJ_DIST_UPG_V, object_name:AR_ADJ_DIST_UPG_V, status:VALID, product: AR - Receivables , description: AR XLA Extract , implementation_dba_data: APPS.AR_ADJ_DIST_UPG_V ,
-
Table: AR_INTEREST_HEADERS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_INTEREST_HEADERS_ALL, object_name:AR_INTEREST_HEADERS_ALL, status:VALID, product: AR - Receivables , description: Late Charge headers , implementation_dba_data: AR.AR_INTEREST_HEADERS_ALL ,
-
Table: AR_APPROVAL_ACTION_HISTORY
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_APPROVAL_ACTION_HISTORY, object_name:AR_APPROVAL_ACTION_HISTORY, status:VALID, product: AR - Receivables , description: Approval and change history for invoice adjustments , implementation_dba_data: AR.AR_APPROVAL_ACTION_HISTORY ,
-
Table: AR_APPROVAL_USER_LIMITS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_APPROVAL_USER_LIMITS, object_name:AR_APPROVAL_USER_LIMITS, status:VALID, product: AR - Receivables , description: User adjustment approval limits , implementation_dba_data: AR.AR_APPROVAL_USER_LIMITS ,
-
Table: AR_APPROVAL_USER_LIMITS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_APPROVAL_USER_LIMITS, object_name:AR_APPROVAL_USER_LIMITS, status:VALID, product: AR - Receivables , description: User adjustment approval limits , implementation_dba_data: AR.AR_APPROVAL_USER_LIMITS ,
-
Table: AR_TRANSACTION_HISTORY_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_TRANSACTION_HISTORY_ALL, object_name:AR_TRANSACTION_HISTORY_ALL, status:VALID, product: AR - Receivables , description: Life cycle of a transaction , implementation_dba_data: AR.AR_TRANSACTION_HISTORY_ALL ,
-
Table: AR_TRANSACTION_HISTORY_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_TRANSACTION_HISTORY_ALL, object_name:AR_TRANSACTION_HISTORY_ALL, status:VALID, product: AR - Receivables , description: Life cycle of a transaction , implementation_dba_data: AR.AR_TRANSACTION_HISTORY_ALL ,
-
Table: AR_MC_ADJUSTMENTS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MC_ADJUSTMENTS, object_name:AR_MC_ADJUSTMENTS, status:VALID, product: AR - Receivables , description: Currency-related information about invoice adjustments for each reporting set of books , implementation_dba_data: AR.AR_MC_ADJUSTMENTS ,
-
Table: AR_MC_ADJUSTMENTS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MC_ADJUSTMENTS, object_name:AR_MC_ADJUSTMENTS, status:VALID, product: AR - Receivables , description: Currency-related information about invoice adjustments for each reporting set of books , implementation_dba_data: AR.AR_MC_ADJUSTMENTS ,
-
Table: AR_STATEMENT_LINE_CLUSTERS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_STATEMENT_LINE_CLUSTERS, object_name:AR_STATEMENT_LINE_CLUSTERS, status:VALID, product: AR - Receivables , description: Interim table of transaction lines that appear on a statement , implementation_dba_data: AR.AR_STATEMENT_LINE_CLUSTERS ,
-
Table: AR_INTEREST_LINES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_INTEREST_LINES_ALL, object_name:AR_INTEREST_LINES_ALL, status:VALID, product: AR - Receivables , description: Late Charge lines , implementation_dba_data: AR.AR_INTEREST_LINES_ALL ,
-
View: AR_XLA_ARD_ADJ_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_XLA_ARD_ADJ_LINES_V, object_name:AR_XLA_ARD_ADJ_LINES_V, status:VALID, product: AR - Receivables , description: help reports to read the CCID from XLA , implementation_dba_data: APPS.AR_XLA_ARD_ADJ_LINES_V ,
-
Table: AR_STATEMENT_LINE_CLUSTERS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_STATEMENT_LINE_CLUSTERS, object_name:AR_STATEMENT_LINE_CLUSTERS, status:VALID, product: AR - Receivables , description: Interim table of transaction lines that appear on a statement , implementation_dba_data: AR.AR_STATEMENT_LINE_CLUSTERS ,
-
Table: AR_APPROVAL_ACTION_HISTORY
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_APPROVAL_ACTION_HISTORY, object_name:AR_APPROVAL_ACTION_HISTORY, status:VALID, product: AR - Receivables , description: Approval and change history for invoice adjustments , implementation_dba_data: AR.AR_APPROVAL_ACTION_HISTORY ,
-
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: AR_DISTRIBUTION_SETS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_DISTRIBUTION_SETS_ALL, object_name:AR_DISTRIBUTION_SETS_ALL, status:VALID, product: AR - Receivables , description: Groups together a set of distribution lines , implementation_dba_data: AR.AR_DISTRIBUTION_SETS_ALL ,
-
Table: AR_DISTRIBUTION_SETS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_DISTRIBUTION_SETS_ALL, object_name:AR_DISTRIBUTION_SETS_ALL, status:VALID, product: AR - Receivables , description: Groups together a set of distribution lines , implementation_dba_data: AR.AR_DISTRIBUTION_SETS_ALL ,
-
View: ARFV_ADJ_DISTS_ALT_CRNCY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_ADJ_DISTS_ALT_CRNCY, object_name:ARFV_ADJ_DISTS_ALT_CRNCY, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARFV_ADJ_DISTS_ALT_CRNCY ,
-
View: AR_ADJ_INF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ADJ_INF_V, object_name:AR_ADJ_INF_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_ADJ_INF_V ,
-
View: AR_ADJ_INF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ADJ_INF_V, object_name:AR_ADJ_INF_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_ADJ_INF_V ,
-
Table: AR_MC_DISTRIBUTIONS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MC_DISTRIBUTIONS_ALL, object_name:AR_MC_DISTRIBUTIONS_ALL, status:VALID, product: AR - Receivables , description: Currency-related information about distributions generated by the different steps in the life cycle of a cash receipt , implementation_dba_data: AR.AR_MC_DISTRIBUTIONS_ALL ,
-
View: ARFV_ADJ_DISTS_ALT_CRNCY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_ADJ_DISTS_ALT_CRNCY, object_name:ARFV_ADJ_DISTS_ALT_CRNCY, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARFV_ADJ_DISTS_ALT_CRNCY ,
-
Table: AR_DISTRIBUTIONS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_DISTRIBUTIONS_ALL, object_name:AR_DISTRIBUTIONS_ALL, status:VALID, product: AR - Receivables , description: Accounting records for receipts , implementation_dba_data: AR.AR_DISTRIBUTIONS_ALL ,
-
Table: AR_DISTRIBUTIONS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_DISTRIBUTIONS_ALL, object_name:AR_DISTRIBUTIONS_ALL, status:VALID, product: AR - Receivables , description: Accounting records for receipts , implementation_dba_data: AR.AR_DISTRIBUTIONS_ALL ,
-
Table: AR_BATCHES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_BATCHES_ALL, object_name:AR_BATCHES_ALL, status:VALID, product: AR - Receivables , description: Receipt batch information , implementation_dba_data: AR.AR_BATCHES_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: 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: AR_MC_DISTRIBUTIONS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MC_DISTRIBUTIONS_ALL, object_name:AR_MC_DISTRIBUTIONS_ALL, status:VALID, product: AR - Receivables , description: Currency-related information about distributions generated by the different steps in the life cycle of a cash receipt , implementation_dba_data: AR.AR_MC_DISTRIBUTIONS_ALL ,
-
Table: AR_BATCHES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_BATCHES_ALL, object_name:AR_BATCHES_ALL, status:VALID, product: AR - Receivables , description: Receipt batch information , implementation_dba_data: AR.AR_BATCHES_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 ,
-
View: ARFV_ADJUSTMENT_DISTRIBUT_OLD1
12.1.1
product: AR - Receivables , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: ARFV_ADJUSTMENT_DISTRIBUT_OLD1
12.2.2
product: AR - Receivables , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
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: 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: 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: 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 ,
-
View: AR_ADJUSTMENTS_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ADJUSTMENTS_H_V, object_name:AR_ADJUSTMENTS_H_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_ADJUSTMENTS_H_V ,
-
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 ,
-
View: AR_ADJUSTMENTS_H_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ADJUSTMENTS_H_V, object_name:AR_ADJUSTMENTS_H_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_ADJUSTMENTS_H_V ,
-
View: AR_ADJUSTMENTS_ALL_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ADJUSTMENTS_ALL_MRC_V, object_name:AR_ADJUSTMENTS_ALL_MRC_V, status:VALID, product: AR - Receivables , description: - Retrofitted , implementation_dba_data: APPS.AR_ADJUSTMENTS_ALL_MRC_V ,
-
View: AR_ADJUSTMENTS_ALL_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ADJUSTMENTS_ALL_MRC_V, object_name:AR_ADJUSTMENTS_ALL_MRC_V, status:VALID, product: AR - Receivables , description: - Retrofitted , implementation_dba_data: APPS.AR_ADJUSTMENTS_ALL_MRC_V ,
-
View: AR_ADJUSTMENTS_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ADJUSTMENTS_MRC_V, object_name:AR_ADJUSTMENTS_MRC_V, status:VALID, product: AR - Receivables , description: - Retrofitted , implementation_dba_data: APPS.AR_ADJUSTMENTS_MRC_V ,
-
View: AR_ADJUSTMENTS_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ADJUSTMENTS_MRC_V, object_name:AR_ADJUSTMENTS_MRC_V, status:VALID, product: AR - Receivables , description: - Retrofitted , implementation_dba_data: APPS.AR_ADJUSTMENTS_MRC_V ,
-
View: AR_AEL_SL_ADJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AEL_SL_ADJ_V, object_name:AR_AEL_SL_ADJ_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_AEL_SL_ADJ_V ,