Search Results receipt_method_name
Overview
AR_BOE_REMIT_RECEIPTS_V is an APPS-owned view in the Oracle E-Business Suite Receivables (AR) module. Its name reflects its function: a Bills of Exchange (BOE) remittance receipts view that consolidates cash receipt, remittance batch, customer, and bank account information into a single queryable structure. The view presents rows for remittance processing, with a literal SELECTION_TYPE column of 'CURRENT_BATCH_UNREMITTED' indicating its role in identifying receipts that are candidates for remittance to a bank.
The documented description marks this object as "(Release 11.5 Only)." Although the object appears as VALID in later releases, including 12.1.1 and 12.2.2, its functional scope originates in the 11.5 remittance workflow. In current releases it typically survives as a compatibility and reporting artifact rather than a primary processing view. Regarding the user's search term, payment_channel_code, this column is not exposed by AR_BOE_REMIT_RECEIPTS_V. Payment channel codes are associated with IBY (Payments) and receipt method/channel configuration objects; the closest columns available here are RECEIPT_METHOD_ID, RECEIPT_METHOD_NAME, and REMIT_METHOD_CODE.
Underlying Base Objects
The view is defined over the following documented base objects. The 12.2.2 metadata lists:
- AR_BATCHES, AR_CASH_RECEIPTS, AR_CASH_RECEIPT_HISTORY, AR_PAYMENT_SCHEDULES
- AR_RECEIPT_CLASSES, AR_RECEIPT_METHODS, AR_RECEIPT_METHOD_ACCOUNTS
- CE_BANK_ACCOUNTS, CE_BANK_ACCT_USES (view), CE_BANK_BRANCHES_V (view)
- HZ_CUST_ACCOUNTS, HZ_PARTIES
- IBY_TRXN_EXTENSIONS_V (view), plus packages IBY_FNDCPT_TRXN_PUB, FND_ACCESS_CONTROL_UTIL, FND_GLOBAL, FND_PROFILE, MO_GLOBAL, and XTR_USER_ACCESS
The core driver is AR_CASH_RECEIPTS (aliased CR), joined to its history (CRH) for amounts and bank charges, and to AR_BATCHES (BAT) for remittance batch context. Bank details derive from CE_BANK_ACCOUNTS (CBA) and CE_BANK_BRANCHES_V (BB). Customer identity comes from HZ_PARTIES and HZ_CUST_ACCOUNTS. The inclusion of MO_GLOBAL and XTR_USER_ACCESS indicates multi-org and user-access (security) filtering is applied, while FND_PROFILE and FND_GLOBAL supply session and profile context.
Key Columns
- ROW_ID / SELECTION_TYPE — ROWID of the cash receipt and the literal 'CURRENT_BATCH_UNREMITTED'.
- CASH_RECEIPT_ID, CASH_RECEIPT_HISTORY_ID, RECEIPT_NUMBER — Receipt identifiers.
- CURRENCY_CODE, RECEIPT_DATE, MATURITY_DATE — Currency and dating; MATURITY_DATE is DECODE-based on receipt type.
- AMOUNT, BANK_CHARGES — Remittance amount and factor discount amount.
- RECEIPT_METHOD_ID, RECEIPT_METHOD_NAME, REMIT_METHOD_CODE — Receipt/remittance method identification.
- REMITTANCE_BANK_ACCOUNT_ID, REMIT_BANK_NAME, REMIT_BANK_BRANCH_NAME, REMIT_BANK_ACCOUNT_NUMBER — Remit-to bank details.
- CUSTOMER_NAME, CUSTOMER_NUMBER, PAY_FROM_CUSTOMER, CUSTOMER_BANK_ACCOUNT_NUMBER — Customer and customer bank information (IBY-derived).
- BATCH_ID, BATCH_NAME, BATCH_APPLIED_STATUS, SELECTED_REMITTANCE_BATCH_ID — Remittance batch linkage.
- ATTRIBUTE1–ATTRIBUTE10, ATTRIBUTE_CATEGORY — Descriptive flexfield columns.
Common Use Cases and Queries
Typical uses include identifying unremitted receipts, reconciling remittance batches, and feeding bank-format exports. A representative query:
SELECT receipt_number, customer_name, amount, currency_code,
remit_bank_account_number, remit_method_code, batch_name
FROM apps.ar_boe_remit_receipts_v
WHERE selection_type = 'CURRENT_BATCH_UNREMITTED'
AND remit_method_code IS NOT NULL;
Because payment_channel_code is unavailable, users seeking channel data should join to receipt method or IBY payment instrument configuration. Always apply MO_GLOBAL/security-aware filters, as the view already enforces org access via its underlying packages.
-
View: AR_BOE_REMIT_RECEIPTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BOE_REMIT_RECEIPTS_V, object_name:AR_BOE_REMIT_RECEIPTS_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_BOE_REMIT_RECEIPTS_V ,
-
View: AR_BOE_REMIT_RECEIPTS_CBUNR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BOE_REMIT_RECEIPTS_CBUNR_V, object_name:AR_BOE_REMIT_RECEIPTS_CBUNR_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_BOE_REMIT_RECEIPTS_CBUNR_V ,
-
View: AR_BOE_REMIT_RECEIPTS_CBUNR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BOE_REMIT_RECEIPTS_CBUNR_V, object_name:AR_BOE_REMIT_RECEIPTS_CBUNR_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_BOE_REMIT_RECEIPTS_CBUNR_V ,
-
View: AR_BOE_REMIT_RECEIPTS_NONCBR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BOE_REMIT_RECEIPTS_NONCBR_V, object_name:AR_BOE_REMIT_RECEIPTS_NONCBR_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_BOE_REMIT_RECEIPTS_NONCBR_V ,
-
View: AR_BOE_REMIT_RECEIPTS_NONCBR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BOE_REMIT_RECEIPTS_NONCBR_V, object_name:AR_BOE_REMIT_RECEIPTS_NONCBR_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_BOE_REMIT_RECEIPTS_NONCBR_V ,
-
View: AR_BOE_REMIT_RECEIPTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BOE_REMIT_RECEIPTS_V, object_name:AR_BOE_REMIT_RECEIPTS_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_BOE_REMIT_RECEIPTS_V ,
-
View: AR_BOE_REMIT_RECEIPTS_CBR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BOE_REMIT_RECEIPTS_CBR_V, object_name:AR_BOE_REMIT_RECEIPTS_CBR_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_BOE_REMIT_RECEIPTS_CBR_V ,
-
View: AR_BOE_REMIT_RECEIPTS_CBR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BOE_REMIT_RECEIPTS_CBR_V, object_name:AR_BOE_REMIT_RECEIPTS_CBR_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_BOE_REMIT_RECEIPTS_CBR_V ,
-
View: AR_BATCH_REMIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BATCH_REMIT_V, object_name:AR_BATCH_REMIT_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BATCH_REMIT_V ,
-
View: AR_CUST_RECEIPT_METHODS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUST_RECEIPT_METHODS_V, object_name:AR_CUST_RECEIPT_METHODS_V, status:VALID, product: AR - Receivables , description: (Release 10SC Only) , implementation_dba_data: APPS.AR_CUST_RECEIPT_METHODS_V ,
-
View: AR_INTERIM_CASH_RECEIPTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INTERIM_CASH_RECEIPTS_V, object_name:AR_INTERIM_CASH_RECEIPTS_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.AR_INTERIM_CASH_RECEIPTS_V ,
-
View: AR_INTERIM_CASH_RECEIPTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INTERIM_CASH_RECEIPTS_V, object_name:AR_INTERIM_CASH_RECEIPTS_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.AR_INTERIM_CASH_RECEIPTS_V ,
-
View: AR_BATCH_REMIT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BATCH_REMIT_V, object_name:AR_BATCH_REMIT_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BATCH_REMIT_V ,
-
View: AR_CUST_RECEIPT_METHODS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUST_RECEIPT_METHODS_V, object_name:AR_CUST_RECEIPT_METHODS_V, status:VALID, product: AR - Receivables , description: (Release 10SC Only) , implementation_dba_data: APPS.AR_CUST_RECEIPT_METHODS_V ,
-
View: AR_BATCHES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BATCHES_V, object_name:AR_BATCHES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BATCHES_V ,
-
View: AR_BATCHES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BATCHES_V, object_name:AR_BATCHES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BATCHES_V ,
-
View: AR_INTERIM_CR_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INTERIM_CR_LINES_V, object_name:AR_INTERIM_CR_LINES_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.AR_INTERIM_CR_LINES_V ,
-
View: AR_INTERIM_CR_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_INTERIM_CR_LINES_V, object_name:AR_INTERIM_CR_LINES_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.AR_INTERIM_CR_LINES_V ,
-
View: AR_BR_ASSIGNMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BR_ASSIGNMENTS_V, object_name:AR_BR_ASSIGNMENTS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BR_ASSIGNMENTS_V ,
-
View: AR_BR_ASSIGNMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BR_ASSIGNMENTS_V, object_name:AR_BR_ASSIGNMENTS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BR_ASSIGNMENTS_V ,
-
View: AR_BR_BATCHES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BR_BATCHES_V, object_name:AR_BR_BATCHES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BR_BATCHES_V ,
-
View: AR_RX_OTHER_APPLICATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RX_OTHER_APPLICATIONS_V, object_name:AR_RX_OTHER_APPLICATIONS_V, status:VALID, product: AR - Receivables , description: (Base view for RXi:Other Applications Report ) , implementation_dba_data: APPS.AR_RX_OTHER_APPLICATIONS_V ,
-
View: AR_RX_OTHER_APPLICATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RX_OTHER_APPLICATIONS_V, object_name:AR_RX_OTHER_APPLICATIONS_V, status:VALID, product: AR - Receivables , description: (Base view for RXi:Other Applications Report ) , implementation_dba_data: APPS.AR_RX_OTHER_APPLICATIONS_V ,
-
View: AR_BR_BATCHES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BR_BATCHES_V, object_name:AR_BR_BATCHES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BR_BATCHES_V ,