Search Results cp_cust
Overview
VIEW APPS.CE_AR_FC_INVOICES_V is a receivables reporting view used within Oracle E-Business Suite 12.1.1 and 12.2.2. It exposes open Accounts Receivable transactions together with their associated customer profile class information, combining invoice-level payment schedule data with the Customer Relationship Management profile hierarchy. The view is designed to supply the data set required by customer profile ("FC") collection logic, whereby open invoices and debit memos are matched to the profile class that governs collections, credit, and dunning behavior.
Because the view filters on payment schedule status and excludes specific transaction classes, it returns only currently open, collectible receivables. Its role is primarily reporting and integration: it is consumed by collections and credit modules, by customer-facing inquiries, and by external extract processes that require open invoice detail keyed by customer profile class.
Underlying Base Objects
The view is defined over four documented base objects, all referenced through APPS synonyms and the AR public utility package:
- AR_PAYMENT_SCHEDULES_ALL — the primary table, aliased APS, supplying invoice number, amounts, currency, due date, transaction identifiers, and organization identifiers. Only rows with STATUS = 'OP' and CLASS not in ('PMT','GUAR') qualify.
- HZ_CUSTOMER_PROFILES — aliased CP_CUST and CP_SITE, providing the customer or site-level profile assignment.
- HZ_CUST_PROFILE_CLASSES — aliased CP_CLASS, supplying the profile class identifier and class name.
- AR_PUBLIC_UTILS — a PL/SQL package whose Check_Prepay_Transaction function is invoked to exclude prepayment transactions.
The view body is a UNION of two branches. The first joins on CUSTOMER_SITE_USE_ID to resolve site-level profiles. The second joins on CUST_ACCOUNT_ID and requires that the customer-level profile row have a null SITE_USE_ID, guaranteeing that a site-level profile does not already exist for the transaction. The second branch additionally applies a NOT EXISTS subquery that suppresses duplicate rows where a site-level profile already matches the same transaction and due date.
Key Columns
- TRX_NUMBER — the invoice or transaction number.
- ACCTD_AMOUNT_DUE_REMAINING — remaining amount due in the functional (accounted) currency.
- AMOUNT_DUE_REMAINING — remaining amount due in the transaction currency.
- AMOUNT_IN_DISPUTE — disputed portion, defaulted to zero via NVL.
- INVOICE_CURRENCY_CODE / EXCHANGE_RATE — transaction currency and conversion rate.
- DUE_DATE / TRX_DATE — scheduled due date and transaction date.
- PROFILE_CLASS_ID / NAME — the resolved profile class identifier and its descriptive name.
- CUSTOMER_TRX_ID, CUSTOMER_ID, CUSTOMER_SITE_USE_ID, ORG_ID — identifying keys for the transaction, customer, site use, and operating unit.
- PAYMENT_SCHEDULE_ID (aliased 'AR' concatenated) — a synthetic key built by prefixing the payment schedule identifier with 'AR'.
Common Use Cases and Queries
This view is typically queried to retrieve open receivables grouped by profile class, or to reconcile collection activity against customer profile assignments. A representative query follows:
SELECT trx_number, amount_due_remaining, invoice_currency_code, due_date, name FROM apps.ce_ar_fc_invoices_v WHERE org_id = :p_org_id ORDER BY due_date;- Filtering by
profile_class_idornameto isolate invoices under a specific collection class. - Aggregating
amount_due_remainingby customer or profile class to produce exposure and aging summaries.
The user search term "cp_cust" corresponds to the CP_CUST alias used in the second UNION branch, which resolves customer-level (account-level) profiles for transactions lacking a site-level profile. Queries joining to HZ_CUSTOMER_PROFILES through account-level identifiers should account for this alias behavior to avoid duplication across the two branches.
-
VIEW: APPS.CE_AR_FC_INVOICES_V
12.1.1
-
VIEW: APPS.CE_AR_FC_INVOICES_V
12.2.2
-
VIEW: APPS.CE_SO_FC_ORDERS_NO_TERMS_V
12.1.1
-
VIEW: APPS.CE_SO_FC_ORDERS_NO_TERMS_V
12.2.2
-
VIEW: APPS.CE_SO_FC_ORDERS_V
12.2.2
-
VIEW: APPS.CE_SO_FC_ORDERS_TERMS_V
12.2.2
-
VIEW: APPS.CE_SO_FC_ORDERS_TERMS_V
12.1.1
-
VIEW: APPS.CE_SO_FC_ORDERS_V
12.1.1
-
View: CE_AR_FC_INVOICES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_AR_FC_INVOICES_V, object_name:CE_AR_FC_INVOICES_V, status:VALID, product: CE - Cash Management , description: Forecasting source - AR invoices , implementation_dba_data: APPS.CE_AR_FC_INVOICES_V ,
-
View: CE_SO_FC_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_SO_FC_ORDERS_V, object_name:CE_SO_FC_ORDERS_V, status:VALID, product: CE - Cash Management , description: Forecasting source - sales orders. This view retrieves sales orders for forecasting when the option of including payment terms in the forecast calculation is not enabled , implementation_dba_data: APPS.CE_SO_FC_ORDERS_V ,
-
View: CE_SO_FC_ORDERS_NO_TERMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_SO_FC_ORDERS_NO_TERMS_V, object_name:CE_SO_FC_ORDERS_NO_TERMS_V, status:VALID, product: CE - Cash Management , description: Forecasting source - sales orders , implementation_dba_data: APPS.CE_SO_FC_ORDERS_NO_TERMS_V ,
-
View: CE_SO_FC_ORDERS_NO_TERMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_SO_FC_ORDERS_NO_TERMS_V, object_name:CE_SO_FC_ORDERS_NO_TERMS_V, status:VALID, product: CE - Cash Management , description: Forecasting source - sales orders , implementation_dba_data: APPS.CE_SO_FC_ORDERS_NO_TERMS_V ,
-
View: CE_SO_FC_ORDERS_TERMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_SO_FC_ORDERS_TERMS_V, object_name:CE_SO_FC_ORDERS_TERMS_V, status:VALID, product: CE - Cash Management , description: Forecasting source - sales orders. , implementation_dba_data: APPS.CE_SO_FC_ORDERS_TERMS_V ,
-
View: CE_AR_FC_INVOICES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_AR_FC_INVOICES_V, object_name:CE_AR_FC_INVOICES_V, status:VALID, product: CE - Cash Management , description: Forecasting source - AR invoices , implementation_dba_data: APPS.CE_AR_FC_INVOICES_V ,
-
VIEW: APPS.AR_CUSTOMER_ACCOUNTS_LA
12.2.2
-
View: CE_SO_FC_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_SO_FC_ORDERS_V, object_name:CE_SO_FC_ORDERS_V, status:VALID, product: CE - Cash Management , description: Forecasting source - sales orders. This view retrieves sales orders for forecasting when the option of including payment terms in the forecast calculation is not enabled , implementation_dba_data: APPS.CE_SO_FC_ORDERS_V ,
-
View: CE_SO_FC_ORDERS_TERMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_SO_FC_ORDERS_TERMS_V, object_name:CE_SO_FC_ORDERS_TERMS_V, status:VALID, product: CE - Cash Management , description: Forecasting source - sales orders. , implementation_dba_data: APPS.CE_SO_FC_ORDERS_TERMS_V ,
-
VIEW: APPS.AR_CUSTOMER_ACCOUNTS_LA
12.1.1
-
VIEW: APPS.AR_CUSTOMER_ACCOUNTS_LE
12.1.1
-
VIEW: APPS.AR_CUSTOMER_ACCOUNTS_LE
12.2.2
-
View: AR_CUSTOMER_ACCOUNTS_LE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS_LE, object_name:AR_CUSTOMER_ACCOUNTS_LE, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS_LE ,
-
View: AR_CUSTOMER_ACCOUNTS_LE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS_LE, object_name:AR_CUSTOMER_ACCOUNTS_LE, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS_LE ,
-
View: AR_CUSTOMER_ACCOUNTS_LA
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS_LA, object_name:AR_CUSTOMER_ACCOUNTS_LA, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS_LA ,
-
View: AR_CUSTOMER_ACCOUNTS_LA
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS_LA, object_name:AR_CUSTOMER_ACCOUNTS_LA, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS_LA ,
-
VIEW: APPS.AR_CUSTOMER_ACCOUNTS
12.1.1
-
VIEW: APPS.AR_CUSTOMER_ACCOUNTS
12.2.2
-
View: AR_CUSTOMER_ACCOUNTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS, object_name:AR_CUSTOMER_ACCOUNTS, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS ,
-
View: AR_CUSTOMER_ACCOUNTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS, object_name:AR_CUSTOMER_ACCOUNTS, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS ,
-
APPS.AR_INVOICE_SQL_FUNC_PUB SQL Statements
12.2.2
-
APPS.AR_INVOICE_SQL_FUNC_PUB SQL Statements
12.1.1
-
PACKAGE BODY: APPS.AR_ARXCBH_XMLP_PKG
12.1.1
-
PACKAGE BODY: APPS.AR_ARXCBH_XMLP_PKG
12.2.2
-
APPS.AR_BPA_UTILS_PKG SQL Statements
12.2.2
-
APPS.AR_BPA_UTILS_PKG SQL Statements
12.1.1
-
APPS.ARP_CMREQ_WF SQL Statements
12.2.2
-
APPS.ARP_CMREQ_WF SQL Statements
12.1.1
-
PACKAGE BODY: APPS.AR_INVOICE_SQL_FUNC_PUB
12.1.1
-
PACKAGE BODY: APPS.AR_INVOICE_SQL_FUNC_PUB
12.2.2
-
APPS.AR_INVOICE_SQL_FUNC_PUB dependencies on HZ_CUSTOMER_PROFILES
12.2.2
-
APPS.AR_INVOICE_SQL_FUNC_PUB dependencies on HZ_CUSTOMER_PROFILES
12.1.1
-
APPS.ARP_CMREQ_WF dependencies on HZ_CUSTOMER_PROFILES
12.2.2
-
APPS.ARP_CMREQ_WF dependencies on HZ_CUSTOMER_PROFILES
12.1.1
-
APPS.AR_BPA_UTILS_PKG dependencies on HZ_CUSTOMER_PROFILES
12.2.2
-
APPS.AR_BPA_UTILS_PKG dependencies on HZ_CUSTOMER_PROFILES
12.1.1
-
APPS.ARP_CMREQ_WF dependencies on AR_COLLECTORS
12.2.2
-
APPS.ARP_CMREQ_WF dependencies on AR_COLLECTORS
12.1.1
-
APPS.AR_INVOICE_SQL_FUNC_PUB dependencies on HZ_CUST_SITE_USES
12.1.1
-
APPS.AR_INVOICE_SQL_FUNC_PUB dependencies on HZ_CUST_SITE_USES
12.2.2
-
PACKAGE BODY: APPS.AR_BPA_UTILS_PKG
12.1.1
-
PACKAGE BODY: APPS.AR_BPA_UTILS_PKG
12.2.2