Search Results min_check_amount
AI-generated from documented ETRM metadata — verify critical details on the linked pages.
Overview
AP_BANK_ACCOUNTS_ALL is the master definition table for internal bank accounts within the Oracle E-Business Suite Payables (AP) module. Each row represents a single disbursement or remittance bank account owned by the deploying organization, capturing the account number, the branch and currency in which it operates, its check-printing constraints, the general ledger accounts used for accounting derived from its activity, and the receivables transaction controls applied to it. The table resides in the AP schema and was validated as a core, high-traffic object in both release 12.1.1 and 12.2.2. Because it is the authoritative point of reference for every payment, receipt, reconciliation, and cash-forecasting transaction performed against a corporate bank account, it is referenced by objects spanning Payables, Receivables, Cash Management, and Treasury.
Under the heuristic Data Vault classification applied to its foreign key structure, AP_BANK_ACCOUNTS_ALL is modeled as a hub. The rationale for the modeling suggestion is that its surrogate key, BANK_ACCOUNT_ID, is a stable business identifier referenced by a very large number of downstream satellites and transactional links, while the descriptive columns on the row are relatively static over the account's lifetime. The hub designation reflects the shape of the referential graph rather than a formal Data Vault implementation inside the EBS schema.
Key Information Stored
AP_BANK_ACCOUNTS_ALL contains 105 documented columns. The most significant are summarized below; the surrogate key is distinguished from business-key candidates where unique indexes are documented.
- BANK_ACCOUNT_ID — surrogate primary key, enforced by AP_BANK_ACCOUNTS_PK. This is the identifier propagated to nearly every dependent table.
- BANK_ACCOUNT_NAME / BANK_ACCOUNT_NUM — the human-readable account name and the bank-issued account number. A unique index (AP_BANK_ACCOUNTS_U2) exists on BANK_ACCOUNT_NUM combined with BANK_ACCOUNT_ID, making it a documented business-key candidate.
- BANK_BRANCH_ID — foreign key to AP_BANK_BRANCHES, identifying the branch at which the account is held.
- SET_OF_BOOKS_ID — the ledger to which the account belongs.
- CURRENCY_CODE — the account denomination, validated against FND_CURRENCIES; MULTI_CURRENCY_FLAG and RECEIPT_MULTI_CURRENCY_FLAG govern cross-currency usage.
- BANK_ACCOUNT_TYPE and ACCOUNT_TYPE — classify the account for payment and remittance purposes.
- MAX_CHECK_AMOUNT / MIN_CHECK_AMOUNT / ONE_SIGNATURE_MAX_FLAG — payment controls applied when checks are printed.
- ASSET_CODE_COMBINATION_ID, GAIN_CODE_COMBINATION_ID, LOSS_CODE_COMBINATION_ID — GL_CODE_COMBINATIONS references that drive cash, gain, and loss accounting on transactions.
- CASH_CLEARING_CCID, BANK_CHARGES_CCID, BANK_ERRORS_CCID, EARNED_CCID, UNEARNED_CCID, REMITTANCE_CCID, RECEIPT_CLEARING_CCID — the suite of GL_CODE_COMBINATIONS references used by Cash Management and Receivables accounting.
- IBAN_NUMBER and BANK_ACCOUNT_NAME_ALT — international account identifiers and alternate-script names for cross-border banking.
- ORG_ID — the multi-org operating unit column, enforcing the business-group security model.
- INACTIVE_DATE — a soft-end-date distinguishing retired accounts from active ones without deleting rows.
Common Use Cases and Queries
Typical reporting and extraction patterns revolve around locating the active bank account for a given operating unit, currency, and ledger, then joining that row to the GL and branch definitions required for financial reporting.
- Resolving the bank account behind a payment: join AP_CHECKS_ALL.BANK_ACCOUNT_ID to AP_BANK_ACCOUNTS_ALL.BANK_ACCOUNT_ID, then join BANK_BRANCH_ID to AP_BANK_BRANCHES to obtain branch and bank names.
- Cash-management statement reconciliation: CE_STATEMENT_HEADERS_ALL.BANK_ACCOUNT_ID references this table, so statement-to-bank-account reconciliation queries anchor here.
- GL account extraction: join the CCID columns to GL_CODE_COMBINATIONS to produce a decoded cash-clearing or bank-charges account for each bank account.
- Filtering active accounts: WHERE INACTIVE_DATE IS NULL AND ORG_ID = :p_org_id is the standard pattern for presenting selectable accounts in a value set or LOV.
- Multi-currency analysis: aggregate by CURRENCY_CODE and MULTI_CURRENCY_FLAG to identify accounts eligible for cross-currency payments or receipts.
Related Objects
AP_BANK_ACCOUNTS_ALL sits at the center of the payment and reconciliation model. The most significant referencing objects, with their join columns, are listed below.
- CE_STATEMENT_HEADERS_ALL — references BANK_ACCOUNT_ID; this is the Cash Management statement header the searching user asked about. Each statement is reconciled against a single internal bank account.
- AP_CHECKS_ALL — references BANK_ACCOUNT_ID and EXTERNAL_BANK_ACCOUNT_ID; every printed or electronic payment is tied to the disbursement account.
- AP_CHECK_STOCKS_ALL — references BANK_ACCOUNT_ID; defines the check-stock assignments available for an account.
- AP_BANK_ACCOUNT_USES_ALL — references EXTERNAL_BANK_ACCOUNT_ID; maps accounts to the payment documents and usages for which they are valid.
- AR_CASH_RECEIPTS_ALL and RA_CUSTOMER_TRX_ALL — reference REMITTANCE_BANK_ACCOUNT_ID, tying receivables remittance activity back to the internal account.
- AP_SYSTEM_PARAMETERS_ALL — references BANK_ACCOUNT_ID; this is the default disbursement account at the system level.
- CE_TRANSACTION_CODES, CE_JE_MAPPINGS, and CE_FORECAST_* — reference BANK_ACCOUNT_ID to define transaction coding, journal mapping, and cash-forecast behavior for the account.
- AP_BANK_BRANCHES, FND_CURRENCIES, and GL_CODE_COMBINATIONS — the principal foreign-key parents supplying branch, currency, and accounting-flexfield detail.
-
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_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_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 ,
-
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_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: AP_PBATCH_SET_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_PBATCH_SET_LINES_V, object_name:AP_PBATCH_SET_LINES_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PBATCH_SET_LINES_V ,
-
View: AP_PBATCH_SET_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_PBATCH_SET_LINES_V, object_name:AP_PBATCH_SET_LINES_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PBATCH_SET_LINES_V ,
-
View: AP_INV_SELECTION_CRITERIA_V
12.2.2
product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: Not implemented in this database ,
-
View: AP_INV_SELECTION_CRITERIA_V
12.1.1
product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: Not implemented in this database ,