Search Results follow_up
Overview
The APPS.AR_CUSTOMER_CALL_TOPICS_V view is a reporting and integration layer within the Oracle EBS Receivables (AR) module that consolidates collections call activity, customer details, transaction information, and follow-up data into a single queryable structure. It is defined over the AR_CUSTOMER_CALL_TOPICS table and several joined AR objects, providing a denormalized presentation of collections work items. In EBS 12.1.1 and 12.2.2, this view supports collections management reporting, dunning follow-up tracking, and custom integrations that need to surface call topics alongside their related transaction, payment schedule, and collector context without requiring the consumer to reconstruct the multi-table joins themselves.
Underlying Base Objects
The view is owned by APPS and is defined over the following documented base objects:
AR_CUSTOMER_CALL_TOPICS(synonym) — the primary driving table holding each call topic record, including follow-up, promise, and forecast attributes.AR_PAYMENT_SCHEDULES(synonym, aliased APS) — supplies due dates, transaction numbers, currency, amount due remaining, and additional attributes.RA_CUSTOMER_TRX(RCT) andRA_CUSTOMER_TRX_LINES(RCTL) — provide invoice header and line detail such as transaction number, line number, description, and extended amount.RA_CUST_TRX_TYPES(B) — supplies the transaction type classification, with a DECODE defaulting to 'REC' when no transaction is present (cash receipt scenarios).AR_COLLECTORS(ACO) — provides the collector name viaACO.NAME.AR_LOOKUPS(viaARPT_SQL_FUNC_UTIL) — resolved meanings for reason codes and follow-up actions, and the customer call topic text (ANO.TEXT) is sourced fromAR_NOTES(ANO).ARPT_SQL_FUNC_UTIL(package) — theget_lookup_meaningfunction is called to translate lookup codes forCUSTOMER_RESPONSE_REASONandFOLLOW_UP.
Key Columns
CUSTOMER_CALL_TOPIC_ID,CUSTOMER_CALL_ID,CUSTOMER_ID— identify the call topic, parent call, and customer.FOLLOW_UP_DATE,FOLLOW_UP_ACTION(and its lookup meaning),FOLLOW_UP_COMPANY_REP_ID,COMPLETE_FLAG— the follow-up workflow fields central to the "follow_up" search term.PROMISE_DATE,PROMISE_AMOUNT,FORECAST_DATE,COLLECTION_FORECAST— collections forecasting and commitment tracking.CALL_OUTCOME,REASON_CODE,CALL_DATE— call disposition and timing.TRX_NUMBER,DUE_DATE,AMOUNT_DUE_REMAINING,INVOICE_CURRENCY_CODE,LINE_NUMBER,EXTENDED_AMOUNT— transaction and payment schedule detail.COLLECTOR_IDandACO.NAME— collector identity; plus contact, site, and phone identifiers.
Common Use Cases and Queries
Typical scenarios include identifying open follow-up actions for a collector, aging outstanding promised amounts, and reconciling call topics to their overdue invoices. A representative query filtering on follow-up activity:
SELECT customer_call_topic_id, customer_id, follow_up_date, follow_up_action, collector_id, trx_number, amount_due_remaining FROM apps.ar_customer_call_topics_v WHERE complete_flag = 'N' AND follow_up_date IS NOT NULL ORDER BY follow_up_date;
Additional use cases include joining to AR_CUSTOMERS for customer names, aggregating AMOUNT_DUE_REMAINING by collector for workload analysis, and embedding the view in Oracle Reports or OAF-based collections dashboards. Because it already resolves lookup meanings and transaction defaults, it reduces custom coding in downstream extracts and interfaces.
-
Lookup Type: FOLLOW_UP
12.1.1
product: AR - Receivables , meaning: Follow Up , description: Collection Follow Up Action ,
-
Lookup Type: FOLLOW_UP
12.2.2
product: AR - Receivables , meaning: Follow Up , description: Collection Follow Up Action ,
-
VIEW: APPS.AR_CUSTOMER_CALL_TOPICS_V
12.1.1
-
VIEW: APPS.AR_CUSTOMER_CALL_TOPICS_V
12.2.2
-
VIEW: APPS.AR_PAYMENT_SCHEDULES_TRX2_V
12.2.2
-
VIEW: APPS.AR_PAYMENT_SCHEDULES_TRX2_V
12.1.1
-
VIEW: APPS.AR_CUSTOMER_CALLS_V
12.1.1
-
VIEW: APPS.AR_CUSTOMER_CALLS_V
12.2.2
-
VIEW: APPS.AR_ACTIONS_V
12.2.2
-
View: AR_CUSTOMER_CALL_TOPICS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_CALL_TOPICS_V, object_name:AR_CUSTOMER_CALL_TOPICS_V, status:VALID, product: AR - Receivables , description: (Release 10SC Only) , implementation_dba_data: APPS.AR_CUSTOMER_CALL_TOPICS_V ,
-
VIEW: APPS.AR_ACTIONS_V
12.1.1
-
View: AR_CUSTOMER_CALL_TOPICS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_CALL_TOPICS_V, object_name:AR_CUSTOMER_CALL_TOPICS_V, status:VALID, product: AR - Receivables , description: (Release 10SC Only) , implementation_dba_data: APPS.AR_CUSTOMER_CALL_TOPICS_V ,
-
View: AR_ACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ACTIONS_V, object_name:AR_ACTIONS_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_ACTIONS_V ,
-
View: AR_ACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_ACTIONS_V, object_name:AR_ACTIONS_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_ACTIONS_V ,
-
View: AR_PAYMENT_SCHEDULES_TRX2_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PAYMENT_SCHEDULES_TRX2_V, object_name:AR_PAYMENT_SCHEDULES_TRX2_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_PAYMENT_SCHEDULES_TRX2_V ,
-
View: AR_CUSTOMER_CALLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_CALLS_V, object_name:AR_CUSTOMER_CALLS_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_CALLS_V ,
-
View: AR_CUSTOMER_CALLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_CALLS_V, object_name:AR_CUSTOMER_CALLS_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_CALLS_V ,
-
View: AR_PAYMENT_SCHEDULES_TRX2_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PAYMENT_SCHEDULES_TRX2_V, object_name:AR_PAYMENT_SCHEDULES_TRX2_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_PAYMENT_SCHEDULES_TRX2_V ,
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.AR_PAYMENT_SCHEDULES_V
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
View: AR_PAYMENT_SCHEDULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PAYMENT_SCHEDULES_V, object_name:AR_PAYMENT_SCHEDULES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_PAYMENT_SCHEDULES_V ,
-
View: AR_PAYMENT_SCHEDULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_PAYMENT_SCHEDULES_V, object_name:AR_PAYMENT_SCHEDULES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_PAYMENT_SCHEDULES_V ,
-
VIEW: APPS.AR_PAYMENT_SCHEDULES_V
12.2.2
-
PACKAGE BODY: APPS.PER_NO_SICKLEAVEMONITORING
12.2.2
-
TABLE: AR.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,
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,