Search Results ap_bank_accounts_all
Overview
The AR_AUTOREC_EXCEPTIONS table is a core technical object within Oracle E-Business Suite Receivables (AR) modules, specifically for versions 12.1.1 and 12.2.2. It functions as a temporary staging and logging table for the Automatic Receipts program and its related processes. The primary role of this table is to capture and persist detailed exception records generated when the system encounters issues during the automated creation of receipts from incoming payments, such as electronic bank statement lines. These exceptions must be reviewed and resolved by users before the associated funds can be successfully applied, ensuring data integrity in the receivables cycle.
Key Information Stored
The table stores a comprehensive record for each exception, keyed by a composite primary key (BATCH_ID, REQUEST_ID, EXCEPTION_CODE). Critical columns include BATCH_ID, linking to the AR_BATCHES_ALL table, and REQUEST_ID, linking to the concurrent request in FND_CONCURRENT_REQUESTS. The EXCEPTION_CODE defines the nature of the failure. Other significant columns reference the specific business entities involved in the failed transaction: PAYMENT_SCHEDULE_ID (the invoice), PAYING_CUSTOMER_ID and PAYING_SITE_USE_ID (the customer and site), and CUST_BANK_ACCT_ID (the customer's bank account). Crucially, it also stores bank account references for the remittance bank via REMIT_BANK_ACCT_ID (AP_BANK_ACCOUNTS_ALL) and REMIT_BANK_ACCT_USE_ID (CE_BANK_ACCT_USES_ALL), directly linking to the object referenced in the user's search.
Common Use Cases and Queries
The primary use case is troubleshooting and resolving automatic receipt failures. Administrators and AR specialists query this table to generate exception reports, often filtered by batch or request ID. A typical diagnostic query joins to related customer and transaction tables to provide context for resolution.
- Sample Query for Exception Analysis:
SELECT exc.*, cust.account_number, ps.trx_number
FROM ar_autorec_exceptions exc,
hz_cust_accounts cust,
ar_payment_schedules_all ps
WHERE exc.paying_customer_id = cust.cust_account_id
AND exc.payment_schedule_id = ps.payment_schedule_id
AND exc.request_id = :conc_request_id
ORDER BY exc.exception_code; - Reporting Use Case: Identifying exceptions related to specific remittance bank accounts by querying on REMIT_BANK_ACCT_ID, which is essential for bank reconciliation and cash management processes.
Related Objects
As indicated by its foreign key constraints, AR_AUTOREC_EXCEPTIONS has strong dependencies on several fundamental EBS tables. It is directly linked to transaction batches (AR_BATCHES_ALL), customer data (HZ_CUST_ACCOUNTS, HZ_CUST_SITE_USES_ALL), and invoice schedules (AR_PAYMENT_SCHEDULES_ALL). Its connection to banking structures is particularly notable, with foreign keys to both the Accounts Payable bank account definition (AP_BANK_ACCOUNTS_ALL) and the Cash Management bank account use (CE_BANK_ACCT_USES_ALL). This positions the table at the intersection of Receivables, Cash Management, and Treasury operations. The table is populated and managed by the underlying Automatic Receipts engine and related concurrent programs.
-
Table: AR_AUTOREC_EXCEPTIONS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_AUTOREC_EXCEPTIONS, object_name:AR_AUTOREC_EXCEPTIONS, status:VALID, product: AR - Receivables , description: Temporary table used to store exceptions found by Automatic Receipts and its related programs , implementation_dba_data: AR.AR_AUTOREC_EXCEPTIONS ,
-
Table: AR_AUTOREC_EXCEPTIONS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_AUTOREC_EXCEPTIONS, object_name:AR_AUTOREC_EXCEPTIONS, status:VALID, product: AR - Receivables , description: Temporary table used to store exceptions found by Automatic Receipts and its related programs , implementation_dba_data: AR.AR_AUTOREC_EXCEPTIONS ,
-
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 ,
-
Table: RA_CUSTOMER_TRX_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMER_TRX_ALL, object_name:RA_CUSTOMER_TRX_ALL, status:VALID, product: AR - Receivables , description: Header-level information about invoices, debit memos, chargebacks, commitments and credit memos , implementation_dba_data: AR.RA_CUSTOMER_TRX_ALL ,
-
Table: RA_CUSTOMER_TRX_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMER_TRX_ALL, object_name:RA_CUSTOMER_TRX_ALL, status:VALID, product: AR - Receivables , description: Header-level information about invoices, debit memos, chargebacks, commitments and credit memos , implementation_dba_data: AR.RA_CUSTOMER_TRX_ALL ,
-
Table: AR_CC_ERROR_HISTORY
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CC_ERROR_HISTORY, object_name:AR_CC_ERROR_HISTORY, status:VALID, product: AR - Receivables , description: This table stores the execution report information for AutoReceipt or Remittance batches. , implementation_dba_data: AR.AR_CC_ERROR_HISTORY ,
-
Table: AR_CC_ERROR_HISTORY
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CC_ERROR_HISTORY, object_name:AR_CC_ERROR_HISTORY, status:VALID, product: AR - Receivables , description: This table stores the execution report information for AutoReceipt or Remittance batches. , implementation_dba_data: AR.AR_CC_ERROR_HISTORY ,
-
Table: AR_RECEIVABLES_TRX_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_RECEIVABLES_TRX_ALL, object_name:AR_RECEIVABLES_TRX_ALL, status:VALID, product: AR - Receivables , description: Accounting information for Receivables activities , implementation_dba_data: AR.AR_RECEIVABLES_TRX_ALL ,
-
Table: AR_BATCHES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_BATCHES_ALL, object_name:AR_BATCHES_ALL, status:VALID, product: AR - Receivables , description: Receipt batch information , implementation_dba_data: AR.AR_BATCHES_ALL ,
-
Table: AR_BATCHES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_BATCHES_ALL, object_name:AR_BATCHES_ALL, status:VALID, product: AR - Receivables , description: Receipt batch information , implementation_dba_data: AR.AR_BATCHES_ALL ,
-
Table: AR_RECEIPT_METHOD_ACCOUNTS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_RECEIPT_METHOD_ACCOUNTS_ALL, object_name:AR_RECEIPT_METHOD_ACCOUNTS_ALL, status:VALID, product: AR - Receivables , description: Account information for accounts used by payment methods , implementation_dba_data: AR.AR_RECEIPT_METHOD_ACCOUNTS_ALL ,
-
Table: AR_RECEIPT_METHOD_ACCOUNTS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_RECEIPT_METHOD_ACCOUNTS_ALL, object_name:AR_RECEIPT_METHOD_ACCOUNTS_ALL, status:VALID, product: AR - Receivables , description: Account information for accounts used by payment methods , implementation_dba_data: AR.AR_RECEIPT_METHOD_ACCOUNTS_ALL ,
-
Table: AR_RECEIVABLES_TRX_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_RECEIVABLES_TRX_ALL, object_name:AR_RECEIVABLES_TRX_ALL, status:VALID, product: AR - Receivables , description: Accounting information for Receivables activities , implementation_dba_data: AR.AR_RECEIVABLES_TRX_ALL ,
-
View: AR_OEX_RECEIPTS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_OEX_RECEIPTS_VIEW, object_name:AR_OEX_RECEIPTS_VIEW, status:VALID, product: AR - Receivables , description: This is the view for the Oracle Exchange Bill Presentment Payments page. , implementation_dba_data: APPS.AR_OEX_RECEIPTS_VIEW ,
-
View: AR_OEX_RECEIPTS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_OEX_RECEIPTS_VIEW, object_name:AR_OEX_RECEIPTS_VIEW, status:VALID, product: AR - Receivables , description: This is the view for the Oracle Exchange Bill Presentment Payments page. , implementation_dba_data: APPS.AR_OEX_RECEIPTS_VIEW ,
-
Table: AR_CASH_RECEIPTS_ALL
12.1.1
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 ,
-
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_DRAWEE_BANK_ACCOUNTS_H_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DRAWEE_BANK_ACCOUNTS_H_V, object_name:AR_DRAWEE_BANK_ACCOUNTS_H_V, status:VALID, product: AR - Receivables , description: drawee bank account header extract , implementation_dba_data: APPS.AR_DRAWEE_BANK_ACCOUNTS_H_V ,
-
View: AR_DRAWEE_BANK_ACCOUNTS_H_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DRAWEE_BANK_ACCOUNTS_H_V, object_name:AR_DRAWEE_BANK_ACCOUNTS_H_V, status:VALID, product: AR - Receivables , description: drawee bank account header extract , implementation_dba_data: APPS.AR_DRAWEE_BANK_ACCOUNTS_H_V ,
-
View: AR_AEL_SL_REC_V_OLD
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_AEL_SL_REC_V_OLD
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_AEL_SL_CB_REC_V_OLD
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_AEL_SL_CB_REC_V_OLD
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_AEL_GL_REC_V_OLD
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_AEL_GL_REC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AEL_GL_REC_V, object_name:AR_AEL_GL_REC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_AEL_GL_REC_V ,
-
View: AR_AEL_GL_REC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_AEL_GL_REC_V, object_name:AR_AEL_GL_REC_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_AEL_GL_REC_V ,
-
View: AR_AEL_GL_REC_V_OLD
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: ARFV_ON_ACCOUNT_CREDIT__OLD1
12.2.2
product: AR - Receivables , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: ARFV_ON_ACCOUNT_CREDIT__OLD1
12.1.1
product: AR - Receivables , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: ARFV_CREDITS_OLD1
12.2.2
product: AR - Receivables , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: ARFV_CREDITS_OLD1
12.1.1
product: AR - Receivables , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,