Search Results ar_receipt_methods
The AR_RECEIPT_METHODS
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical component of the Accounts Receivable (AR) module, storing configuration data for defining how customer payments are processed. This table serves as the foundation for managing receipt methods, which determine the payment instruments, clearing mechanisms, and accounting treatments for incoming receipts. Below is a detailed technical and functional analysis of this table.
1. Purpose and Functional Role
TheAR_RECEIPT_METHODS
table stores master data for all receipt methods configured in the system. A receipt method defines:
- The payment medium (e.g., check, credit card, wire transfer, cash).
- Clearing rules (e.g., bank accounts for deposits).
- Accounting rules (GL accounts for offset entries).
- Processing workflows (e.g., automatic vs. manual approval).
2. Key Columns and Structure
The table contains the following critical columns:- RECEIPT_METHOD_ID: Primary key, uniquely identifying each receipt method.
- NAME: User-defined name (e.g., "CHECK," "CREDIT CARD").
- TYPE: Classifies the method (e.g., 'AUTOMATIC', 'MANUAL', 'MISC').
- STATUS: Active ('A') or Inactive ('I').
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY: Standard Oracle audit columns.
- REMITTANCE_FLAG: Indicates if remittance advice is required (Y/N).
- BANK_ACCOUNT_ID: Links to
CE_BANK_ACCOUNTS
for automatic bank deposits. - GL_ID_CCID: GL account for credit card receipts (if applicable).
3. Integration Points
The table integrates with:- AR_CASH_RECEIPTS: References
RECEIPT_METHOD_ID
to track payment methods for individual receipts. - HZ_CUST_PROFILE_AMTS: Assigns default receipt methods to customer profiles.
- CE_PAYMENT_DOCUMENTS: Maps receipt methods to payment documents (e.g., checks).
- Oracle Payments: For credit card and electronic payment processing.
4. Technical Considerations
- Indexes: Primary key index on
RECEIPT_METHOD_ID
; secondary indexes may exist onNAME
andTYPE
. - API Dependencies: The
AR_RECEIPT_METHODS_PKG
PL/SQL package manages CRUD operations. - Upgrades: Data is preserved during upgrades from 12.1.1 to 12.2.2, but customizations may require validation.
5. Configuration Best Practices
- Use descriptive
NAME
values to ensure clarity in reporting. - Leverage
TYPE
to enforce consistent processing workflows. - Inactivate (
STATUS = 'I'
) unused methods instead of deleting to maintain referential integrity. - Validate
BANK_ACCOUNT_ID
mappings to avoid settlement errors.
6. Common Use Cases
- Automating lockbox processing via
TYPE = 'AUTOMATIC'
methods. - Configuring credit card settlements by linking to Oracle Payments.
- Generating remittance advice for methods with
REMITTANCE_FLAG = 'Y'
.
7. Audit and Security
The table is protected by Oracle EBS' standard data security models. Access typically requires:- AR_RECEIPT_METHODS responsibility or equivalent.
- Privileges to the "Receipt Methods" form (Navigation: AR > Setup > Receipts > Receipt Methods).
Conclusion
TheAR_RECEIPT_METHODS
table is a cornerstone of Oracle AR's payment processing framework. Proper configuration ensures accurate cash application, reduces manual effort, and maintains audit trails. Administrators should rigorously validate mappings to downstream systems (e.g., Cash Management, GL) to prevent reconciliation issues.
-
Table: AR_RECEIPT_METHODS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_RECEIPT_METHODS, object_name:AR_RECEIPT_METHODS, status:VALID, product: AR - Receivables , description: Information about payment methods , implementation_dba_data: AR.AR_RECEIPT_METHODS ,
-
Table: AR_RECEIPT_METHODS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_RECEIPT_METHODS, object_name:AR_RECEIPT_METHODS, status:VALID, product: AR - Receivables , description: Information about payment methods , implementation_dba_data: AR.AR_RECEIPT_METHODS ,
-
View: AR_RECEIPT_TRX_TYPE_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RECEIPT_TRX_TYPE_VIEW, object_name:AR_RECEIPT_TRX_TYPE_VIEW, status:VALID, product: AR - Receivables , description: A union of AR_RECEIPT_METHODS and RA_CUST_TRX_TYPES , implementation_dba_data: APPS.AR_RECEIPT_TRX_TYPE_VIEW ,
-
View: AR_RECEIPT_TRX_TYPE_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RECEIPT_TRX_TYPE_VIEW, object_name:AR_RECEIPT_TRX_TYPE_VIEW, status:VALID, product: AR - Receivables , description: A union of AR_RECEIPT_METHODS and RA_CUST_TRX_TYPES , implementation_dba_data: APPS.AR_RECEIPT_TRX_TYPE_VIEW ,
-
Table: AR_CC_ERROR_MAPPINGS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CC_ERROR_MAPPINGS, object_name:AR_CC_ERROR_MAPPINGS, status:VALID, product: AR - Receivables , description: This table stores credit card errors and the corresponding corrective actions for automation. , implementation_dba_data: AR.AR_CC_ERROR_MAPPINGS ,
-
Table: AR_RECEIPT_CLASSES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_RECEIPT_CLASSES, object_name:AR_RECEIPT_CLASSES, status:VALID, product: AR - Receivables , description: Information about receipt classes , implementation_dba_data: AR.AR_RECEIPT_CLASSES ,
-
Table: AR_RECEIPT_CLASSES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_RECEIPT_CLASSES, object_name:AR_RECEIPT_CLASSES, status:VALID, product: AR - Receivables , description: Information about receipt classes , implementation_dba_data: AR.AR_RECEIPT_CLASSES ,
-
View: AR_CR_INF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CR_INF_V, object_name:AR_CR_INF_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_CR_INF_V ,
-
Table: RA_CUST_RECEIPT_METHODS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUST_RECEIPT_METHODS, object_name:RA_CUST_RECEIPT_METHODS, status:VALID, product: AR - Receivables , description: Payment Methods assigned to a customer and/or customer site , implementation_dba_data: AR.RA_CUST_RECEIPT_METHODS ,
-
View: AR_RECEIPT_METHOD_NAME_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RECEIPT_METHOD_NAME_V, object_name:AR_RECEIPT_METHOD_NAME_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_RECEIPT_METHOD_NAME_V ,
-
View: AR_RECEIPT_METHOD_NAME_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RECEIPT_METHOD_NAME_V, object_name:AR_RECEIPT_METHOD_NAME_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_RECEIPT_METHOD_NAME_V ,
-
Table: AR_CC_ERROR_MAPPINGS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CC_ERROR_MAPPINGS, object_name:AR_CC_ERROR_MAPPINGS, status:VALID, product: AR - Receivables , description: This table stores credit card errors and the corresponding corrective actions for automation. , implementation_dba_data: AR.AR_CC_ERROR_MAPPINGS ,
-
Table: AR_PAYMENTS_INTERFACE_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_PAYMENTS_INTERFACE_ALL, object_name:AR_PAYMENTS_INTERFACE_ALL, status:VALID, product: AR - Receivables , description: Imported Lockbox information that was not validated , implementation_dba_data: AR.AR_PAYMENTS_INTERFACE_ALL ,
-
Table: AR_PAYMENTS_INTERFACE_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_PAYMENTS_INTERFACE_ALL, object_name:AR_PAYMENTS_INTERFACE_ALL, status:VALID, product: AR - Receivables , description: Imported Lockbox information that was not validated , implementation_dba_data: AR.AR_PAYMENTS_INTERFACE_ALL ,
-
Table: AR_LOCKBOXES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_LOCKBOXES_ALL, object_name:AR_LOCKBOXES_ALL, status:VALID, product: AR - Receivables , description: Lockbox details used by the AutoLockbox program , implementation_dba_data: AR.AR_LOCKBOXES_ALL ,
-
Table: RA_CUST_RECEIPT_METHODS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUST_RECEIPT_METHODS, object_name:RA_CUST_RECEIPT_METHODS, status:VALID, product: AR - Receivables , description: Payment Methods assigned to a customer and/or customer site , implementation_dba_data: AR.RA_CUST_RECEIPT_METHODS ,
-
Table: AR_LOCKBOXES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_LOCKBOXES_ALL, object_name:AR_LOCKBOXES_ALL, status:VALID, product: AR - Receivables , description: Lockbox details used by the AutoLockbox program , implementation_dba_data: AR.AR_LOCKBOXES_ALL ,
-
View: AR_CR_INF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CR_INF_V, object_name:AR_CR_INF_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_CR_INF_V ,
-
Table: AR_TRANSACTIONS_REP_ITF
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_TRANSACTIONS_REP_ITF, object_name:AR_TRANSACTIONS_REP_ITF, status:VALID, product: AR - Receivables , description: Report Exchange interface table for the Receivables Transactions reports , implementation_dba_data: AR.AR_TRANSACTIONS_REP_ITF ,
-
Table: AR_TRANSACTIONS_REP_ITF
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_TRANSACTIONS_REP_ITF, object_name:AR_TRANSACTIONS_REP_ITF, status:VALID, product: AR - Receivables , description: Report Exchange interface table for the Receivables Transactions reports , implementation_dba_data: AR.AR_TRANSACTIONS_REP_ITF ,
-
View: AR_CC_ERRORS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CC_ERRORS_V, object_name:AR_CC_ERRORS_V, status:VALID, product: AR - Receivables , description: This view has been used in credit error card correction OA page. , implementation_dba_data: APPS.AR_CC_ERRORS_V ,
-
View: AR_CC_ERRORS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CC_ERRORS_V, object_name:AR_CC_ERRORS_V, status:VALID, product: AR - Receivables , description: This view has been used in credit error card correction OA page. , implementation_dba_data: APPS.AR_CC_ERRORS_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 ,
-
Table: AR_INTERIM_CASH_RECEIPTS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_INTERIM_CASH_RECEIPTS_ALL, object_name:AR_INTERIM_CASH_RECEIPTS_ALL, status:VALID, product: AR - Receivables , description: QuickCash payments processed by the PostBatch program , implementation_dba_data: AR.AR_INTERIM_CASH_RECEIPTS_ALL ,
-
Table: AR_INTERIM_CASH_RECEIPTS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_INTERIM_CASH_RECEIPTS_ALL, object_name:AR_INTERIM_CASH_RECEIPTS_ALL, status:VALID, product: AR - Receivables , description: QuickCash payments processed by the PostBatch program , implementation_dba_data: AR.AR_INTERIM_CASH_RECEIPTS_ALL ,
-
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_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_RCT_METHOD_H_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RCT_METHOD_H_V, object_name:AR_RCT_METHOD_H_V, status:VALID, product: AR - Receivables , description: AR XLA Extract , implementation_dba_data: APPS.AR_RCT_METHOD_H_V ,
-
View: AR_RCT_METHOD_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RCT_METHOD_H_V, object_name:AR_RCT_METHOD_H_V, status:VALID, product: AR - Receivables , description: AR XLA Extract , implementation_dba_data: APPS.AR_RCT_METHOD_H_V ,
-
View: AR_RECEIPT_AMOUNTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RECEIPT_AMOUNTS_V, object_name:AR_RECEIPT_AMOUNTS_V, status:VALID, product: AR - Receivables , description: (Release 10SC Only) , implementation_dba_data: APPS.AR_RECEIPT_AMOUNTS_V ,
-
Table: RA_CUST_TRX_TYPES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUST_TRX_TYPES_ALL, object_name:RA_CUST_TRX_TYPES_ALL, status:VALID, product: AR - Receivables , description: Transaction type for invoices, commitments and credit memos , implementation_dba_data: AR.RA_CUST_TRX_TYPES_ALL ,
-
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_RECEIPT_AMOUNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RECEIPT_AMOUNTS_V, object_name:AR_RECEIPT_AMOUNTS_V, status:VALID, product: AR - Receivables , description: (Release 10SC Only) , implementation_dba_data: APPS.AR_RECEIPT_AMOUNTS_V ,
-
View: AR_RCT_METHOD_S_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RCT_METHOD_S_V, object_name:AR_RCT_METHOD_S_V, status:VALID, product: AR - Receivables , description: cash receipt receipt method shared extract , implementation_dba_data: APPS.AR_RCT_METHOD_S_V ,
-
View: AR_RCT_METHOD_S_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_RCT_METHOD_S_V, object_name:AR_RCT_METHOD_S_V, status:VALID, product: AR - Receivables , description: cash receipt receipt method shared extract , implementation_dba_data: APPS.AR_RCT_METHOD_S_V ,
-
Table: RA_CUST_TRX_TYPES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUST_TRX_TYPES_ALL, object_name:RA_CUST_TRX_TYPES_ALL, status:VALID, product: AR - Receivables , description: Transaction type for invoices, commitments and credit memos , implementation_dba_data: AR.RA_CUST_TRX_TYPES_ALL ,
-
Table: AR_CASH_RECEIPTS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CASH_RECEIPTS_ALL, object_name:AR_CASH_RECEIPTS_ALL, status:VALID, product: AR - Receivables , description: Detailed receipt information , implementation_dba_data: AR.AR_CASH_RECEIPTS_ALL ,
-
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_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_DOCS_RECEIVABLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DOCS_RECEIVABLES_V, object_name:AR_DOCS_RECEIVABLES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_DOCS_RECEIVABLES_V ,
-
View: AR_AUTOMATIC_RECEIPTS_FORMAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AUTOMATIC_RECEIPTS_FORMAT_V, object_name:AR_AUTOMATIC_RECEIPTS_FORMAT_V, status:VALID, product: AR - Receivables , description: Information about confirmed automatic receipts that are being formatted , implementation_dba_data: APPS.AR_AUTOMATIC_RECEIPTS_FORMAT_V ,
-
View: AR_FUNDS_CAPTURE_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_FUNDS_CAPTURE_ORDERS_V, object_name:AR_FUNDS_CAPTURE_ORDERS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_FUNDS_CAPTURE_ORDERS_V ,
-
View: AR_DOCS_RECEIVABLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DOCS_RECEIVABLES_V, object_name:AR_DOCS_RECEIVABLES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_DOCS_RECEIVABLES_V ,
-
View: AR_FUNDS_CAPTURE_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_FUNDS_CAPTURE_ORDERS_V, object_name:AR_FUNDS_CAPTURE_ORDERS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_FUNDS_CAPTURE_ORDERS_V ,
-
View: AR_CASH_RECEIPTS_L_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CASH_RECEIPTS_L_V, object_name:AR_CASH_RECEIPTS_L_V, status:VALID, product: AR - Receivables , description: AR XLA Extract , implementation_dba_data: APPS.AR_CASH_RECEIPTS_L_V ,
-
View: AR_AUTOMATIC_RECEIPTS_FORMAT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AUTOMATIC_RECEIPTS_FORMAT_V, object_name:AR_AUTOMATIC_RECEIPTS_FORMAT_V, status:VALID, product: AR - Receivables , description: Information about confirmed automatic receipts that are being formatted , implementation_dba_data: APPS.AR_AUTOMATIC_RECEIPTS_FORMAT_V ,
-
View: AR_CASH_RECEIPTS_S_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CASH_RECEIPTS_S_V, object_name:AR_CASH_RECEIPTS_S_V, status:VALID, product: AR - Receivables , description: cash receipt shared extract , implementation_dba_data: APPS.AR_CASH_RECEIPTS_S_V ,
-
View: AR_CASH_RECEIPTS_S_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CASH_RECEIPTS_S_V, object_name:AR_CASH_RECEIPTS_S_V, status:VALID, product: AR - Receivables , description: cash receipt shared extract , implementation_dba_data: APPS.AR_CASH_RECEIPTS_S_V ,
-
View: AR_CASH_RECEIPTS_L_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CASH_RECEIPTS_L_V, object_name:AR_CASH_RECEIPTS_L_V, status:VALID, product: AR - Receivables , description: AR XLA Extract , implementation_dba_data: APPS.AR_CASH_RECEIPTS_L_V ,
-
View: AR_AEL_GL_REC_CB_V
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,