Search Results currency_exchange_date
Overview
APPS.ARFV_RECEIPT_HISTORIES is a Business Intelligence System (BIS) view in the Oracle E-Business Suite Receivables (AR) module. It exposes receipt history activity in a denormalized, business-friendly form intended for reporting, analysis, and integration rather than transactional maintenance. The view combines receipt-level attributes with the historical status changes recorded for each receipt, providing a longitudinal record of what happened to a receipt after it was created and applied.
The object resides in the APPS schema, is designated VALID, and carries an FND Design Data reference of AR.ARFV_RECEIPT_HISTORIES. The "ARFV" prefix identifies it as a Receivables Business Intelligence System view, consistent with the family of ARFV_* objects used by Oracle Receivables reporting and analytics. Because it is a view and not a table, it is read-only; no direct DML is possible against it, and it is suitable for extraction into reporting schemas or data warehouse loads.
Given the search context of "currency_exchange_rate," this view is notable because it exposes both CURRENCY_EXCHANGE_DATE and CURRENCY_EXCHANGE_RATE at the receipt history level, allowing analysts to reconcile receipt amounts across currencies without joining back to the base receipt tables.
Underlying Base Objects
Per the ETRM dependency documentation, APPS.ARFV_RECEIPT_HISTORIES is defined over four base objects, each referenced through an APPS synonym:
- AR_CASH_RECEIPT_HISTORY — supplies the historical transaction grain, including status transitions, amounts, and exchange rate information.
- AR_CASH_RECEIPTS — supplies receipt header attributes such as receipt number and receipt identifiers.
- AR_BATCHES — supplies receipt batch naming and batch identifiers.
- HR_ALL_ORGANIZATION_UNITS — supplies the operating unit name exposed as OPERATING_UNIT.
The view is not referenced by any other database object, meaning it sits at the top of its dependency chain and serves purely as a consumption endpoint. This isolation is typical of BIS views, which are designed to be queried directly rather than nested inside other database logic.
Key Columns
- CASH_RECEIPT_HISTORY_ID — Primary identifier for the receipt history row.
- CASH_RECEIPT_ID / BATCH_ID — Foreign keys linking back to the receipt and its batch.
- CURRENCY_EXCHANGE_RATE — The exchange rate applied to the receipt history record; central to multi-currency reconciliation.
- CURRENCY_EXCHANGE_DATE — The date on which the exchange rate was effective.
- CURRENCY_EXCHANGE_RATE_TYPE — The rate type (for example, Corporate or Spot) used to derive the rate.
- AMOUNT / FUNCTIONAL_AMOUNT — The entered and functional (ledger) currency amounts for the history record.
- FACTOR_DISCOUNT_AMOUNT / FUNC_FACTOR_DISCOUNT_AMOUNT — Factoring discount amounts in entered and functional currency.
- _LA:RECEIPT_STATUS, _LA:CURRENT_RECORD_FLAG, _LA:FACTORING_FLAG, _LA:NOTE_STATUS — Lookup-translated (_LA) status indicators rendered in readable form.
- OPERATING_UNIT, RECEIPT_NUMBER, RECEIPT_BATCH_NAME, ORG_ID — Descriptive and organizational context.
Common Use Cases and Queries
Typical uses include receipt status auditing, multi-currency receipt analysis, factoring exposure reporting, and feeding Receivables data into a reporting or warehouse layer.
Retrieve receipt history with exchange rate detail:
SELECT receipt_number, cash_receipt_history_id, currency_exchange_rate, currency_exchange_rate_type, currency_exchange_date FROM apps.arfv_receipt_histories WHERE currency_exchange_rate IS NOT NULL;
Summarize activity by operating unit:
SELECT operating_unit, COUNT(*) history_rows, SUM(amount) total_amount FROM apps.arfv_receipt_histories GROUP BY operating_unit;
Because the view is read-only and pre-joined, it removes the need to navigate AR_CASH_RECEIPT_HISTORY, AR_CASH_RECEIPTS, and AR_BATCHES manually, making it an efficient source for currency-related receipt reporting.
-
VIEW: APPS.ARFV_RECEIPT_HISTORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_RECEIPT_HISTORIES, object_name:ARFV_RECEIPT_HISTORIES, status:VALID,
-
VIEW: APPS.ARFV_RECEIPT_HISTORIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_RECEIPT_HISTORIES, object_name:ARFV_RECEIPT_HISTORIES, status:VALID,
-
View: ARBV_RECEIPT_HISTORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_RECEIPT_HISTORIES, object_name:ARBV_RECEIPT_HISTORIES, status:VALID, product: AR - Receivables , description: - Retrofitted , implementation_dba_data: APPS.ARBV_RECEIPT_HISTORIES ,
-
VIEW: APPS.ARBV_RECEIPT_HISTORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_RECEIPT_HISTORIES, object_name:ARBV_RECEIPT_HISTORIES, status:VALID,
-
VIEW: APPS.ARBV_RECEIPT_HISTORIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_RECEIPT_HISTORIES, object_name:ARBV_RECEIPT_HISTORIES, status:VALID,
-
VIEW: APPS.APBV_AP_PAYMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APBV_AP_PAYMENTS, object_name:APBV_AP_PAYMENTS, status:VALID,
-
VIEW: APPS.POS_ASN_REVIEW_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POS_ASN_REVIEW_HEADERS_V, object_name:POS_ASN_REVIEW_HEADERS_V, status:VALID,
-
View: APBV_AP_PAYMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APBV_AP_PAYMENTS, object_name:APBV_AP_PAYMENTS, status:VALID, product: AP - Payables , description: Business view , implementation_dba_data: APPS.APBV_AP_PAYMENTS ,
-
View: APBV_AP_PAYMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APBV_AP_PAYMENTS, object_name:APBV_AP_PAYMENTS, status:VALID, product: AP - Payables , description: Business view , implementation_dba_data: APPS.APBV_AP_PAYMENTS ,
-
VIEW: APPS.POS_ASN_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POS_ASN_HEADERS_V, object_name:POS_ASN_HEADERS_V, status:VALID,
-
VIEW: APPS.POS_ASN_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POS_ASN_HEADERS_V, object_name:POS_ASN_HEADERS_V, status:VALID,
-
View: ARBV_RECEIPT_HISTORIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_RECEIPT_HISTORIES, object_name:ARBV_RECEIPT_HISTORIES, status:VALID, product: AR - Receivables , description: - Retrofitted , implementation_dba_data: APPS.ARBV_RECEIPT_HISTORIES ,
-
View: ARBV_RECEIPT_HISTORY
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.APBV_AP_PAYMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APBV_AP_PAYMENTS, object_name:APBV_AP_PAYMENTS, status:VALID,
-
VIEW: APPS.POS_ASN_REVIEW_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POS_ASN_REVIEW_HEADERS_V, object_name:POS_ASN_REVIEW_HEADERS_V, status:VALID,
-
View: ARFV_RECEIPT_HISTORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_RECEIPT_HISTORIES, object_name:ARFV_RECEIPT_HISTORIES, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARFV_RECEIPT_HISTORIES ,
-
View: ARBV_RECEIPT_HISTORY
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: APFV_AP_PAYMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APFV_AP_PAYMENTS, object_name:APFV_AP_PAYMENTS, status:VALID, product: AP - Payables , description: Business view , implementation_dba_data: APPS.APFV_AP_PAYMENTS ,
-
View: APFV_AP_PAYMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APFV_AP_PAYMENTS, object_name:APFV_AP_PAYMENTS, status:VALID, product: AP - Payables , description: Business view , implementation_dba_data: APPS.APFV_AP_PAYMENTS ,
-
VIEW: APPS.APFV_AP_PAYMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APFV_AP_PAYMENTS, object_name:APFV_AP_PAYMENTS, status:VALID,
-
VIEW: APPS.APFV_AP_PAYMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APFV_AP_PAYMENTS, object_name:APFV_AP_PAYMENTS, status:VALID,
-
View: ARFV_RECEIPT_HISTORY
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: ARFV_RECEIPT_HISTORY
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: ARFV_RECEIPT_HISTORIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_RECEIPT_HISTORIES, object_name:ARFV_RECEIPT_HISTORIES, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARFV_RECEIPT_HISTORIES ,
-
View: POS_ASN_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POS_ASN_HEADERS_V, object_name:POS_ASN_HEADERS_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POS_ASN_HEADERS_V ,
-
View: POS_ASN_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POS_ASN_HEADERS_V, object_name:POS_ASN_HEADERS_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POS_ASN_HEADERS_V ,
-
View: POS_ASN_REVIEW_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POS_ASN_REVIEW_HEADERS_V, object_name:POS_ASN_REVIEW_HEADERS_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POS_ASN_REVIEW_HEADERS_V ,
-
View: POS_ASN_REVIEW_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POS_ASN_REVIEW_HEADERS_V, object_name:POS_ASN_REVIEW_HEADERS_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POS_ASN_REVIEW_HEADERS_V ,
-
eTRM - ICX Tables and Views
12.2.2
-
eTRM - ICX Tables and Views
12.1.1
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,