Search Results currency_exchange_rate_date
Overview
ARBV_CASH_RECEIPTS is a Business Intelligence System (BIS) view owned by the APPS schema in Oracle E-Business Suite, registered under FND Design Data AR.ARBV_CASH_RECEIPTS. Its status is VALID across Oracle EBS 12.1.1 and 12.2.2. The view presents information about receipts remitted by customers as payment for goods or services, exposing receipt header attributes in a denormalized, report-friendly form. Because it is a BIS view rather than a transactional table, it is intended primarily for operational reporting, ad hoc enquiry, and downstream integration where a stable, human-readable projection of the Accounts Receivable receipt header is required without joining the full normalized model. The leading "B" in the object prefix identifies it as a business intelligence view in the EBS naming convention, distinguishing it from the underlying transactional entity.
Underlying Base Objects
The documented view metadata for 12.2.2 records a single referenced base object: the synonym AR_CASH_RECEIPTS, which resolves to the AR.AR_CASH_RECEIPTS transactional table in the Accounts Receivable schema. AR_CASH_RECEIPTS is the master receipt header table in Oracle Receivables; it stores one row per cash receipt, including receipt number, amount, date, currency, exchange rate information, deposit details, remittance bank account, and reversal attributes. ARBV_CASH_RECEIPTS is therefore a direct projection over that header table, with no documented dependency on receipt application, distribution, or accounting line tables. This structure means the view returns header-level receipt information only; applied amounts, unapplied balances, and accounting entries must be obtained from their respective detail objects such as AR_RECEIVABLE_APPLICATIONS_ALL and AR_CASH_RECEIPT_HISTORY. The synonym inheritance ensures the view remains consistent with the base table's column definitions, including length and mandatory constraints as published in the ETRM metadata.
Key Columns
The view exposes core receipt identifiers and financial attributes:
- CASH_RECEIPT_ID (NUMBER, 15) — primary identifier of the receipt header.
- RECEIPT_NUMBER (VARCHAR2, 30) — the user-visible receipt number.
- RECEIPT_AMOUNT and RECEIPT_DATE — the receipt value and the date it was entered or issued.
- DOCUMENT_SEQUENCE_NUMBER — the sequence assigned to the receipt document.
- CURRENCY_EXCHANGE_RATE, CURRENCY_EXCHANGE_RATE_TYPE, CURRENCY_EXCHANGE_RATE_DATE — foreign currency conversion attributes.
- CURRENCY_CODE, ORG_ID, SET_OF_BOOKS_ID — the receipt currency, operating unit, and ledger context.
- DEPOSIT_DATE, ANTICIPATED_CLEARING_DATE — treasury and cash management timing attributes.
- _LA:RECEIPT_STATUS and RECEIPT_STATUS_CODE — the receipt status, the _LA prefix indicating a lookup-coded display column resolved through the applications lookup mechanism.
- REVERSAL_DATE, REVERSAL_COMMENTS, _LA:REVERSAL_REASON, _LA:REVERSAL_CATEGORY — reversal tracking attributes.
- CUSTOMER_RECEIPT_REFERENCE — the customer's own reference for the payment.
- NOTE_RECEIVABLE_ISSUER_NAME and NOTE_RECEIVABLE_ISSUE_DATE — the issuer name and issue date for receipts settled by note receivable, which is the column the user searched for.
- REMITTANCE_BANK_ACCOUNT_ID, CUSTOMER_BANK_ACCOUNT_ID, ISSUER_BANK_BRANCH_ID — banking relationships tied to the receipt.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY — audit columns.
Common Use Cases and Queries
Typical applications include cash position reporting, note receivable maturity tracking, reversal analysis, and reconciliation feeds into general ledger or treasury systems. A standard enquiry retrieves note receivable receipts with their issue dates:
SELECT CASH_RECEIPT_ID, RECEIPT_NUMBER, RECEIPT_AMOUNT, RECEIPT_DATE, CURRENCY_CODE, NOTE_RECEIVABLE_ISSUER_NAME, NOTE_RECEIVABLE_ISSUE_DATE FROM APPS.ARBV_CASH_RECEIPTS WHERE NOTE_RECEIVABLE_ISSUE_DATE IS NOT NULL AND RECEIPT_STATUS_CODE = 'APP' ORDER BY NOTE_RECEIVABLE_ISSUE_DATE;
The view can also be used for reversal monitoring (filtering on REVERSAL_DATE) and for period cash summaries grouped by org_id, currency_code, and receipt_date. When more granular application, distribution, or accounting detail is needed, ARBV_CASH_RECEIPTS should be joined to the corresponding detail objects on CASH_RECEIPT_ID, since the view itself provides header-level information only.
-
VIEW: APPS.ARBV_CASH_RECEIPTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CASH_RECEIPTS, object_name:ARBV_CASH_RECEIPTS, status:VALID,
-
VIEW: APPS.ARBV_ON_ACCOUNT_CREDIT_MEMOS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_ON_ACCOUNT_CREDIT_MEMOS, object_name:ARBV_ON_ACCOUNT_CREDIT_MEMOS, status:VALID,
-
VIEW: APPS.ARFV_AR_PAYMENT_SCHEDULES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_AR_PAYMENT_SCHEDULES, object_name:ARFV_AR_PAYMENT_SCHEDULES, status:VALID,
-
VIEW: APPS.ARBV_CASH_RECEIPTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CASH_RECEIPTS, object_name:ARBV_CASH_RECEIPTS, status:VALID,
-
VIEW: APPS.ARBV_DEBITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_DEBITS, object_name:ARBV_DEBITS, status:VALID,
-
VIEW: APPS.ARBV_AR_TRANSACTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_AR_TRANSACTIONS, object_name:ARBV_AR_TRANSACTIONS, status:VALID,
-
VIEW: APPS.ARBV_AR_PAYMENT_SCHEDULES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_AR_PAYMENT_SCHEDULES, object_name:ARBV_AR_PAYMENT_SCHEDULES, status:VALID,
-
VIEW: APPS.ARBV_INVOICE_ARS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_INVOICE_ARS, object_name:ARBV_INVOICE_ARS, status:VALID,
-
VIEW: APPS.ARBV_AR_PAYMENT_SCHEDULES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_AR_PAYMENT_SCHEDULES, object_name:ARBV_AR_PAYMENT_SCHEDULES, status:VALID,
-
VIEW: APPS.ARBV_CREDITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CREDITS, object_name:ARBV_CREDITS, status:VALID,
-
VIEW: APPS.ARBV_CREDIT_MEMO_ARS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CREDIT_MEMO_ARS, object_name:ARBV_CREDIT_MEMO_ARS, status:VALID,
-
VIEW: APPS.ARBV_INVOICE_ARS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_INVOICE_ARS, object_name:ARBV_INVOICE_ARS, status:VALID,
-
VIEW: APPS.ARBV_CREDITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CREDITS, object_name:ARBV_CREDITS, status:VALID,
-
VIEW: APPS.ARBV_AR_TRANSACTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_AR_TRANSACTIONS, object_name:ARBV_AR_TRANSACTIONS, status:VALID,
-
VIEW: APPS.ARBV_CREDIT_MEMO_ARS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CREDIT_MEMO_ARS, object_name:ARBV_CREDIT_MEMO_ARS, status:VALID,
-
VIEW: APPS.ARBV_ON_ACCOUNT_CREDIT_MEMOS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_ON_ACCOUNT_CREDIT_MEMOS, object_name:ARBV_ON_ACCOUNT_CREDIT_MEMOS, status:VALID,
-
VIEW: APPS.ARBV_DEBITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_DEBITS, object_name:ARBV_DEBITS, status:VALID,
-
VIEW: APPS.ARFV_AR_PAYMENT_SCHEDULES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_AR_PAYMENT_SCHEDULES, object_name:ARFV_AR_PAYMENT_SCHEDULES, status:VALID,
-
VIEW: APPS.ARFV_CASH_RECEIPTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_CASH_RECEIPTS, object_name:ARFV_CASH_RECEIPTS, status:VALID,
-
VIEW: APPS.ARFV_CASH_RECEIPTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_CASH_RECEIPTS, object_name:ARFV_CASH_RECEIPTS, status:VALID,
-
VIEW: APPS.ARFV_ON_ACCOUNT_CREDIT_MEMOS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_ON_ACCOUNT_CREDIT_MEMOS, object_name:ARFV_ON_ACCOUNT_CREDIT_MEMOS, status:VALID,
-
VIEW: APPS.ARFV_AR_TRANSACTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_AR_TRANSACTIONS, object_name:ARFV_AR_TRANSACTIONS, status:VALID,
-
VIEW: APPS.ARFV_DEBITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_DEBITS, object_name:ARFV_DEBITS, status:VALID,
-
VIEW: APPS.ARFV_INVOICE_ARS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_INVOICE_ARS, object_name:ARFV_INVOICE_ARS, status:VALID,
-
View: ARBV_AR_PAYMENT_SCHEDULES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_AR_PAYMENT_SCHEDULES, object_name:ARBV_AR_PAYMENT_SCHEDULES, status:VALID, product: AR - Receivables , description: -Retrofitted , implementation_dba_data: APPS.ARBV_AR_PAYMENT_SCHEDULES ,
-
View: ARBV_CREDITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CREDITS, object_name:ARBV_CREDITS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARBV_CREDITS ,
-
VIEW: APPS.ARFV_INVOICE_ARS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_INVOICE_ARS, object_name:ARFV_INVOICE_ARS, status:VALID,
-
VIEW: APPS.ARFV_CREDITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_CREDITS, object_name:ARFV_CREDITS, status:VALID,
-
VIEW: APPS.ARFV_CREDIT_MEMO_ARS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_CREDIT_MEMO_ARS, object_name:ARFV_CREDIT_MEMO_ARS, status:VALID,
-
VIEW: APPS.ARFV_ON_ACCOUNT_CREDIT_MEMOS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_ON_ACCOUNT_CREDIT_MEMOS, object_name:ARFV_ON_ACCOUNT_CREDIT_MEMOS, status:VALID,
-
VIEW: APPS.ARFV_AR_TRANSACTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_AR_TRANSACTIONS, object_name:ARFV_AR_TRANSACTIONS, status:VALID,
-
View: ARBV_CASH_RECEIPTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CASH_RECEIPTS, object_name:ARBV_CASH_RECEIPTS, status:VALID, product: AR - Receivables , description: This shows information about receipts remitted by the customer as payment for goods or services. , implementation_dba_data: APPS.ARBV_CASH_RECEIPTS ,
-
View: ARBV_AR_TRANSACTIONS_OLD1
12.1.1
product: AR - Receivables , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.ARFV_CREDITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_CREDITS, object_name:ARFV_CREDITS, status:VALID,
-
VIEW: APPS.ARFV_DEBITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_DEBITS, object_name:ARFV_DEBITS, status:VALID,
-
VIEW: APPS.ARFV_CREDIT_MEMO_ARS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_CREDIT_MEMO_ARS, object_name:ARFV_CREDIT_MEMO_ARS, status:VALID,
-
View: ARBV_CASH_RECEIPTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CASH_RECEIPTS, object_name:ARBV_CASH_RECEIPTS, status:VALID, product: AR - Receivables , description: This shows information about receipts remitted by the customer as payment for goods or services. , implementation_dba_data: APPS.ARBV_CASH_RECEIPTS ,
-
View: ARBV_CREDITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CREDITS, object_name:ARBV_CREDITS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARBV_CREDITS ,
-
View: ARBV_AR_TRANSACTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_AR_TRANSACTIONS, object_name:ARBV_AR_TRANSACTIONS, status:VALID, product: AR - Receivables , description: This shows information about transactions imported from a foreign system into Oracle Receivables. , implementation_dba_data: APPS.ARBV_AR_TRANSACTIONS ,
-
View: ARBV_INVOICE_ARS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_INVOICE_ARS, object_name:ARBV_INVOICE_ARS, status:VALID, product: AR - Receivables , description: - Retrofitted , implementation_dba_data: APPS.ARBV_INVOICE_ARS ,
-
View: ARBV_AR_PAYMENT_SCHEDULES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_AR_PAYMENT_SCHEDULES, object_name:ARBV_AR_PAYMENT_SCHEDULES, status:VALID, product: AR - Receivables , description: -Retrofitted , implementation_dba_data: APPS.ARBV_AR_PAYMENT_SCHEDULES ,
-
View: ARBV_ON_ACCOUNT_CREDIT_MEMOS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_ON_ACCOUNT_CREDIT_MEMOS, object_name:ARBV_ON_ACCOUNT_CREDIT_MEMOS, status:VALID, product: AR - Receivables , description: This shows information about credits that you assign to your customer's account that are not related to a specific invoice. , implementation_dba_data: APPS.ARBV_ON_ACCOUNT_CREDIT_MEMOS ,
-
View: ARBV_AR_TRANSACTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_AR_TRANSACTIONS, object_name:ARBV_AR_TRANSACTIONS, status:VALID, product: AR - Receivables , description: This shows information about transactions imported from a foreign system into Oracle Receivables. , implementation_dba_data: APPS.ARBV_AR_TRANSACTIONS ,
-
View: ARBV_INVOICE_ARS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_INVOICE_ARS, object_name:ARBV_INVOICE_ARS, status:VALID, product: AR - Receivables , description: - Retrofitted , implementation_dba_data: APPS.ARBV_INVOICE_ARS ,
-
View: ARBV_AR_TRANSACTIONS_OLD1
12.2.2
product: AR - Receivables , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: ARFV_AR_TRANSACTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_AR_TRANSACTIONS, object_name:ARFV_AR_TRANSACTIONS, status:VALID, product: AR - Receivables , description: This shows information about transactions imported from a foreign system into Oracle Receivables. , implementation_dba_data: APPS.ARFV_AR_TRANSACTIONS ,
-
View: ARFV_AR_TRANSACTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_AR_TRANSACTIONS, object_name:ARFV_AR_TRANSACTIONS, status:VALID, product: AR - Receivables , description: This shows information about transactions imported from a foreign system into Oracle Receivables. , implementation_dba_data: APPS.ARFV_AR_TRANSACTIONS ,
-
View: ARBV_ON_ACCOUNT_CREDIT_MEMOS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_ON_ACCOUNT_CREDIT_MEMOS, object_name:ARBV_ON_ACCOUNT_CREDIT_MEMOS, status:VALID, product: AR - Receivables , description: This shows information about credits that you assign to your customer's account that are not related to a specific invoice. , implementation_dba_data: APPS.ARBV_ON_ACCOUNT_CREDIT_MEMOS ,
-
View: ARBV_CREDIT_MEMO_ARS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_CREDIT_MEMO_ARS, object_name:ARBV_CREDIT_MEMO_ARS, status:VALID, product: AR - Receivables , description: This shows information about credit memos. Credit memos are documents that partially or fully reverse an original invoice. , implementation_dba_data: APPS.ARBV_CREDIT_MEMO_ARS ,
-
View: ARFV_AR_PAYMENT_SCHEDULES_OLD1
12.1.1
product: AR - Receivables , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,