Search Results receivables_charges_applied
Overview
APPS.ARBV_CREDIT_MEMO_APPLICATIONS is a Business Intelligence System (BIS) view in the Oracle E-Business Suite Receivables module. It is owned by the APPS schema and carries the FND Design Data reference AR.ARBV_CREDIT_MEMO_APPLICATIONS; its status is VALID as documented in ETRM for both 12.1.1 and 12.2.2. The view presents information about credits issued to a customer as settlement for one or more debit items, specifically the credit memo side of the receivables application model.
Because it is a BIS view, it is intended for reporting, ad-hoc inquiry, and downstream integration rather than for direct transactional maintenance. It surfaces application-level and line-level amounts, tax, freight, and receivables charges applied against debit items, along with the applied payment schedule and transaction line identifiers that tie the credit back to specific open items and lines. The view also exposes audit columns and the operating unit identifier, making it suitable for multi-org reporting and for reconciliation of credit memo applications to their origin transactions.
Underlying Base Objects
The documented dependency confirms that APPS.ARBV_CREDIT_MEMO_APPLICATIONS references AR_RECEIVABLE_APPLICATIONS, which appears in the dependency listing as a synonym. AR_RECEIVABLE_APPLICATIONS is the core Receivables table that stores the linkage between a payment or credit and the debit items it settles, including the amounts applied at the application level. The view is not referenced by any other database object, so it functions as a leaf-level reporting construct with no dependent database objects of its own.
In practice, the view projects a credit memo-oriented perspective of that base table, exposing both application header figures and line-level detail, including the transaction line and applied payment schedule identifiers needed to join back to AR_PAYMENT_SCHEDULES and the transaction line tables. All access is through the APPS schema, so qualified references such as APPS.ARBV_CREDIT_MEMO_APPLICATIONS are appropriate in custom reports.
Key Columns
The extracted column set includes identifiers, amounts, dates, and audit fields:
- RECEIVABLE_APPLICATION_ID — primary identifier of the application row.
- AMOUNT_APPLIED and AMOUNT_APPLIED_BASE — applied credit amount and its ledger-currency (base) equivalent.
- ALLOCATED_RECEIPT_AMOUNT_BASE — the base-currency amount allocated from the receipt or credit.
- LINE_AMOUNT_APPLIED, TAX_AMOUNT_APPLIED, FREIGHT_AMOUNT_APPLIED, RECEIVABLES_CHARGES_APPLIED — line-level breakdown of the amount applied. TAX_AMOUNT_APPLIED is the particular column relevant to the user's search, isolating the tax portion of the credit applied.
- APPLY_DATE — date the credit was applied to the debit item.
- DAYS_LATE — days by which the payment was late, used in aging and delinquency reporting.
- USSGL_TRANSACTION_CODE — accounting flexfield code used for budgetary/subledger reporting.
- COMMENTS — user-entered remarks on the application.
- ORG_ID — operating unit identifier, essential for multi-org filtering.
- CUSTOMER_TRX_ID, APPLIED_PAYMENT_SCHEDULE_ID, TRANSACTION_LINE_ID — keys linking to the transaction, its payment schedule, and the specific line.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY — standard audit columns.
Common Use Cases and Queries
Typical use cases include tax reconciliation on credit applications, credit memo application reporting by operating unit, aging analysis using DAYS_LATE, and subledger accounting analysis using USSGL_TRANSACTION_CODE. A basic query to retrieve applied tax, restricted to the current operating unit, is:
SELECT receivable_application_id, customer_trx_id, applied_payment_schedule_id, transaction_line_id, amount_applied, tax_amount_applied, freight_amount_applied, receivables_charges_applied, apply_date, days_late
FROM apps.arbv_credit_memo_applications
WHERE org_id = :p_org_id
AND apply_date BETWEEN :p_from AND :p_to
ORDER BY apply_date, customer_trx_id;
To isolate the tax component of credit applications for tax analysis, aggregate TAX_AMOUNT_APPLIED by transaction and date. Because the view exposes the applied payment schedule and transaction line identifiers, it joins cleanly to AR_PAYMENT_SCHEDULES and the transaction tables for drill-down reporting. Consumers should note that the view is a reporting abstraction and should not be used for DML; any adjustment must be performed through the standard Receivables application forms or the underlying API layer.
-
VIEW: APPS.ARBV_CREDIT_MEMO_APPLICATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CREDIT_MEMO_APPLICATIONS, object_name:ARBV_CREDIT_MEMO_APPLICATIONS, status:VALID,
-
VIEW: APPS.ARBV_CREDIT_MEMO_APPLICATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CREDIT_MEMO_APPLICATIONS, object_name:ARBV_CREDIT_MEMO_APPLICATIONS, status:VALID,
-
VIEW: AR.AR_ARCHIVE_DETAIL#
12.2.2
-
VIEW: APPS.ARFV_CREDIT_MEMO_APPLICATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_CREDIT_MEMO_APPLICATIONS, object_name:ARFV_CREDIT_MEMO_APPLICATIONS, status:VALID,
-
VIEW: AR.AR_RECEIVABLE_APPLICATIONS_AL#
12.2.2
-
VIEW: APPS.ARFV_CREDIT_MEMO_APPLICATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_CREDIT_MEMO_APPLICATIONS, object_name:ARFV_CREDIT_MEMO_APPLICATIONS, status:VALID,
-
VIEW: APPS.ARBV_CASH_APPLICATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CASH_APPLICATIONS, object_name:ARBV_CASH_APPLICATIONS, status:VALID,
-
VIEW: APPS.ARFV_CASH_APPLICATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_CASH_APPLICATIONS, object_name:ARFV_CASH_APPLICATIONS, status:VALID,
-
VIEW: APPS.ARBV_CASH_APPLICATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CASH_APPLICATIONS, object_name:ARBV_CASH_APPLICATIONS, status:VALID,
-
VIEW: APPS.ARFV_CASH_APPLICATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_CASH_APPLICATIONS, object_name:ARFV_CASH_APPLICATIONS, status:VALID,
-
TABLE: AR.AR_RECEIVABLE_APPS_GT
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_RECEIVABLE_APPS_GT, object_name:AR_RECEIVABLE_APPS_GT, status:VALID,
-
TABLE: AR.AR_RECEIVABLE_APPS_GT
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_RECEIVABLE_APPS_GT, object_name:AR_RECEIVABLE_APPS_GT, status:VALID,
-
View: ARBV_CREDIT_MEMO_APPLICATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CREDIT_MEMO_APPLICATIONS, object_name:ARBV_CREDIT_MEMO_APPLICATIONS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARBV_CREDIT_MEMO_APPLICATIONS ,
-
View: ARBV_CREDIT_MEMO_APPLICATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CREDIT_MEMO_APPLICATIONS, object_name:ARBV_CREDIT_MEMO_APPLICATIONS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARBV_CREDIT_MEMO_APPLICATIONS ,
-
View: ARFV_CREDIT_MEMO_APPLICATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_CREDIT_MEMO_APPLICATIONS, object_name:ARFV_CREDIT_MEMO_APPLICATIONS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARFV_CREDIT_MEMO_APPLICATIONS ,
-
View: ARBV_CASH_APPLICATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CASH_APPLICATIONS, object_name:ARBV_CASH_APPLICATIONS, status:VALID, product: AR - Receivables , description: This shows information about cash applied to customer transactions. , implementation_dba_data: APPS.ARBV_CASH_APPLICATIONS ,
-
View: ARFV_CREDIT_MEMO_APPLICATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_CREDIT_MEMO_APPLICATIONS, object_name:ARFV_CREDIT_MEMO_APPLICATIONS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARFV_CREDIT_MEMO_APPLICATIONS ,
-
View: ARBV_CASH_APPLICATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CASH_APPLICATIONS, object_name:ARBV_CASH_APPLICATIONS, status:VALID, product: AR - Receivables , description: This shows information about cash applied to customer transactions. , implementation_dba_data: APPS.ARBV_CASH_APPLICATIONS ,
-
View: ARFV_CASH_APPLICATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_CASH_APPLICATIONS, object_name:ARFV_CASH_APPLICATIONS, status:VALID, product: AR - Receivables , description: - Retrofitted , implementation_dba_data: APPS.ARFV_CASH_APPLICATIONS ,
-
View: ARFV_CASH_APPLICATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_CASH_APPLICATIONS, object_name:ARFV_CASH_APPLICATIONS, status:VALID, product: AR - Receivables , description: - Retrofitted , implementation_dba_data: APPS.ARFV_CASH_APPLICATIONS ,
-
View: ARFV_CASH_APPLICATIONS_OLD1
12.2.2
product: AR - Receivables , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: ARFV_CASH_APPLICATIONS_OLD1
12.1.1
product: AR - Receivables , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
VIEW: AR.AR_ARCHIVE_DETAIL#
12.2.2
owner:AR, object_type:VIEW, object_name:AR_ARCHIVE_DETAIL#, status:VALID,
-
VIEW: AR.AR_RECEIVABLE_APPLICATIONS_AL#
12.2.2
owner:AR, object_type:VIEW, object_name:AR_RECEIVABLE_APPLICATIONS_AL#, status:VALID,
-
View: AR_RECEIVABLE_APPS_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RECEIVABLE_APPS_MRC_V, object_name:AR_RECEIVABLE_APPS_MRC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_RECEIVABLE_APPS_MRC_V ,
-
APPS.ARP_CONFIRMATION SQL Statements
12.1.1
-
APPS.ARP_CONFIRMATION SQL Statements
12.2.2
-
View: AR_RECEIVABLE_APPS_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RECEIVABLE_APPS_MRC_V, object_name:AR_RECEIVABLE_APPS_MRC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_RECEIVABLE_APPS_MRC_V ,
-
View: AR_RECEIVABLE_APPS_ALL_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RECEIVABLE_APPS_ALL_MRC_V, object_name:AR_RECEIVABLE_APPS_ALL_MRC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_RECEIVABLE_APPS_ALL_MRC_V ,
-
View: AR_RECEIVABLE_APPS_ALL_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RECEIVABLE_APPS_ALL_MRC_V, object_name:AR_RECEIVABLE_APPS_ALL_MRC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_RECEIVABLE_APPS_ALL_MRC_V ,
-
VIEW: APPS.AR_RECEIVABLE_APPS_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RECEIVABLE_APPS_MRC_V, object_name:AR_RECEIVABLE_APPS_MRC_V, status:VALID,
-
APPS.ARP_PROCESS_DET_PKG SQL Statements
12.2.2
-
VIEW: APPS.AR_RECEIVABLE_APPS_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RECEIVABLE_APPS_MRC_V, object_name:AR_RECEIVABLE_APPS_MRC_V, status:VALID,
-
APPS.ARP_PROCESS_DET_PKG SQL Statements
12.1.1
-
PACKAGE: APPS.ARP_GLOBAL
12.1.1
-
PACKAGE: APPS.ARP_GLOBAL
12.2.2
-
APPS.ARP_APP_PKG SQL Statements
12.1.1
-
TABLE: AR.AR_ARCHIVE_DETAIL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_ARCHIVE_DETAIL, object_name:AR_ARCHIVE_DETAIL, status:VALID,
-
TABLE: AR.AR_ARCHIVE_DETAIL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_ARCHIVE_DETAIL, object_name:AR_ARCHIVE_DETAIL, status:VALID,
-
APPS.AR_PURGE SQL Statements
12.1.1
-
APPS.AR_PURGE SQL Statements
12.2.2
-
APPS.ARP_PROCESS_RETURNS SQL Statements
12.1.1
-
APPS.ARP_APP_PKG SQL Statements
12.2.2
-
APPS.ARP_PROCESS_RETURNS SQL Statements
12.2.2
-
VIEW: APPS.AR_RECEIVABLE_APPS_ALL_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RECEIVABLE_APPS_ALL_MRC_V, object_name:AR_RECEIVABLE_APPS_ALL_MRC_V, status:VALID,
-
VIEW: APPS.AR_RECEIVABLE_APPS_ALL_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RECEIVABLE_APPS_ALL_MRC_V, object_name:AR_RECEIVABLE_APPS_ALL_MRC_V, status:VALID,
-
PACKAGE BODY: APPS.ARP_RECONCILE
12.1.1
-
TABLE: AR.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,
-
TABLE: AR.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,
-
PACKAGE BODY: APPS.ARP_CONFIRMATION
12.1.1