Search Results collector_name
Overview
XNC_CUST_PROFILE_CREDIT_V is a view shipped with the Oracle E-Business Suite product XNC — Sales for Communications. The product is documented as obsolete in the ETRM reference set for EBS 12.1.1 and 12.2.2, and the view itself carries the annotation "Not implemented in this database" in the reference documentation. Despite this status, the view definition remains useful as a reference artifact because it illustrates how credit profile information for customer accounts was assembled by the XNC module.
The view retrieves credit profiles for customer accounts. It joins customer profile data held in the JTF customer profile interface views with customer account attributes, payment terms, collectors, and statement cycles from the Oracle Receivables schema. Its principal role was to present a single denormalized row per customer account profile, combining credit risk classification, credit limits, tolerance and clearing rules, and both standard and override payment terms. The presence of the OVERRIDE_TERMS column is significant for users searching on that term: it exposes the alternate terms identifier that takes precedence over standard terms for a specific customer account profile, alongside the resolved name of the standard terms set.
Underlying Base Objects
The ETRM metadata documents no base objects for this view, but the embedded view text identifies the underlying sources unambiguously. The primary driving objects are the interface views JTF_CUSTOMER_PROFILES_V (aliased CUST_PROFILE) and JTF_CUST_ACCOUNTS_V (aliased CUST_ACCT), joined on CUST_ACCOUNT_ID. These interface views in turn resolve to the customer profile and customer account entities in the TCA/JTF model.
Supporting lookup tables are outer-joined to enrich the profile row. RA_TERMS provides the standard terms definition, with an active-date predicate applied through NVL on START_DATE_ACTIVE and END_DATE_ACTIVE. RA_TERMS_VL supplies the payment term name assigned at the customer account level via PAYMENT_TERM_ID. AR_COLLECTORS supplies the active collector name, constrained by C.STATUS = 'A'. AR_STATEMENT_CYCLES supplies the statement cycle name through STATEMENT_CYCLE_ID. All of these joins except the profile-to-account join are outer joins, so a profile row survives even when no active collector, statement cycle, or matching terms record exists.
Key Columns
The view exposes the row identifier and keys CUST_ACCOUNT_PROFILE_ID and CUST_ACCOUNT_ID, along with separate last-update timestamps for the account and the profile. Credit attributes include RISK_CODE, CREDIT_RATING, PROFILE_CLASS_ID, STATUS, RESTRICTION_LIMIT_AMOUNT, TOLERANCE, and CLEARING_DAYS.
- STANDARD_TERMS and STANDARD_TERMS_NAME — the default terms identifier and its resolved name from RA_TERMS.
- OVERRIDE_TERMS — the alternate terms value that supersedes standard terms for the profile; the column most commonly targeted by searches for override terms behavior.
- DISCOUNT_TERMS, INTEREST_CHARGES, INTEREST_PERIOD_DAYS — discount and interest handling parameters.
- CREDIT_CHECKING, NEXT_CREDIT_REVIEW_DATE — credit control and review scheduling attributes.
- PAYMENT_GRACE_DAYS, DISCOUNT_GRACE_DAYS — grace period configuration.
- COLLECTOR_ID, COLLECTOR_NAME, CREDIT_ANALYST_ID — assignment of collection and analysis responsibility.
- WRITE_OFF_PAYMENT_AMOUNT, WRITE_OFF_AMOUNT, PAYMENT_TERM_ID, PAYMENT_TERM_NAME, DEPOSIT_REFUND_METHOD, CREDIT_CLASSIFICATION_CODE — account-level financial and classification attributes.
- STATEMENT_CYCLE_ID plus the statement cycle name from AR_STATEMENT_CYCLES.
Common Use Cases and Queries
Typical usage centers on credit review reporting and on determining which terms apply to a customer account. A credit analyst report might list profile class, risk code, restriction limit, and next review date, while a collections report emphasizes collector name and clearing days. Because the view surfaces OVERRIDE_TERMS directly, it was also used to reconcile standard versus override terms assignments per account.
A representative query selecting the credit profile for a specific account is:
- SELECT cust_account_id, credit_rating, risk_code, standard_terms_name, override_terms, restriction_limit_amount, collector_name FROM xnc_cust_profile_credit_v WHERE cust_account_id = :p_account_id;
- SELECT cust_account_id, override_terms FROM xnc_cust_profile_credit_v WHERE override_terms IS NOT NULL;
- SELECT profile_class_id, COUNT(*) FROM xnc_cust_profile_credit_v GROUP BY profile_class_id;
Because XNC is obsolete and the view is not implemented in the documented database, these queries should be treated as reference patterns; equivalent credit profile reporting in supported releases is generally sourced from the current TCA and Receivables credit management tables.
-
View: XNC_CUST_PROFILE_CREDIT_V
12.2.2
product: XNC - Sales for Communications (Obsolete) , description: XNC_CUST_PROFILE_CREDIT_V retrieves credit profiles for customer accounts. , implementation_dba_data: Not implemented in this database ,
-
View: XNC_CUST_PROFILE_CREDIT_V
12.1.1
product: XNC - Sales for Communications (Obsolete) , description: XNC_CUST_PROFILE_CREDIT_V retrieves credit profiles for customer accounts. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.AR_CUSTOMER_ACCOUNTS_CA
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS_CA, object_name:AR_CUSTOMER_ACCOUNTS_CA, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.AR_CUSTOMER_ACCOUNTS_CA
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS_CA, object_name:AR_CUSTOMER_ACCOUNTS_CA, status:VALID,
-
VIEW: APPS.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,
-
VIEW: AR.RA_CUSTOMER_PROFILES_INT_ALL#
12.2.2
-
VIEW: APPS.AR_CUSTOMER_ACCOUNTS_CE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS_CE, object_name:AR_CUSTOMER_ACCOUNTS_CE, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.AR_CUSTOMER_ACCOUNTS_CE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS_CE, object_name:AR_CUSTOMER_ACCOUNTS_CE, status:VALID,
-
VIEW: APPS.ARFV_COLLECTION_CALLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_COLLECTION_CALLS, object_name:ARFV_COLLECTION_CALLS, status:VALID,
-
VIEW: APPS.ARFV_COLLECTION_CALLS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_COLLECTION_CALLS, object_name:ARFV_COLLECTION_CALLS, status:VALID,
-
View: AR_CUSTOMER_ACCOUNTS_CA
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS_CA, object_name:AR_CUSTOMER_ACCOUNTS_CA, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS_CA ,
-
VIEW: APPS.CSC_CUST_PROFILE_CREDIT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_CUST_PROFILE_CREDIT_V, object_name:CSC_CUST_PROFILE_CREDIT_V, status:VALID,
-
VIEW: APPS.CSC_CUST_PROFILE_CREDIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_CUST_PROFILE_CREDIT_V, object_name:CSC_CUST_PROFILE_CREDIT_V, status:VALID,
-
VIEW: APPS.AR_DOCS_RECEIVABLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DOCS_RECEIVABLES_V, object_name:AR_DOCS_RECEIVABLES_V, status:VALID,
-
VIEW: APPS.AR_DOCS_RECEIVABLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DOCS_RECEIVABLES_V, object_name:AR_DOCS_RECEIVABLES_V, status:VALID,
-
VIEW: APPS.ARBR_DOCS_RECEIVABLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBR_DOCS_RECEIVABLES_V, object_name:ARBR_DOCS_RECEIVABLES_V, status:VALID,
-
View: AR_CUSTOMER_ACCOUNTS_CA
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS_CA, object_name:AR_CUSTOMER_ACCOUNTS_CA, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS_CA ,
-
VIEW: APPS.ARBR_DOCS_RECEIVABLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBR_DOCS_RECEIVABLES_V, object_name:ARBR_DOCS_RECEIVABLES_V, status:VALID,
-
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.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: AR_CUSTOMER_ACCOUNTS_CE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS_CE, object_name:AR_CUSTOMER_ACCOUNTS_CE, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS_CE ,
-
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 ,
-
View: AR_CUSTOMER_ACCOUNTS_CE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_ACCOUNTS_CE, object_name:AR_CUSTOMER_ACCOUNTS_CE, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_ACCOUNTS_CE ,
-
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
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: APPS.AR_CUSTOMER_ACCOUNTS
12.1.1
-
VIEW: APPS.AR_CUSTOMER_ACCOUNTS
12.2.2
-
View: AR_CUSTOMER_PROFILES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_PROFILES_V, object_name:AR_CUSTOMER_PROFILES_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_PROFILES_V ,
-
VIEW: APPS.AST_CUST_PROFILE_CREDIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_CUST_PROFILE_CREDIT_V, object_name:AST_CUST_PROFILE_CREDIT_V, status:VALID,
-
View: AR_DOCS_RECEIVABLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DOCS_RECEIVABLES_V, object_name:AR_DOCS_RECEIVABLES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_DOCS_RECEIVABLES_V ,
-
VIEW: APPS.AST_CUST_PROFILE_CREDIT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_CUST_PROFILE_CREDIT_V, object_name:AST_CUST_PROFILE_CREDIT_V, status:VALID,
-
View: AR_CUSTOMER_PROFILES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_PROFILES_V, object_name:AR_CUSTOMER_PROFILES_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_CUSTOMER_PROFILES_V ,
-
View: ARFV_COLLECTION_CALLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_COLLECTION_CALLS, object_name:ARFV_COLLECTION_CALLS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARFV_COLLECTION_CALLS ,
-
View: CSC_CUST_PROFILE_CREDIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_CUST_PROFILE_CREDIT_V, object_name:CSC_CUST_PROFILE_CREDIT_V, status:VALID, product: CSC - Customer Care , implementation_dba_data: APPS.CSC_CUST_PROFILE_CREDIT_V ,
-
VIEW: APPS.AR_CUSTOMER_ACCOUNTS_CA
12.1.1
-
VIEW: APPS.AR_CUSTOMER_ACCOUNTS_CA
12.2.2
-
View: AR_CUSTOMER_PROFILE_CLASSES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_PROFILE_CLASSES_V, object_name:AR_CUSTOMER_PROFILE_CLASSES_V, status:VALID, product: AR - Receivables , description: (Release 12.0 Only) , implementation_dba_data: APPS.AR_CUSTOMER_PROFILE_CLASSES_V ,
-
VIEW: APPS.AR_CUSTOMER_PROFILES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_PROFILES_V, object_name:AR_CUSTOMER_PROFILES_V, status:VALID,
-
View: AR_CUSTOMER_PROFILE_CLASSES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_CUSTOMER_PROFILE_CLASSES_V, object_name:AR_CUSTOMER_PROFILE_CLASSES_V, status:VALID, product: AR - Receivables , description: (Release 12.0 Only) , implementation_dba_data: APPS.AR_CUSTOMER_PROFILE_CLASSES_V ,
-
VIEW: APPS.AR_CUSTOMER_ACCOUNTS_CE
12.1.1
-
View: ARBR_DOCS_RECEIVABLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBR_DOCS_RECEIVABLES_V, object_name:ARBR_DOCS_RECEIVABLES_V, status:VALID, product: AR - Receivables , description: Creation of ARBR_DOCS_RECEIVABLES_V view this is view is required for payment settlemnt , implementation_dba_data: APPS.ARBR_DOCS_RECEIVABLES_V ,
-
View: AST_CUST_PROFILE_CREDIT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_CUST_PROFILE_CREDIT_V, object_name:AST_CUST_PROFILE_CREDIT_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_CUST_PROFILE_CREDIT_V ,
-
View: AST_CUST_PROFILE_CREDIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_CUST_PROFILE_CREDIT_V, object_name:AST_CUST_PROFILE_CREDIT_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_CUST_PROFILE_CREDIT_V ,
-
View: ARBR_DOCS_RECEIVABLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBR_DOCS_RECEIVABLES_V, object_name:ARBR_DOCS_RECEIVABLES_V, status:VALID, product: AR - Receivables , description: Creation of ARBR_DOCS_RECEIVABLES_V view this is view is required for payment settlemnt , implementation_dba_data: APPS.ARBR_DOCS_RECEIVABLES_V ,