Search Results ap_payment_history_all
The AP_PAYMENT_HISTORY_ALL
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository for tracking payment-related transactions within the Accounts Payable (AP) module. This table stores historical data pertaining to payments made to suppliers, including check payments, electronic funds transfers (EFT), and wire transfers. It serves as an audit trail for financial transactions, ensuring compliance, reconciliation, and reporting accuracy. Below is a detailed breakdown of its structure, key columns, and functional significance.
Table Structure and Key Columns
The AP_PAYMENT_HISTORY_ALL
table contains columns that capture payment details, vendor information, accounting entries, and audit metadata. Some of the most important columns include:
- PAYMENT_HISTORY_ID: Primary key, uniquely identifying each payment history record.
- CHECK_ID: References the
AP_CHECKS_ALL
table, linking to the original payment document. - INVOICE_ID: Associates the payment with a specific invoice from the
AP_INVOICES_ALL
table. - AMOUNT: The payment amount applied to the invoice.
- ACCOUNTING_DATE: The date when the payment was accounted for in the general ledger.
- PERIOD_NAME: The accounting period in which the payment was recorded.
- PAYMENT_STATUS_FLAG: Indicates the status of the payment (e.g., 'N' for negotiable, 'C' for canceled).
- CREATED_BY and LAST_UPDATED_BY: Audit columns tracking user actions.
Functional Role in Oracle EBS
The AP_PAYMENT_HISTORY_ALL
table plays a pivotal role in the following processes:
- Payment Reconciliation: Enables matching payments to invoices, facilitating bank reconciliation and dispute resolution.
- Financial Reporting: Supports AP aging reports, cash flow analysis, and vendor payment histories.
- Audit and Compliance: Provides a traceable record of payment modifications, voids, or cancellations.
- Integration with GL: Works with the
GL_INTERFACE
table to ensure accurate general ledger postings.
Integration with Other Modules
This table interacts with several key EBS tables:
- AP_CHECKS_ALL: Contains check/EFT details referenced by
CHECK_ID
. - AP_INVOICES_ALL: Stores invoice data linked via
INVOICE_ID
. - GL_JE_LINES: Ties payment accounting entries to journal lines.
Technical Considerations
For performance optimization, indexes such as AP_PAYMENT_HISTORY_N1
(on CHECK_ID
) and AP_PAYMENT_HISTORY_N2
(on INVOICE_ID
) are often utilized. Partitioning may be applied in high-volume environments. Custom reports or extensions should leverage these indexes to avoid full-table scans.
Conclusion
The AP_PAYMENT_HISTORY_ALL
table is indispensable for payment lifecycle management in Oracle EBS. Its comprehensive data structure ensures financial integrity, supports regulatory compliance, and enables robust reporting. Understanding its schema and relationships is essential for AP administrators, developers, and auditors working with Oracle EBS 12.1.1 or 12.2.2.
-
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_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 ,
-
APPS.AP_PAY_SINGLE_INVOICE_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.1.1
-
APPS.AP_ACCTG_PAY_ROUND_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.1.1
-
APPS.AP_AUTO_PAYMENT_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.1.1
-
APPS.AP_SLA_PROCESSING_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.2.2
-
APPS.AP_INVOICE_DISTRIBUTIONS_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.2.2
-
APPS.AP_VOID_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.1.1
-
APPS.AP_PERIOD_CLOSE_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.1.1
-
APPS.AP_VOID_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.2.2
-
APPS.CE_AUTO_BANK_MATCH dependencies on AP_PAYMENT_HISTORY_ALL
12.2.2
-
APPS.JL_CO_GL_NIT_MANAGEMENT dependencies on AP_PAYMENT_HISTORY_ALL
12.2.2
-
APPS.AP_ACCTG_PREPAY_DIST_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.2.2
-
APPS.AP_SLA_PROCESSING_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.1.1
-
APPS.AP_XLA_UPGRADE_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.1.1
-
APPS.AP_ACCTG_PAY_DIST_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.1.1
-
APPS.AP_ACCOUNTING_EVENTS_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.2.2
-
APPS.AP_DRILLDOWN_PUB_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.2.2
-
APPS.AP_ACCTG_PAY_DIST_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.2.2
-
APPS.FV_TREASURY_PAYMENTS_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.2.2
-
APPS.AP_ACCOUNTING_EVENTS_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.1.1
-
APPS.AP_APXTRSWP_XMLP_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.1.1
-
APPS.FV_TREASURY_PAYMENTS_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.1.1
-
APPS.CE_AUTO_BANK_MATCH dependencies on AP_PAYMENT_HISTORY_ALL
12.1.1
-
APPS.AP_RECONCILIATION_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.2.2
-
APPS.AP_ACCTG_PAY_DIST_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.2.2
-
APPS.AP_ACCOUNTING_PAY_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.2.2
-
APPS.AP_AUTO_PAYMENT_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.2.2
-
APPS.FV_SLA_AP_PROCESSING_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.2.2
-
APPS.AP_PAY_SINGLE_INVOICE_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.2.2
-
APPS.AP_ACCTG_PREPAY_DIST_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.2.2
-
APPS.AP_PERIOD_CLOSE_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.2.2
-
APPS.AP_ACCTG_PREPAY_DIST_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.1.1
-
APPS.ZX_AP_POPULATE_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.1.1
-
APPS.FII_AP_INV_LINES_F_C dependencies on AP_PAYMENT_HISTORY_ALL
12.1.1
-
APPS.ZX_AP_ACTG_POPULATE_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.1.1
-
APPS.AP_DRILLDOWN_PUB_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.1.1
-
APPS.PAAPIMP_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.1.1
-
APPS.AP_ACCTG_PAY_DIST_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.1.1
-
APPS.AP_ACCOUNTING_PAY_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.1.1
-
APPS.AP_RECONCILIATION_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.1.1
-
APPS.AP_ACCTG_PAY_ROUND_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.2.2
-
APPS.PAAPIMP_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.2.2
-
APPS.AP_APXTRSWP_XMLP_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.2.2
-
APPS.ZX_AP_ACTG_POPULATE_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.2.2
-
APPS.AP_XLA_UPGRADE_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.2.2
-
APPS.AP_ACCTG_DATA_FIX_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.2.2
-
APPS.ZX_AP_POPULATE_PKG dependencies on AP_PAYMENT_HISTORY_ALL
12.2.2
-
APPS.AP_SLA_PROCESSING_PKG dependencies on AP_PAYMENT_HISTORY
12.1.1
-
APPS.AP_ACCTG_PAY_ROUND_PKG dependencies on AP_PAYMENT_HISTORY
12.2.2