Search Results ar_payment_schedules_all
Overview
The AR_PAYMENT_SCHEDULES_ALL table is a core transactional table within the Oracle E-Business Suite Receivables (AR) module, central to the management of customer obligations. As indicated by its description, it stores records for all receivable transactions except adjustments and miscellaneous cash receipts. This includes invoices, debit memos, credit memos, chargebacks, and commitments. Its primary role is to track the payment schedule for each transaction, recording critical financial details such as the original amount, remaining balance, due date, and aging status. The table is multi-org enabled, as signified by the "_ALL" suffix, meaning it stores data for all operating units and requires a security predicate (e.g., ORG_ID) in queries.
Key Information Stored
The table's structure is defined by its primary and foreign keys, which anchor it within the Receivables data model. The primary key, PAYMENT_SCHEDULE_ID, uniquely identifies each payment schedule record. Key columns include CUSTOMER_TRX_ID, linking to the base transaction in RA_CUSTOMER_TRX_ALL, and TERMS_SEQUENCE_NUMBER for installment tracking. Critical financial columns are AMOUNT_DUE_ORIGINAL, AMOUNT_DUE_REMAINING, and GL_DATE_CLOSED. Status is managed through columns like CLASS (e.g., 'INV', 'CM') and STATUS (e.g., 'OP', 'CL'). The table also holds currency information (INVOICE_CURRENCY_CODE), due dates (DUE_DATE, TRX_DATE), and references to the last applied activity via columns like CASH_RECEIPT_ID_LAST, CASH_APPLIED_ID_LAST, and ADJUSTMENT_ID_LAST.
Common Use Cases and Queries
This table is fundamental for accounts receivable reporting and processes. Common use cases include generating aging reports, calculating outstanding balances, and identifying overdue invoices for collection activities. A typical query to find open invoices for a customer would join to related customer and transaction tables:
- SELECT aps.trx_number, aps.amount_due_remaining, aps.due_date FROM ar_payment_schedules_all aps, ra_customer_trx_all rct WHERE aps.customer_trx_id = rct.customer_trx_id AND aps.customer_id = :cust_id AND aps.status = 'OP' AND aps.class = 'INV' AND aps.org_id = :org_id;
It is also central to the cash application process, as applications (AR_RECEIVABLE_APPLICATIONS_ALL) are made against specific payment schedule records. Developers often query this table to validate transaction status before allowing adjustments or write-offs.
Related Objects
As shown in the metadata, AR_PAYMENT_SCHEDULES_ALL has extensive foreign key relationships, making it a hub within the AR schema. Key related objects include:
- RA_CUSTOMER_TRX_ALL: The source transaction header.
- AR_RECEIVABLE_APPLICATIONS_ALL: Applications of cash, credit, or adjustments against the schedule.
- AR_CASH_RECEIPTS_ALL: Linked via CASH_RECEIPT_ID_LAST for the most recent receipt activity.
- AR_ADJUSTMENTS_ALL: Linked via ADJUSTMENT_ID_LAST for the most recent adjustment.
- HZ_CUST_ACCOUNTS: The customer definition.
- RA_CUST_TRX_TYPES_ALL: The transaction type.
- RA_TERMS_B: The payment terms.
Important views like AR_PAYMENT_SCHEDULES (a single-org view) and APIs such as AR_INVOICE_API_PUB often interact with or are based on this underlying table.
-
Table: AR_PAYMENT_SCHEDULES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_PAYMENT_SCHEDULES_ALL, object_name:AR_PAYMENT_SCHEDULES_ALL, status:VALID, product: AR - Receivables , description: All transactions except adjustments and miscellaneous cash receipts , implementation_dba_data: AR.AR_PAYMENT_SCHEDULES_ALL ,
-
Table: AR_PAYMENT_SCHEDULES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_PAYMENT_SCHEDULES_ALL, object_name:AR_PAYMENT_SCHEDULES_ALL, status:VALID, product: AR - Receivables , description: All transactions except adjustments and miscellaneous cash receipts , implementation_dba_data: AR.AR_PAYMENT_SCHEDULES_ALL ,
-
Table: AR_CASH_RECEIPTS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CASH_RECEIPTS_ALL, object_name:AR_CASH_RECEIPTS_ALL, status:VALID, product: AR - Receivables , description: Detailed receipt information , implementation_dba_data: AR.AR_CASH_RECEIPTS_ALL ,
-
Table: AR_CASH_RECEIPTS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CASH_RECEIPTS_ALL, object_name:AR_CASH_RECEIPTS_ALL, status:VALID, product: AR - Receivables , description: Detailed receipt information , implementation_dba_data: AR.AR_CASH_RECEIPTS_ALL ,
-
Table: AR_RECEIVABLE_APPLICATIONS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_RECEIVABLE_APPLICATIONS_ALL, object_name:AR_RECEIVABLE_APPLICATIONS_ALL, status:VALID, product: AR - Receivables , description: Accounting information for cash and credit memo applications , implementation_dba_data: AR.AR_RECEIVABLE_APPLICATIONS_ALL ,
-
Table: AR_RECEIVABLE_APPLICATIONS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_RECEIVABLE_APPLICATIONS_ALL, object_name:AR_RECEIVABLE_APPLICATIONS_ALL, status:VALID, product: AR - Receivables , description: Accounting information for cash and credit memo applications , implementation_dba_data: AR.AR_RECEIVABLE_APPLICATIONS_ALL ,
-
Table: AR_ADJUSTMENTS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_ADJUSTMENTS_ALL, object_name:AR_ADJUSTMENTS_ALL, status:VALID, product: AR - Receivables , description: Pending and approved invoice adjustments , implementation_dba_data: AR.AR_ADJUSTMENTS_ALL ,
-
Table: AR_ADJUSTMENTS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_ADJUSTMENTS_ALL, object_name:AR_ADJUSTMENTS_ALL, status:VALID, product: AR - Receivables , description: Pending and approved invoice adjustments , implementation_dba_data: AR.AR_ADJUSTMENTS_ALL ,
-
Table: AR_AUDIT_DATA
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_AUDIT_DATA, object_name:AR_AUDIT_DATA, status:VALID, product: AR - Receivables , description: Temporary table used in the rollforward process , implementation_dba_data: AR.AR_AUDIT_DATA ,
-
Table: AR_BPA_PRINT_REQUESTS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_BPA_PRINT_REQUESTS, object_name:AR_BPA_PRINT_REQUESTS, status:VALID, product: AR - Receivables , description: Release 11i: Used by Bill Presentment Architecture , implementation_dba_data: AR.AR_BPA_PRINT_REQUESTS ,
-
Table: AR_BPA_PRINT_REQUESTS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_BPA_PRINT_REQUESTS, object_name:AR_BPA_PRINT_REQUESTS, status:VALID, product: AR - Receivables , description: Release 11i: Used by Bill Presentment Architecture , implementation_dba_data: AR.AR_BPA_PRINT_REQUESTS ,
-
Table: AR_AUDIT_DATA
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_AUDIT_DATA, object_name:AR_AUDIT_DATA, status:VALID, product: AR - Receivables , description: Temporary table used in the rollforward process , implementation_dba_data: AR.AR_AUDIT_DATA ,
-
Table: AR_DISPUTE_HISTORY
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_DISPUTE_HISTORY, object_name:AR_DISPUTE_HISTORY, status:VALID, product: AR - Receivables , description: A history of invoice disputes for each payment schedule , implementation_dba_data: AR.AR_DISPUTE_HISTORY ,
-
Table: AR_DISPUTE_HISTORY
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_DISPUTE_HISTORY, object_name:AR_DISPUTE_HISTORY, status:VALID, product: AR - Receivables , description: A history of invoice disputes for each payment schedule , implementation_dba_data: AR.AR_DISPUTE_HISTORY ,
-
Table: AR_CORR_PAY_SCHED_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CORR_PAY_SCHED_ALL, object_name:AR_CORR_PAY_SCHED_ALL, status:VALID, product: AR - Receivables , description: Intersection table to show invoices referenced in a dunning letter , implementation_dba_data: AR.AR_CORR_PAY_SCHED_ALL ,
-
Table: AR_MC_PAYMENT_SCHEDULES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MC_PAYMENT_SCHEDULES, object_name:AR_MC_PAYMENT_SCHEDULES, status:VALID, product: AR - Receivables , description: Currency-related information about all transactions except adjustments and miscellaneous cash receipts , implementation_dba_data: AR.AR_MC_PAYMENT_SCHEDULES ,
-
Table: AR_COLLECTORS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_COLLECTORS, object_name:AR_COLLECTORS, status:VALID, product: AR - Receivables , description: Information about collectors , implementation_dba_data: AR.AR_COLLECTORS ,
-
Table: AR_CORR_PAY_SCHED_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CORR_PAY_SCHED_ALL, object_name:AR_CORR_PAY_SCHED_ALL, status:VALID, product: AR - Receivables , description: Intersection table to show invoices referenced in a dunning letter , implementation_dba_data: AR.AR_CORR_PAY_SCHED_ALL ,
-
Table: AR_INTERIM_CASH_RCPT_LINES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_INTERIM_CASH_RCPT_LINES_ALL, object_name:AR_INTERIM_CASH_RCPT_LINES_ALL, status:VALID, product: AR - Receivables , description: Temporary table used to store QuickCash payment applications , implementation_dba_data: AR.AR_INTERIM_CASH_RCPT_LINES_ALL ,
-
Table: AR_COLLECTORS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_COLLECTORS, object_name:AR_COLLECTORS, status:VALID, product: AR - Receivables , description: Information about collectors , implementation_dba_data: AR.AR_COLLECTORS ,
-
Table: AR_MC_PAYMENT_SCHEDULES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MC_PAYMENT_SCHEDULES, object_name:AR_MC_PAYMENT_SCHEDULES, status:VALID, product: AR - Receivables , description: Currency-related information about all transactions except adjustments and miscellaneous cash receipts , implementation_dba_data: AR.AR_MC_PAYMENT_SCHEDULES ,
-
Table: AR_AUTOREC_EXCEPTIONS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_AUTOREC_EXCEPTIONS, object_name:AR_AUTOREC_EXCEPTIONS, status:VALID, product: AR - Receivables , description: Temporary table used to store exceptions found by Automatic Receipts and its related programs , implementation_dba_data: AR.AR_AUTOREC_EXCEPTIONS ,
-
Table: AR_MC_RECEIVABLE_APPS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MC_RECEIVABLE_APPS, object_name:AR_MC_RECEIVABLE_APPS, status:VALID, product: AR - Receivables , description: Cash and credit memo applications for each reporting set of books , implementation_dba_data: AR.AR_MC_RECEIVABLE_APPS ,
-
Table: AR_INTERIM_CASH_RCPT_LINES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_INTERIM_CASH_RCPT_LINES_ALL, object_name:AR_INTERIM_CASH_RCPT_LINES_ALL, status:VALID, product: AR - Receivables , description: Temporary table used to store QuickCash payment applications , implementation_dba_data: AR.AR_INTERIM_CASH_RCPT_LINES_ALL ,
-
Table: AR_MC_RECEIVABLE_APPS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MC_RECEIVABLE_APPS, object_name:AR_MC_RECEIVABLE_APPS, status:VALID, product: AR - Receivables , description: Cash and credit memo applications for each reporting set of books , implementation_dba_data: AR.AR_MC_RECEIVABLE_APPS ,
-
Table: AR_MC_CASH_BASIS_DISTS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MC_CASH_BASIS_DISTS_ALL, object_name:AR_MC_CASH_BASIS_DISTS_ALL, status:VALID, product: AR - Receivables , description: Distribution of payments over revenue accounts, used in Cash Basis Accounting for MRC , implementation_dba_data: AR.AR_MC_CASH_BASIS_DISTS_ALL ,
-
Table: AR_CUSTOMER_CALL_TOPICS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CUSTOMER_CALL_TOPICS_ALL, object_name:AR_CUSTOMER_CALL_TOPICS_ALL, status:VALID, product: AR - Receivables , description: Topic of a customer call , implementation_dba_data: AR.AR_CUSTOMER_CALL_TOPICS_ALL ,
-
Table: AR_CUSTOMER_CALL_TOPICS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CUSTOMER_CALL_TOPICS_ALL, object_name:AR_CUSTOMER_CALL_TOPICS_ALL, status:VALID, product: AR - Receivables , description: Topic of a customer call , implementation_dba_data: AR.AR_CUSTOMER_CALL_TOPICS_ALL ,
-
Table: AR_MC_CASH_BASIS_DISTS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_MC_CASH_BASIS_DISTS_ALL, object_name:AR_MC_CASH_BASIS_DISTS_ALL, status:VALID, product: AR - Receivables , description: Distribution of payments over revenue accounts, used in Cash Basis Accounting for MRC , implementation_dba_data: AR.AR_MC_CASH_BASIS_DISTS_ALL ,
-
Table: AR_AUTOREC_EXCEPTIONS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_AUTOREC_EXCEPTIONS, object_name:AR_AUTOREC_EXCEPTIONS, status:VALID, product: AR - Receivables , description: Temporary table used to store exceptions found by Automatic Receipts and its related programs , implementation_dba_data: AR.AR_AUTOREC_EXCEPTIONS ,
-
Table: AR_CASH_BASIS_DISTS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CASH_BASIS_DISTS_ALL, object_name:AR_CASH_BASIS_DISTS_ALL, status:VALID, product: AR - Receivables , description: Distribution of payments over revenue accounts, used in Cash Basis Accounting , implementation_dba_data: AR.AR_CASH_BASIS_DISTS_ALL ,
-
Table: AR_CASH_BASIS_DISTS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CASH_BASIS_DISTS_ALL, object_name:AR_CASH_BASIS_DISTS_ALL, status:VALID, product: AR - Receivables , description: Distribution of payments over revenue accounts, used in Cash Basis Accounting , implementation_dba_data: AR.AR_CASH_BASIS_DISTS_ALL ,
-
Table: AR_BATCHES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_BATCHES_ALL, object_name:AR_BATCHES_ALL, status:VALID, product: AR - Receivables , description: Receipt batch information , implementation_dba_data: AR.AR_BATCHES_ALL ,
-
Table: AR_INTERIM_CASH_RECEIPTS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_INTERIM_CASH_RECEIPTS_ALL, object_name:AR_INTERIM_CASH_RECEIPTS_ALL, status:VALID, product: AR - Receivables , description: QuickCash payments processed by the PostBatch program , implementation_dba_data: AR.AR_INTERIM_CASH_RECEIPTS_ALL ,
-
Table: AR_INTERIM_CASH_RECEIPTS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_INTERIM_CASH_RECEIPTS_ALL, object_name:AR_INTERIM_CASH_RECEIPTS_ALL, status:VALID, product: AR - Receivables , description: QuickCash payments processed by the PostBatch program , implementation_dba_data: AR.AR_INTERIM_CASH_RECEIPTS_ALL ,
-
Table: RA_TERMS_B
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_TERMS_B, object_name:RA_TERMS_B, status:VALID, product: AR - Receivables , description: Payment Term information , implementation_dba_data: AR.RA_TERMS_B ,
-
View: AR_OEX_INVOICE_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_OEX_INVOICE_VIEW, object_name:AR_OEX_INVOICE_VIEW, status:VALID, product: AR - Receivables , description: (Invoice view for Oracle Exchange Invoices) , implementation_dba_data: APPS.AR_OEX_INVOICE_VIEW ,
-
Table: RA_CUST_TRX_TYPES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUST_TRX_TYPES_ALL, object_name:RA_CUST_TRX_TYPES_ALL, status:VALID, product: AR - Receivables , description: Transaction type for invoices, commitments and credit memos , implementation_dba_data: AR.RA_CUST_TRX_TYPES_ALL ,
-
View: AR_PAYMENT_TERM_S_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PAYMENT_TERM_S_V, object_name:AR_PAYMENT_TERM_S_V, status:VALID, product: AR - Receivables , description: payment term shared extract , implementation_dba_data: APPS.AR_PAYMENT_TERM_S_V ,
-
Table: RA_TERMS_B
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_TERMS_B, object_name:RA_TERMS_B, status:VALID, product: AR - Receivables , description: Payment Term information , implementation_dba_data: AR.RA_TERMS_B ,
-
View: AR_OEX_INVOICE_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_OEX_INVOICE_VIEW, object_name:AR_OEX_INVOICE_VIEW, status:VALID, product: AR - Receivables , description: (Invoice view for Oracle Exchange Invoices) , implementation_dba_data: APPS.AR_OEX_INVOICE_VIEW ,
-
View: AR_PAYMENT_TERM_S_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PAYMENT_TERM_S_V, object_name:AR_PAYMENT_TERM_S_V, status:VALID, product: AR - Receivables , description: payment term shared extract , implementation_dba_data: APPS.AR_PAYMENT_TERM_S_V ,
-
Table: RA_CUST_TRX_TYPES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUST_TRX_TYPES_ALL, object_name:RA_CUST_TRX_TYPES_ALL, status:VALID, product: AR - Receivables , description: Transaction type for invoices, commitments and credit memos , implementation_dba_data: AR.RA_CUST_TRX_TYPES_ALL ,
-
View: ARFV_CASH_APPLICATIONS_OLD1
12.1.1
product: AR - Receivables , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: AR_OEX_CM_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_OEX_CM_VIEW, object_name:AR_OEX_CM_VIEW, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_OEX_CM_VIEW ,
-
View: AR_OEX_CM_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_OEX_CM_VIEW, object_name:AR_OEX_CM_VIEW, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_OEX_CM_VIEW ,
-
View: ARFV_CASH_APPLICATIONS_OLD1
12.2.2
product: AR - Receivables , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
Table: HZ_CUST_ACCOUNTS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_ACCOUNTS, object_name:HZ_CUST_ACCOUNTS, status:VALID, product: AR - Receivables , description: Stores information about customer accounts. , implementation_dba_data: AR.HZ_CUST_ACCOUNTS ,
-
View: ARFV_AR_PAYMENT_SCHEDULES_OLD1
12.2.2
product: AR - Receivables , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
Table: HZ_CUST_ACCOUNTS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_ACCOUNTS, object_name:HZ_CUST_ACCOUNTS, status:VALID, product: AR - Receivables , description: Stores information about customer accounts. , implementation_dba_data: AR.HZ_CUST_ACCOUNTS ,