Search Results ar_receipt_method_accounts
Overview
The APPS.JL_BR_AR_RCT_MTHD_2_V view is a Brazilian localization (JL_BR) object within Oracle E-Business Suite Release 12.1.1 and 12.2.2. It resolves a denormalized, reporting-friendly representation of Receivables receipt method configurations that are tied to remittance bank accounts. The view answers the question of which receipt methods are associated with which bank account uses, and it additionally surfaces the receipt class creation method code, enabling downstream logic to distinguish manual, automatic, and quick-payment creation behavior.
This view is particularly relevant to implementers who search under the term ar_receipt_method_accounts, since that base table is one of its five constituent objects. The view effectively joins the receipt method definition to its bank account assignments, making it suitable for reporting on bank account usage per receipt method without requiring the consumer to reconstruct the multi-table join. In Brazilian localization contexts, this is often used for bank remittance, collection, and reconciliation reporting.
Underlying Base Objects
The view is defined over five base objects, all referenced through APPS SYNONYMs:
- AR_RECEIPT_METHODS — aliased
E, providing the receipt method name and the receipt class reference. - AR_RECEIPT_CLASSES — aliased
D, supplying the receipt class creation method code. - AR_RECEIPT_METHOD_ACCOUNTS — aliased
B, linking a receipt method to a remittance bank account use. - RA_CUST_RECEIPT_METHODS — aliased
A, associating customer-related receipt method usage. - CE_BANK_ACCT_USES_ALL — aliased
ACCUSE, the Cash Management bank account use record that anchors a remittance bank account.
The joins are driven by RECEIPT_METHOD_ID between the receipt method tables and the receipt method accounts table, by RECEIPT_CLASS_ID between the receipt method and the receipt class, and by BANK_ACCT_USE_ID between the receipt method accounts and the bank account uses table. A SELECT DISTINCT is applied, which deduplicates the result set that would otherwise repeat when multiple customer or account use rows match.
Key Columns
The view exposes three columns:
- NAME — the receipt method name from
AR_RECEIPT_METHODS.NAME. This is the human-readable identifier used in reports and setup screens. - RECEIPT_METHOD_ID — the primary identifier from
AR_RECEIPT_METHODS.RECEIPT_METHOD_ID, enabling joins back to standard Receivables tables. - CREATION_METHOD_CODE — from
AR_RECEIPT_CLASSES.CREATION_METHOD_CODE, indicating whether receipts under the class are created manually, automatically, or by quick payment.
Common Use Cases and Queries
Typical usage includes validating bank account assignments for a receipt method, and generating bank-specific collection reports where the creation method must be known.
SELECT name, receipt_method_id, creation_method_code
FROM apps.jl_br_ar_rct_mthd_2_v
ORDER BY name;
To filter for a specific receipt method:
SELECT name, creation_method_code
FROM apps.jl_br_ar_rct_mthd_2_v
WHERE receipt_method_id = :p_receipt_method_id;
Because the view joins through AR_RECEIPT_METHOD_ACCOUNTS, it is useful for identifying which receipt methods actually have remittance bank accounts configured—a frequent reconciliation test in Brazilian localization implementations.
-
VIEW: APPS.JL_BR_AR_RCT_MTHD_2_V
12.1.1
-
VIEW: APPS.JL_BR_AR_RCT_MTHD_2_V
12.2.2
-
VIEW: APPS.JL_BR_AR_RCT_MTHD_1_V
12.2.2
-
PACKAGE BODY: APPS.ARP_RM_ACCOUNTS_PKG
12.1.1
-
PACKAGE BODY: APPS.ARP_RM_ACCOUNTS_PKG
12.2.2
-
VIEW: APPS.JL_BR_AR_RCT_MTHD_1_V
12.1.1
-
APPS.ARP_RM_ACCOUNTS_PKG SQL Statements
12.1.1
-
APPS.ARP_RM_ACCOUNTS_PKG SQL Statements
12.2.2
-
View: JL_BR_AR_RCT_MTHD_2_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JL.JL_BR_AR_RCT_MTHD_2_V, object_name:JL_BR_AR_RCT_MTHD_2_V, status:VALID, product: JL - Latin America Localizations , description: - Retrofitted , implementation_dba_data: APPS.JL_BR_AR_RCT_MTHD_2_V ,
-
Lookup Type: AUTOGL_TABLES
12.2.2
product: AR - Receivables , meaning: Autogl Tables , description: Tables on which AutoAccounting can be based ,
-
Lookup Type: AUTOGL_TABLES
12.1.1
product: AR - Receivables , meaning: Autogl Tables , description: Tables on which AutoAccounting can be based ,
-
PACKAGE: APPS.ARP_RW_BATCHES_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ARP_RW_BATCHES_PKG, status:VALID,
-
PACKAGE: APPS.ARP_RM_ACCOUNTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ARP_RM_ACCOUNTS_PKG, status:VALID,
-
View: JL_BR_AR_RCT_MTHD_2_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JL.JL_BR_AR_RCT_MTHD_2_V, object_name:JL_BR_AR_RCT_MTHD_2_V, status:VALID, product: JL - Latin America Localizations , description: - Retrofitted , implementation_dba_data: APPS.JL_BR_AR_RCT_MTHD_2_V ,
-
PACKAGE BODY: APPS.ARP_CR_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_CR_UTIL, status:VALID,
-
PACKAGE BODY: APPS.ARP_CR_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_CR_UTIL, status:VALID,
-
PACKAGE: APPS.ARP_RM_ACCOUNTS_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:ARP_RM_ACCOUNTS_PKG, status:VALID,
-
PACKAGE: APPS.ARP_RM_ACCOUNTS_PKG
12.2.2
-
PACKAGE: APPS.ARP_RM_ACCOUNTS_PKG
12.1.1
-
PACKAGE: APPS.AR_AUTOREM_API
12.2.2
owner:APPS, object_type:PACKAGE, object_name:AR_AUTOREM_API, status:VALID,
-
PACKAGE BODY: APPS.ARP_RM_ACCOUNTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_RM_ACCOUNTS_PKG, status:VALID,
-
PACKAGE: APPS.AR_AUTOREM_API
12.1.1
owner:APPS, object_type:PACKAGE, object_name:AR_AUTOREM_API, status:VALID,
-
PACKAGE BODY: APPS.ARP_RM_ACCOUNTS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_RM_ACCOUNTS_PKG, status:VALID,
-
PACKAGE: APPS.ARP_CONFIRMATION
12.2.2
owner:APPS, object_type:PACKAGE, object_name:ARP_CONFIRMATION, status:VALID,
-
PACKAGE BODY: APPS.AR_CM_APP_VAL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AR_CM_APP_VAL_PVT, status:VALID,
-
PACKAGE: APPS.ARP_RW_BATCHES_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:ARP_RW_BATCHES_PKG, status:VALID,
-
PACKAGE: APPS.ARP_CONFIRMATION
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ARP_CONFIRMATION, status:VALID,
-
PACKAGE BODY: APPS.ARP_PROCESS_APPLICATION2
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_PROCESS_APPLICATION2, status:VALID,
-
VIEW: APPS.AR_BOE_REMIT_RECEIPTS_NONCBR_V
12.1.1
-
PACKAGE: APPS.ARP_CR_UTIL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ARP_CR_UTIL, status:VALID,
-
PACKAGE: APPS.ARP_CR_UTIL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:ARP_CR_UTIL, status:VALID,
-
VIEW: APPS.OKL_BPD_RCPT_MTHDS_UV
12.1.1
-
VIEW: APPS.OKL_BPD_RCPT_MTHDS_UV
12.2.2
-
PACKAGE BODY: APPS.AR_CM_APP_VAL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AR_CM_APP_VAL_PVT, status:VALID,
-
PACKAGE BODY: APPS.PSA_MF_MISC_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PSA_MF_MISC_PKG, status:VALID,
-
VIEW: APPS.AR_BOE_REMIT_RECEIPTS_NONCBR_V
12.2.2
-
PACKAGE BODY: APPS.ARP_AUTO_ACCOUNTING_BR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_AUTO_ACCOUNTING_BR, status:VALID,
-
PACKAGE BODY: APPS.PSA_MF_MISC_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSA_MF_MISC_PKG, status:VALID,
-
PACKAGE BODY: APPS.ARP_TRX_VAL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_TRX_VAL, status:VALID,
-
PACKAGE BODY: APPS.ARRX_BRS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ARRX_BRS, status:VALID,
-
PACKAGE BODY: APPS.ARRX_BRS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ARRX_BRS, status:VALID,
-
PACKAGE BODY: APPS.ARP_PROC_RECEIPTS2
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_PROC_RECEIPTS2, status:VALID,
-
PACKAGE: APPS.ARP_CR_UTIL
12.2.2
-
APPS.ARP_CR_UTIL SQL Statements
12.2.2
-
VIEW: APPS.JL_BR_AR_RCT_MTHD_2_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JL.JL_BR_AR_RCT_MTHD_2_V, object_name:JL_BR_AR_RCT_MTHD_2_V, status:VALID,
-
PACKAGE BODY: APPS.ARP_PROCESS_APPLICATION2
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_PROCESS_APPLICATION2, status:VALID,
-
PACKAGE BODY: APPS.ARP_TRX_VAL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_TRX_VAL, status:VALID,
-
PACKAGE BODY: APPS.ARP_RW_BATCHES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_RW_BATCHES_PKG, status:VALID,
-
View: JL_BR_AR_RCT_MTHD_1_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JL.JL_BR_AR_RCT_MTHD_1_V, object_name:JL_BR_AR_RCT_MTHD_1_V, status:VALID, product: JL - Latin America Localizations , description: - Retrofitted , implementation_dba_data: APPS.JL_BR_AR_RCT_MTHD_1_V ,
-
View: JL_BR_AR_RCT_MTHD_1_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JL.JL_BR_AR_RCT_MTHD_1_V, object_name:JL_BR_AR_RCT_MTHD_1_V, status:VALID, product: JL - Latin America Localizations , description: - Retrofitted , implementation_dba_data: APPS.JL_BR_AR_RCT_MTHD_1_V ,