Search Results ap_checks_all
Overview
The AP_CHECKS_ALL table is the central repository for all supplier payment data within the Oracle E-Business Suite Payables module (AP). It stores a comprehensive record for every payment instrument issued, including physical checks, electronic funds transfers (EFT), and wire transfers. As a multi-organization table (indicated by the "_ALL" suffix), it contains payment records for all operating units, with data partitioned by the ORG_ID column. This table is fundamental to the payment lifecycle, tracking a payment from its creation in a payment batch (check run) through its printing, issuance, clearing, and potential voiding. Its integrity is enforced by multiple primary and foreign key relationships, linking it to core entities like bank accounts, vendors, invoices, and payment instructions.
Key Information Stored
The table's structure captures the full spectrum of payment attributes. The primary identifier is the system-generated CHECK_ID. Critical business columns include CHECK_NUMBER, AMOUNT, CURRENCY_CODE, and CHECK_DATE. The table records the payment's financial context through BANK_ACCOUNT_ID and CE_BANK_ACCT_USE_ID, linking to the specific bank account used. Payee details are stored in VENDOR_ID and VENDOR_SITE_ID. The payment's source and status are tracked via CHECKRUN_ID (linking to the payment batch), STATUS_LOOKUP_CODE (e.g., 'ISSUED', 'CLEARED', 'VOIDED'), and CLEARED_DATE. For foreign currency transactions, columns like EXCHANGE_RATE_TYPE and EXCHANGE_RATE are populated. The table also supports document sequencing (DOC_SEQUENCE_ID, DOC_SEQUENCE_VALUE) and integration with Oracle Payments (IBY_PAY_INSTRUCTIONS_ALL) for electronic payments.
Common Use Cases and Queries
This table is central to payment inquiry, reconciliation, and audit reporting. Common operational queries include listing all payments for a specific vendor, finding payments issued from a particular bank account within a date range, or identifying uncleared checks. A typical query for payment details joins to related vendor and bank tables:
- SELECT ac.check_number, ac.amount, ac.check_date, pv.vendor_name, aba.bank_account_name FROM ap_checks_all ac, po_vendors pv, ap_bank_accounts_all aba WHERE ac.vendor_id = pv.vendor_id AND ac.bank_account_id = aba.bank_account_id AND ac.org_id = :p_org_id AND ac.check_date BETWEEN :p_from_date AND :p_to_date;
For reconciliation, queries often filter on STATUS_LOOKUP_CODE and CLEARED_DATE. The table is also essential for tracing payment history, as the CHECK_ID is a foreign key in the AP_INVOICE_PAYMENTS_ALL table, which links payments to the specific invoices they settle.
Related Objects
AP_CHECKS_ALL has extensive relationships within the Payables, Cash Management, and Payments architecture. Key child tables that depend on its CHECK_ID include AP_INVOICE_PAYMENTS_ALL (invoice payment applications), AP_PAYMENT_HISTORY_ALL (status change audit), and AP_SELECTED_INVOICE_CHECKS_ALL (temporary assignment in a payment batch). It references master data from PO_VENDORS, PO_VENDOR_SITES_ALL, AP_BANK_ACCOUNTS_ALL, and FND_CURRENCIES. For electronic payments, it links to IBY_PAY_INSTRUCTIONS_ALL. The CE_BANK_ACCT_USES_ALL foreign key integrates with Cash Management for bank account reconciliation. The FV_REFUNDS_VOIDS_ALL table references it for treasury-related void transactions.
-
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_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_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 ,
-
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_PAYMENT_HISTORY_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_PAYMENT_HISTORY_ALL, object_name:AP_PAYMENT_HISTORY_ALL, status:VALID, product: AP - Payables , description: Maturity and reconciliation history for payments , implementation_dba_data: AP.AP_PAYMENT_HISTORY_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_DOC_SEQUENCE_AUDIT
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_DOC_SEQUENCE_AUDIT, object_name:AP_DOC_SEQUENCE_AUDIT, status:VALID, product: AP - Payables , description: Voucher numbers assigned to invoices and payments , implementation_dba_data: AP.AP_DOC_SEQUENCE_AUDIT ,
-
Table: AP_DOC_SEQUENCE_AUDIT
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_DOC_SEQUENCE_AUDIT, object_name:AP_DOC_SEQUENCE_AUDIT, status:VALID, product: AP - Payables , description: Voucher numbers assigned to invoices and payments , implementation_dba_data: AP.AP_DOC_SEQUENCE_AUDIT ,
-
Table: AP_PAYMENT_HISTORY_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_PAYMENT_HISTORY_ALL, object_name:AP_PAYMENT_HISTORY_ALL, status:VALID, product: AP - Payables , description: Maturity and reconciliation history for payments , implementation_dba_data: AP.AP_PAYMENT_HISTORY_ALL ,
-
Table: AP_CHECK_FORMATS
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CHECK_FORMATS, object_name:AP_CHECK_FORMATS, status:VALID, product: AP - Payables , description: No Longer Used , implementation_dba_data: AP.AP_CHECK_FORMATS ,
-
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_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_CHECK_FORMATS
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CHECK_FORMATS, object_name:AP_CHECK_FORMATS, status:VALID, product: AP - Payables , description: No Longer Used , implementation_dba_data: AP.AP_CHECK_FORMATS ,
-
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_INVOICE_PAYMENTS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INVOICE_PAYMENTS_ALL, object_name:AP_INVOICE_PAYMENTS_ALL, status:VALID, product: AP - Payables , description: Invoice payment records , implementation_dba_data: AP.AP_INVOICE_PAYMENTS_ALL ,
-
Table: AP_INVOICE_PAYMENTS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INVOICE_PAYMENTS_ALL, object_name:AP_INVOICE_PAYMENTS_ALL, status:VALID, product: AP - Payables , description: Invoice payment records , implementation_dba_data: AP.AP_INVOICE_PAYMENTS_ALL ,
-
View: AP_SLA_PAYMENTS_TRANSACTION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_SLA_PAYMENTS_TRANSACTION_V, object_name:AP_SLA_PAYMENTS_TRANSACTION_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_SLA_PAYMENTS_TRANSACTION_V ,
-
View: AP_SLA_PAYMENTS_TRANSACTION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_SLA_PAYMENTS_TRANSACTION_V, object_name:AP_SLA_PAYMENTS_TRANSACTION_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_SLA_PAYMENTS_TRANSACTION_V ,
-
View: APFV_AP_INVOICE_PAYMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APFV_AP_INVOICE_PAYMENTS, object_name:APFV_AP_INVOICE_PAYMENTS, status:VALID, product: AP - Payables , description: Business view , implementation_dba_data: APPS.APFV_AP_INVOICE_PAYMENTS ,
-
View: APFV_AP_INVOICE_PAYMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APFV_AP_INVOICE_PAYMENTS, object_name:APFV_AP_INVOICE_PAYMENTS, status:VALID, product: AP - Payables , description: Business view , implementation_dba_data: APPS.APFV_AP_INVOICE_PAYMENTS ,
-
View: AP_INVOICE_PAYMENT_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INVOICE_PAYMENT_HISTORY_V, object_name:AP_INVOICE_PAYMENT_HISTORY_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_INVOICE_PAYMENT_HISTORY_V ,
-
View: AP_INVOICE_PAYMENT_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INVOICE_PAYMENT_HISTORY_V, object_name:AP_INVOICE_PAYMENT_HISTORY_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_INVOICE_PAYMENT_HISTORY_V ,
-
View: AP_DOCUMENT_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_DOCUMENT_LINES_V, object_name:AP_DOCUMENT_LINES_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_DOCUMENT_LINES_V ,
-
View: AP_DOCUMENT_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_DOCUMENT_LINES_V, object_name:AP_DOCUMENT_LINES_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_DOCUMENT_LINES_V ,
-
View: AP_CHECKS_ALL_MRC_V
12.1.1
product: AP - Payables , description: MULTI-ORG MRC view , implementation_dba_data: Not implemented in this database ,
-
View: AP_CHECKS_ALL_MRC_V
12.2.2
product: AP - Payables , description: MULTI-ORG MRC view , implementation_dba_data: Not implemented in this database ,
-
View: AP_ENC_GL_PAY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_ENC_GL_PAY_V, object_name:AP_ENC_GL_PAY_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_ENC_GL_PAY_V ,
-
View: AP_INVOICE_PAYMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INVOICE_PAYMENTS_V, object_name:AP_INVOICE_PAYMENTS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_INVOICE_PAYMENTS_V ,
-
View: AP_CHECKS_MRC_V
12.1.1
product: AP - Payables , description: SINGLE-ORG MRC view , implementation_dba_data: Not implemented in this database ,
-
View: AP_CHECKS_MRC_V
12.2.2
product: AP - Payables , description: SINGLE-ORG MRC view , implementation_dba_data: Not implemented in this database ,
-
View: AP_INVOICE_PAYMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INVOICE_PAYMENTS_V, object_name:AP_INVOICE_PAYMENTS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_INVOICE_PAYMENTS_V ,
-
View: AP_AEL_GL_PAY_V
12.1.1
product: AP - Payables , implementation_dba_data: Not implemented in this database ,
-
View: AP_AEL_GL_PAY_V
12.2.2
product: AP - Payables , implementation_dba_data: Not implemented in this database ,
-
View: AP_PREPAYAPP_EXTRACT_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.AP_PREPAYAPP_EXTRACT_DETAILS_V SQLAP.AP_PREPAYAPP_EXTRACT_DETAILS_V, object_name:AP_PREPAYAPP_EXTRACT_DETAILS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PREPAYAPP_EXTRACT_DETAILS_V ,
-
View: AP_DOCUMENTS_PAYABLE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_DOCUMENTS_PAYABLE, object_name:AP_DOCUMENTS_PAYABLE, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_DOCUMENTS_PAYABLE ,
-
View: AP_PREPAYAPP_EXTRACT_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.AP_PREPAYAPP_EXTRACT_DETAILS_V SQLAP.AP_PREPAYAPP_EXTRACT_DETAILS_V, object_name:AP_PREPAYAPP_EXTRACT_DETAILS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PREPAYAPP_EXTRACT_DETAILS_V ,
-
View: AP_PAYMENT_EXTRACT_HEADER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_PAYMENT_EXTRACT_HEADER_V, object_name:AP_PAYMENT_EXTRACT_HEADER_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PAYMENT_EXTRACT_HEADER_V ,
-
View: AP_PAYMENT_EXTRACT_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_PAYMENT_EXTRACT_HEADER_V, object_name:AP_PAYMENT_EXTRACT_HEADER_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PAYMENT_EXTRACT_HEADER_V ,
-
View: AP_DOCUMENTS_PAYABLE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_DOCUMENTS_PAYABLE, object_name:AP_DOCUMENTS_PAYABLE, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_DOCUMENTS_PAYABLE ,