Search Results last_follow_up_date
Overview
APPS.ARFV_AR_PAYMENT_SCHEDULES is an Oracle E-Business Suite view in the Receivables (AR) module that presents payment schedule information in a reporting- and integration-friendly format. It is defined over AR_PAYMENT_SCHEDULES and a set of related master and transactional tables, and it resolves foreign key identifiers into descriptive values while decoding lookup-coded columns into their human-readable meanings. In the context of EBS 12.1.1 and 12.2.2, the view serves as the primary source for reporting on amounts due, due dates, discounts, disputes, dunning, collections, and the linkage between invoices, receipts, customers, parties, currencies, terms, collectors, and operating units.
The view is particularly relevant to searches involving "reserve," "payment," and "attribute" terminology, because AR_PAYMENT_SCHEDULES is the table that stores the reserve amounts, due-date schedules, and status attributes of each transaction line. ARFV_AR_PAYMENT_SCHEDULES exposes those attributes alongside their decoded meanings, making it suitable for both ad hoc queries and downstream integrations.
Underlying Base Objects
According to the ETRM metadata, the view is defined over the following documented objects: AR_PAYMENT_SCHEDULES, AR_CASH_RECEIPTS, AR_COLLECTORS, AR_CONS_INV, FND_CURRENCIES_VL, HR_ALL_ORGANIZATION_UNITS, HZ_CUST_ACCOUNTS, HZ_PARTIES, RA_CUSTOMER_TRX, and RA_TERMS. Most of these are accessed through public synonyms in the APPS schema, while FND_CURRENCIES_VL is a view providing currency descriptions.
The driving table is AR_PAYMENT_SCHEDULES (aliased PS), which holds one row per payment schedule installment for a transaction. It is outer-joined to AR_CONS_INV (consolidated billing), AR_COLLECTORS, and other supporting entities, and inner-joined where a required reference exists, such as INVOICE_CURRENCY_CODE to FND_CURRENCIES_VL. RA_CUSTOMER_TRX supplies the transaction number, RA_TERMS the payment terms name, HZ_PARTIES the party name, and HR_ALL_ORGANIZATION_UNITS the operating unit. AR_CASH_RECEIPTS supplies the receipt number when a schedule has been settled by a receipt, and HZ_CUST_ACCOUNTS links the customer account.
Key Columns
- PAYMENT_SCHEDULE_ID – unique identifier of the payment schedule row.
- DUE_DATE and GL_DATE – scheduled due date and accounting date.
- CLASS and STATUS – decoded through AR_LOOKUPS into INV/CM meanings and PAYMENT_SCHEDULE_STATUS meanings.
- DISCOUNT_TAKEN_EARNED and DISCOUNT_TAKEN_UNEARNED – discount amounts captured at settlement.
- AMOUNT_DUE_ORIGINAL and AMOUNT_DUE_REMAINING – original and open amounts, with ACCTD_AMOUNT_DUE_REMAINING in functional currency.
- AMOUNT_LINE_ITEMS_ORIGINAL / REMAINING, FREIGHT_ORIGINAL / REMAINING, TAX_ORIGINAL / REMAINING – component breakdowns.
- AMOUNT_CREDITED, RECEIVABLES_CHARGES_CHARGED, RECEIVABLES_CHARGES_REMAINING – credit and charge amounts.
- EXCHANGE_RATE, EXCHANGE_RATE_TYPE, EXCHANGE_DATE – currency conversion attributes.
- NUMBER_OF_DUE_DATES and TERMS_SEQUENCE_NUMBER – installment sequencing.
- AMOUNT_IN_DISPUTE and DISPUTE_DATE – dispute tracking.
- IN_COLLECTION, CALL_DATE_LAST, FOLLOW_UP_CODE_LAST, FOLLOW_UP_DATE_LAST, PROMISE_DATE_LAST, PROMISE_AMOUNT_LAST – collections attributes, with lookup meanings resolved.
- EXCLUDE_FROM_DUNNING_FLAG, STAGED_DUNNING_LEVEL, DUNNING_LEVEL_OVERRIDE_DATE – dunning attributes.
- Resolved foreign keys: COLLECTOR name, currency description, TRX_NUMBER, RECEIPT_NUMBER, party name, terms name, and operating unit name.
- IDs and WHO columns: CUSTOMER_TRX_ID, CASH_RECEIPT_ID, CUSTOMER_ID, TERM_ID, ORG_ID, and audit columns.
Common Use Cases and Queries
Typical scenarios include open receivables aging, due-date analysis, dispute reporting, collections follow-up, and reconciliation of scheduled amounts to receipts and invoices. A representative query retrieves open schedules with decoded statuses and party names:
- SELECT payment_schedule_id, trx_number, due_date, status, amount_due_remaining, party_name, receipt_number FROM ap_fv_ar_payment_schedules WHERE amount_due_remaining > 0 ORDER BY due_date;
For reserve and attribute analysis, filter by CLASS and STATUS to isolate invoice versus credit memo schedules and to identify rows excluded from dunning. Because the view exposes both coded values and their meanings, it can be used directly in BI Publisher reports, OBIEE models, and ETL mappings without additional lookup joins.
-
VIEW: APPS.ARFV_AR_PAYMENT_SCHEDULES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_AR_PAYMENT_SCHEDULES, object_name:ARFV_AR_PAYMENT_SCHEDULES, status:VALID,
-
VIEW: APPS.ARFV_AR_PAYMENT_SCHEDULES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_AR_PAYMENT_SCHEDULES, object_name:ARFV_AR_PAYMENT_SCHEDULES, status:VALID,
-
VIEW: APPS.ARBV_AR_PAYMENT_SCHEDULES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_AR_PAYMENT_SCHEDULES, object_name:ARBV_AR_PAYMENT_SCHEDULES, status:VALID,
-
VIEW: APPS.ARBV_AR_PAYMENT_SCHEDULES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_AR_PAYMENT_SCHEDULES, object_name:ARBV_AR_PAYMENT_SCHEDULES, status:VALID,
-
View: ARBV_AR_PAYMENT_SCHEDULES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_AR_PAYMENT_SCHEDULES, object_name:ARBV_AR_PAYMENT_SCHEDULES, status:VALID, product: AR - Receivables , description: -Retrofitted , implementation_dba_data: APPS.ARBV_AR_PAYMENT_SCHEDULES ,
-
View: ARBV_AR_PAYMENT_SCHEDULES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBV_AR_PAYMENT_SCHEDULES, object_name:ARBV_AR_PAYMENT_SCHEDULES, status:VALID, product: AR - Receivables , description: -Retrofitted , implementation_dba_data: APPS.ARBV_AR_PAYMENT_SCHEDULES ,
-
View: ARFV_AR_PAYMENT_SCHEDULES_OLD1
12.2.2
product: AR - Receivables , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: ARFV_AR_PAYMENT_SCHEDULES_OLD1
12.1.1
product: AR - Receivables , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: ARFV_AR_PAYMENT_SCHEDULES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_AR_PAYMENT_SCHEDULES, object_name:ARFV_AR_PAYMENT_SCHEDULES, status:VALID, product: AR - Receivables , description: This shows information about entries against accounts receivable transactions ( both debits and credits ), except adjustments and miscellaneous cash. , implementation_dba_data: APPS.ARFV_AR_PAYMENT_SCHEDULES ,
-
View: ARFV_AR_PAYMENT_SCHEDULES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_AR_PAYMENT_SCHEDULES, object_name:ARFV_AR_PAYMENT_SCHEDULES, status:VALID, product: AR - Receivables , description: This shows information about entries against accounts receivable transactions ( both debits and credits ), except adjustments and miscellaneous cash. , implementation_dba_data: APPS.ARFV_AR_PAYMENT_SCHEDULES ,
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,