Search Results ap_payment_hist_dists
The AP_PAYMENT_HIST_DISTS
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository for payment distribution history, capturing detailed accounting entries associated with supplier payments. It serves as an audit trail for payment distributions, linking them to invoices, accounting events, and general ledger (GL) entries. This table is part of the Accounts Payable (AP) module and is essential for financial reporting, reconciliation, and compliance.
Key Attributes of AP_PAYMENT_HIST_DISTS
The table stores distribution-level details for payments, including:- PAYMENT_HIST_DIST_ID: Primary key, uniquely identifying each payment distribution record.
- PAYMENT_HISTORY_ID: Foreign key linking to
AP_PAYMENT_HISTORY
, associating distributions with a payment. - INVOICE_ID: References
AP_INVOICES_ALL
, tying the distribution to an invoice. - INVOICE_DISTRIBUTION_ID: Links to
AP_INVOICE_DISTRIBUTIONS_ALL
, connecting to the original invoice distribution. - ACCOUNTING_EVENT_ID: Ties the distribution to GL accounting events in
XLA_EVENTS
. - AMOUNT: The monetary value of the distribution, in the payment currency.
- ACCOUNTING_DATE: The date used for GL period validation.
- GL_POSTED_DATE: Timestamp when the distribution was posted to the GL.
- DIST_CODE_CONCATENATED: Concatenated segment values for the accounting flexfield.
Functional Role in Oracle EBS
The table supports:- Payment Accounting: Tracks GL account combinations (
CODE_CONCATENATED
) for each payment distribution, ensuring accurate financial postings. - Audit and Reconciliation: Provides traceability from payments back to invoices and their distributions, aiding in dispute resolution and audits.
- Tax and Compliance: Stores tax-related attributes (e.g.,
TAX_CODE
), supporting tax reporting and regulatory requirements. - Integration with Subledger Accounting (SLA): Works with SLA to generate accounting entries, with
ACCOUNTING_EVENT_ID
linking toXLA_EVENTS
.
Technical Considerations
- Indexing: Key columns like
PAYMENT_HISTORY_ID
andINVOICE_DISTRIBUTION_ID
are indexed for performance. - Partitioning: In high-volume environments, partitioning by
ACCOUNTING_DATE
may improve query performance. - Purge Considerations: Records are retained for audit purposes but may be archived via
AP_PURGE
utilities.
Common Use Cases
- Payment Inquiry: Querying
AP_PAYMENT_HIST_DISTS
alongsideAP_PAYMENT_HISTORY
to drill into payment details. - GL Reconciliation: Matching GL entries (
GL_JE_LINES
) to payment distributions usingACCOUNTING_EVENT_ID
. - Custom Reporting: Extracting payment accounting data for internal or regulatory reports.
Differences Between 12.1.1 and 12.2.2
While the core structure remains consistent, Oracle 12.2.2 may introduce:- Enhanced integration with SLA and Financial Reporting.
- Additional columns for cloud-ready features in hybrid deployments.
AP_PAYMENT_HIST_DISTS
is a foundational table for payment accounting in Oracle EBS, ensuring financial integrity and compliance across procure-to-pay processes.
-
Table: AP_PAYMENT_HIST_DISTS
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_PAYMENT_HIST_DISTS, object_name:AP_PAYMENT_HIST_DISTS, status:VALID, product: AP - Payables , description: The APHD table is populated during the pre-processing of the accounting extract that occurs when the Payables user launches the accounting process. Payment distributions are associated with payment accounting events referenced in each row , implementation_dba_data: AP.AP_PAYMENT_HIST_DISTS ,
-
Table: AP_PAYMENT_HIST_DISTS
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_PAYMENT_HIST_DISTS, object_name:AP_PAYMENT_HIST_DISTS, status:VALID, product: AP - Payables , description: The APHD table is populated during the pre-processing of the accounting extract that occurs when the Payables user launches the accounting process. Payment distributions are associated with payment accounting events referenced in each row , implementation_dba_data: AP.AP_PAYMENT_HIST_DISTS ,
-
View: AP_PREPAYAPP_EXTRACT_DTLS_BC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.AP_PREPAYAPP_EXTRACT_DTLS_BC_V SQLAP.AP_PREPAYAPP_EXTRACT_DTLS_BC_V, object_name:AP_PREPAYAPP_EXTRACT_DTLS_BC_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PREPAYAPP_EXTRACT_DTLS_BC_V ,
-
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_PAYMENT_EXTRACT_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.AP_PAYMENT_EXTRACT_DETAILS_V SQLAP.AP_PAYMENT_EXTRACT_DETAILS_V, object_name:AP_PAYMENT_EXTRACT_DETAILS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PAYMENT_EXTRACT_DETAILS_V ,
-
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_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.AP_PAYMENT_EXTRACT_DETAILS_V SQLAP.AP_PAYMENT_EXTRACT_DETAILS_V, object_name:AP_PAYMENT_EXTRACT_DETAILS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PAYMENT_EXTRACT_DETAILS_V ,
-
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 ,
-
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 ,
-
View: AP_PREPAYAPP_EXTRACT_DTLS_BC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.AP_PREPAYAPP_EXTRACT_DTLS_BC_V SQLAP.AP_PREPAYAPP_EXTRACT_DTLS_BC_V, object_name:AP_PREPAYAPP_EXTRACT_DTLS_BC_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PREPAYAPP_EXTRACT_DTLS_BC_V ,