Search Results ap_bank_accounts_all
Overview
The AP_BANK_ACCOUNTS_ALL table is a core data object within the Oracle E-Business Suite Payables (AP) module, serving as the master repository for all bank accounts defined for payment and receipt processing. It is a multi-organization table, as indicated by the "_ALL" suffix, meaning it stores records for all operating units within an EBS instance, typically distinguished by the ORG_ID column. This table is fundamental to the Cash Management and Payables functions, enabling the configuration of bank accounts for electronic funds transfers (EFT), check payments, and bank statement reconciliation. Each record defines the account's banking details, associated general ledger (GL) accounts for various accounting activities, and control parameters for payment processing.
Key Information Stored
The table's structure is defined by its primary and foreign keys, which highlight its critical data elements and integrations. The primary key is BANK_ACCOUNT_ID, a unique system identifier. A unique key on BANK_ACCOUNT_NAME enforces naming uniqueness. Crucially, the table maintains a foreign key relationship to AP_BANK_BRANCHES (via BANK_BRANCH_ID), linking the account to its specific bank branch. It also holds the account CURRENCY_CODE, linked to FND_CURRENCIES. The most significant set of foreign keys are to GL_CODE_COMBINATIONS, defining the specific GL accounts used for different transaction types. These include columns such as ASSET_CODE_COMBINATION_ID (the main cash account), BANK_ERRORS_CCID, UNAPPLIED_CCID, UNIDENTIFIED_CCID, and FUTURE_DATED_PAYMENT_CCID, among others listed in the metadata. This design centralizes the complete financial and operational setup for a bank account.
Common Use Cases and Queries
This table is central to reporting and troubleshooting payment-related processes. A common use case is generating a list of all bank accounts for a specific operating unit, including their associated cash GL account. Another critical scenario involves validating the setup before a payment batch is submitted, ensuring all required accounting flexfields (CCIDs) are populated. Sample queries often join to AP_BANK_BRANCHES and GL_CODE_COMBINATIONS.
- Listing Bank Accounts by Operating Unit:
SELECT BANK_ACCOUNT_NAME, BANK_ACCOUNT_NUM, CURRENCY_CODE FROM AP_BANK_ACCOUNTS_ALL WHERE ORG_ID = :org_id ORDER BY 1; - Verifying GL Account Assignments:
SELECT aba.BANK_ACCOUNT_NAME, aba.ASSET_CODE_COMBINATION_ID, gcc.segment1 FROM AP_BANK_ACCOUNTS_ALL aba, GL_CODE_COMBINATIONS gcc WHERE aba.ASSET_CODE_COMBINATION_ID = gcc.CODE_COMBINATION_ID AND aba.ORG_ID = :org_id;
Related Objects
As evidenced by its extensive foreign key constraints, AP_BANK_ACCOUNTS_ALL is a hub table with dependencies across financial modules. Its primary relationship is with AP_BANK_BRANCHES, which stores branch details. The numerous links to GL_CODE_COMBINATIONS underpin all accounting entries for bank transactions. The link to AR_RECEIVABLES_TRX_ALL (via BR_STD_RECEIVABLES_TRX_ID) supports automatic receipt creation in Receivables. For payment processing, it is referenced by payment documents in tables like AP_CHECKS_ALL and AP_INVOICES_ALL. In Cash Management, it is essential for bank statement reconciliation (CE_STATEMENTS). The Oracle Payables API AP_BANK_ACCOUNT_PKG is the primary programmatic interface for creating and maintaining records in this table.
-
Table: AP_BANK_ACCOUNTS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_BANK_ACCOUNTS_ALL, object_name:AP_BANK_ACCOUNTS_ALL, status:VALID, product: AP - Payables , implementation_dba_data: AP.AP_BANK_ACCOUNTS_ALL ,
-
Table: AP_BANK_ACCOUNTS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_BANK_ACCOUNTS_ALL, object_name:AP_BANK_ACCOUNTS_ALL, status:VALID, product: AP - Payables , implementation_dba_data: AP.AP_BANK_ACCOUNTS_ALL ,
-
Table: AP_CHECKS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CHECKS_ALL, object_name:AP_CHECKS_ALL, status:VALID, product: AP - Payables , description: Supplier payment data , implementation_dba_data: AP.AP_CHECKS_ALL ,
-
Table: AP_CHECKS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CHECKS_ALL, object_name:AP_CHECKS_ALL, status:VALID, product: AP - Payables , description: Supplier payment data , implementation_dba_data: AP.AP_CHECKS_ALL ,
-
Table: AP_RECON_TRANSACTION_CODES
12.2.2
product: AP - Payables , description: Bank detail reconciliation transaction codes , implementation_dba_data: Not implemented in this database ,
-
Table: AP_RECON_CHECK_RESULTS
12.1.1
product: AP - Payables , description: Temporary storage of payment subtotals used for bank account reconciliation comparison , implementation_dba_data: Not implemented in this database ,
-
Table: AP_RECON_CHECK_RESULTS
12.2.2
product: AP - Payables , description: Temporary storage of payment subtotals used for bank account reconciliation comparison , implementation_dba_data: Not implemented in this database ,
-
Table: AP_SELECTED_INVOICE_CHECKS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SELECTED_INVOICE_CHECKS_ALL, object_name:AP_SELECTED_INVOICE_CHECKS_ALL, status:VALID, product: AP - Payables , description: No Longer Used , implementation_dba_data: AP.AP_SELECTED_INVOICE_CHECKS_ALL ,
-
Table: AP_RECON_RECORD_CODES
12.2.2
product: AP - Payables , description: Bank reconciliation record descriptions used by AutoClear , implementation_dba_data: Not implemented in this database ,
-
Table: AP_RECON_DETAILS
12.1.1
product: AP - Payables , description: Temporary storage of header and detail bank reconciliation information , implementation_dba_data: Not implemented in this database ,
-
Table: AP_RECON_RECORD_CODES
12.1.1
product: AP - Payables , description: Bank reconciliation record descriptions used by AutoClear , implementation_dba_data: Not implemented in this database ,
-
Table: AP_BANK_ACCOUNT_USES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_BANK_ACCOUNT_USES_ALL, object_name:AP_BANK_ACCOUNT_USES_ALL, status:VALID, product: AP - Payables , implementation_dba_data: AP.AP_BANK_ACCOUNT_USES_ALL ,
-
Table: AP_RECON_SUMMARIES
12.1.1
product: AP - Payables , description: Temporary storage of bank-supplied reconciliation categorized sub-totals , implementation_dba_data: Not implemented in this database ,
-
Table: AP_RECON_TRANSACTION_CODES
12.1.1
product: AP - Payables , description: Bank detail reconciliation transaction codes , implementation_dba_data: Not implemented in this database ,
-
Table: AP_BANK_ACCOUNT_USES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_BANK_ACCOUNT_USES_ALL, object_name:AP_BANK_ACCOUNT_USES_ALL, status:VALID, product: AP - Payables , implementation_dba_data: AP.AP_BANK_ACCOUNT_USES_ALL ,
-
Table: AP_RECON_SUMMARIES
12.2.2
product: AP - Payables , description: Temporary storage of bank-supplied reconciliation categorized sub-totals , implementation_dba_data: Not implemented in this database ,
-
Table: AP_RECON_LOCKS
12.1.1
product: AP - Payables , description: Temporary table for monitoring AutoClear processes , implementation_dba_data: Not implemented in this database ,
-
Table: AP_RECON_LOCKS
12.2.2
product: AP - Payables , description: Temporary table for monitoring AutoClear processes , implementation_dba_data: Not implemented in this database ,
-
Table: AP_RECON_DETAILS
12.2.2
product: AP - Payables , description: Temporary storage of header and detail bank reconciliation information , implementation_dba_data: Not implemented in this database ,
-
Table: AP_PAYMENT_SCHEDULES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_PAYMENT_SCHEDULES_ALL, object_name:AP_PAYMENT_SCHEDULES_ALL, status:VALID, product: AP - Payables , description: Scheduled payment information on invoices , implementation_dba_data: AP.AP_PAYMENT_SCHEDULES_ALL ,
-
Table: AP_PBATCH_SET_LINES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_PBATCH_SET_LINES_ALL, object_name:AP_PBATCH_SET_LINES_ALL, status:VALID, product: AP - Payables , description: Payment batch set lines , implementation_dba_data: AP.AP_PBATCH_SET_LINES_ALL ,
-
Table: AP_PBATCH_SET_LINES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_PBATCH_SET_LINES_ALL, object_name:AP_PBATCH_SET_LINES_ALL, status:VALID, product: AP - Payables , description: Payment batch set lines , implementation_dba_data: AP.AP_PBATCH_SET_LINES_ALL ,
-
Table: AP_RECON_RECORD_SPECS
12.2.2
product: AP - Payables , description: Bank reconciliation flat file structures used by AutoClear , implementation_dba_data: Not implemented in this database ,
-
Table: AP_HISTORY_CHECKS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_HISTORY_CHECKS_ALL, object_name:AP_HISTORY_CHECKS_ALL, status:VALID, product: AP - Payables , description: Summary information about purged invoice payments , implementation_dba_data: AP.AP_HISTORY_CHECKS_ALL ,
-
Table: AP_PAYMENT_SCHEDULES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_PAYMENT_SCHEDULES_ALL, object_name:AP_PAYMENT_SCHEDULES_ALL, status:VALID, product: AP - Payables , description: Scheduled payment information on invoices , implementation_dba_data: AP.AP_PAYMENT_SCHEDULES_ALL ,
-
Table: AP_RECON_RECORD_SPECS
12.1.1
product: AP - Payables , description: Bank reconciliation flat file structures used by AutoClear , implementation_dba_data: Not implemented in this database ,
-
Table: AP_HISTORY_CHECKS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_HISTORY_CHECKS_ALL, object_name:AP_HISTORY_CHECKS_ALL, status:VALID, product: AP - Payables , description: Summary information about purged invoice payments , implementation_dba_data: AP.AP_HISTORY_CHECKS_ALL ,
-
Table: AP_SELECTED_INVOICE_CHECKS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SELECTED_INVOICE_CHECKS_ALL, object_name:AP_SELECTED_INVOICE_CHECKS_ALL, status:VALID, product: AP - Payables , description: No Longer Used , implementation_dba_data: AP.AP_SELECTED_INVOICE_CHECKS_ALL ,
-
Table: AP_CHECK_STOCKS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CHECK_STOCKS_ALL, object_name:AP_CHECK_STOCKS_ALL, status:VALID, product: AP - Payables , description: No Longer Used , implementation_dba_data: AP.AP_CHECK_STOCKS_ALL ,
-
Table: AP_CHECK_STOCKS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CHECK_STOCKS_ALL, object_name:AP_CHECK_STOCKS_ALL, status:VALID, product: AP - Payables , description: No Longer Used , implementation_dba_data: AP.AP_CHECK_STOCKS_ALL ,
-
Table: AP_SELECTED_INVOICES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SELECTED_INVOICES_ALL, object_name:AP_SELECTED_INVOICES_ALL, status:VALID, product: AP - Payables , description: Temporary storage of invoices selected for payment in a payment batch , implementation_dba_data: AP.AP_SELECTED_INVOICES_ALL ,
-
Table: AP_BANK_BRANCHES
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_BANK_BRANCHES, object_name:AP_BANK_BRANCHES, status:VALID, product: AP - Payables , implementation_dba_data: AP.AP_BANK_BRANCHES ,
-
Table: AP_SELECTED_INVOICES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SELECTED_INVOICES_ALL, object_name:AP_SELECTED_INVOICES_ALL, status:VALID, product: AP - Payables , description: Temporary storage of invoices selected for payment in a payment batch , implementation_dba_data: AP.AP_SELECTED_INVOICES_ALL ,
-
View: APFV_BANK_ACCOUNTS
12.1.1
product: AP - Payables , description: Business view , implementation_dba_data: Not implemented in this database ,
-
Table: AP_INV_SELECTION_CRITERIA_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INV_SELECTION_CRITERIA_ALL, object_name:AP_INV_SELECTION_CRITERIA_ALL, status:VALID, product: AP - Payables , description: Payment batch invoice selection criteria , implementation_dba_data: AP.AP_INV_SELECTION_CRITERIA_ALL ,
-
View: APBV_BANK_ACCOUNTS
12.2.2
product: AP - Payables , description: Business view , implementation_dba_data: Not implemented in this database ,
-
Table: AP_INV_SELECTION_CRITERIA_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INV_SELECTION_CRITERIA_ALL, object_name:AP_INV_SELECTION_CRITERIA_ALL, status:VALID, product: AP - Payables , description: Payment batch invoice selection criteria , implementation_dba_data: AP.AP_INV_SELECTION_CRITERIA_ALL ,
-
View: APFV_BANK_ACCOUNTS
12.2.2
product: AP - Payables , description: Business view , implementation_dba_data: Not implemented in this database ,
-
Table: AP_BANK_BRANCHES
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_BANK_BRANCHES, object_name:AP_BANK_BRANCHES, status:VALID, product: AP - Payables , implementation_dba_data: AP.AP_BANK_BRANCHES ,
-
Table: AP_SYSTEM_PARAMETERS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SYSTEM_PARAMETERS_ALL, object_name:AP_SYSTEM_PARAMETERS_ALL, status:VALID, product: AP - Payables , description: Payables system defaults and parameters , implementation_dba_data: AP.AP_SYSTEM_PARAMETERS_ALL ,
-
View: APBV_BANK_ACCOUNTS
12.1.1
product: AP - Payables , description: Business view , implementation_dba_data: Not implemented in this database ,
-
Table: AP_SYSTEM_PARAMETERS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SYSTEM_PARAMETERS_ALL, object_name:AP_SYSTEM_PARAMETERS_ALL, status:VALID, product: AP - Payables , description: Payables system defaults and parameters , implementation_dba_data: AP.AP_SYSTEM_PARAMETERS_ALL ,
-
View: AP_CHECK_STOCKS_ACTIVE_V
12.1.1
product: AP - Payables , description: (Release 10SC only) , implementation_dba_data: Not implemented in this database ,
-
View: AP_BANK_ACCOUNT_USES_V
12.1.1
product: AP - Payables , description: (Release 10SC only) , implementation_dba_data: Not implemented in this database ,
-
View: AP_CHECK_STOCKS_ACTIVE_V
12.2.2
product: AP - Payables , description: (Release 10SC only) , implementation_dba_data: Not implemented in this database ,
-
View: AP_BANK_ACCOUNT_USES_V
12.2.2
product: AP - Payables , description: (Release 10SC only) , implementation_dba_data: Not implemented in this database ,