Search Results ap_payment_schedules_all
The AP_PAYMENT_SCHEDULES_ALL
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical repository for managing payment schedules associated with invoices in the Accounts Payable (AP) module. This table stores detailed information about payment terms, due dates, and payment statuses, enabling organizations to track and process vendor payments efficiently. Below is a detailed breakdown of its structure, functionality, and significance within Oracle EBS.
Table Overview
TheAP_PAYMENT_SCHEDULES_ALL
table is part of the Oracle Payables schema and serves as a junction between invoices (AP_INVOICES_ALL
) and payment terms (AP_TERMS
). It records installment-based payment schedules for invoices, ensuring accurate tracking of due amounts and dates. Each row represents a payment installment for an invoice, including attributes such as due date, amount, and payment status.
Key Columns and Their Significance
- INVOICE_ID: Foreign key linking to
AP_INVOICES_ALL
, identifying the invoice associated with the payment schedule. - PAYMENT_NUM: Sequential number identifying the installment (e.g., 1 for the first payment).
- DUE_DATE: The date on which the payment installment is due.
- AMOUNT_DUE: The monetary value of the installment.
- PAYMENT_STATUS_FLAG: Indicates the status (e.g., 'N' for unpaid, 'Y' for paid, 'P' for partial payment).
- TERMS_ID: Foreign key referencing
AP_TERMS
, defining the payment terms applied. - ORG_ID: Multi-org identifier for segregating data by operating unit.
Functional Role in Oracle Payables
The table plays a pivotal role in:- Payment Processing: Automates payment scheduling based on terms (e.g., "Net 30") and supports partial payments.
- Cash Flow Management: Provides visibility into upcoming liabilities, aiding in financial planning.
- Reconciliation: Tracks paid/unpaid installments, ensuring accurate ledger postings.
- Discount Handling: Stores early payment discount details (
DISCOUNT_AMOUNT_AVAILABLE
,DISCOUNT_DATE
).
Integration with Other Modules
The table integrates with:- General Ledger (GL): Payment data feeds into GL journals via the AP accounting engine.
- Cash Management: Matches bank statement transactions with scheduled payments.
- Oracle Payments: Facilitates electronic payment processing.
Technical Considerations
- Indexes: Key indexes include
AP_PAYMENT_SCHEDULES_N1
(onINVOICE_ID
) andAP_PAYMENT_SCHEDULES_U1
(unique onINVOICE_ID
andPAYMENT_NUM
). - Partitioning: In large implementations, partitioning by
ORG_ID
orDUE_DATE
improves performance. - Audit Columns: Includes
CREATION_DATE
,CREATED_BY
,LAST_UPDATE_DATE
, andLAST_UPDATED_BY
for compliance.
Common Use Cases
- Payment Batch Creation: Queries against this table identify due payments for batch processing.
- Aging Reports: Analyzes overdue payments by comparing
DUE_DATE
with the current date. - Dispute Resolution: Investigates discrepancies between scheduled and actual payments.
Conclusion
TheAP_PAYMENT_SCHEDULES_ALL
table is foundational to Oracle Payables, ensuring systematic payment tracking and processing. Its design supports complex payment structures, multi-org deployments, and integration with downstream financial systems. Understanding its schema and relationships is essential for custom reporting, troubleshooting, and optimizing AP workflows in Oracle EBS 12.1.1 and 12.2.2.
-
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_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 ,
-
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 ,
-
Table: AP_BATCHES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_BATCHES_ALL, object_name:AP_BATCHES_ALL, status:VALID, product: AP - Payables , description: Summary invoice batch information , implementation_dba_data: AP.AP_BATCHES_ALL ,
-
Table: AP_BATCHES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_BATCHES_ALL, object_name:AP_BATCHES_ALL, status:VALID, product: AP - Payables , description: Summary invoice batch information , implementation_dba_data: AP.AP_BATCHES_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 ,
-
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_APPLY_PREPAYS_FR_PREPAY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_APPLY_PREPAYS_FR_PREPAY_V, object_name:AP_APPLY_PREPAYS_FR_PREPAY_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_APPLY_PREPAYS_FR_PREPAY_V ,
-
View: AP_APPLY_PREPAYS_FR_PREPAY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_APPLY_PREPAYS_FR_PREPAY_V, object_name:AP_APPLY_PREPAYS_FR_PREPAY_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_APPLY_PREPAYS_FR_PREPAY_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: 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 ,
-
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_INVOICES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INVOICES_ALL, object_name:AP_INVOICES_ALL, status:VALID, product: AP - Payables , description: Detailed invoice records , implementation_dba_data: AP.AP_INVOICES_ALL ,
-
Table: AP_INVOICES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INVOICES_ALL, object_name:AP_INVOICES_ALL, status:VALID, product: AP - Payables , description: Detailed invoice records , implementation_dba_data: AP.AP_INVOICES_ALL ,
-
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_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_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 ,