Search Results restriction_limit_amount
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.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.JTF_CUST_ACCOUNTS_ALL_V
12.2.2
-
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: APPS.AST_CUST_PROFILE_CREDIT_V
12.2.2
-
VIEW: AR.HZ_CUST_ACCOUNTS#
12.2.2
-
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: 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: 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: APPS.JTF_CUST_ACCOUNTS_ALL_V
12.1.1
-
View: 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, product: CSC - Customer Care , implementation_dba_data: APPS.CSC_CUST_PROFILE_CREDIT_V ,
-
VIEW: APPS.CSC_CUST_PROFILE_CREDIT_V
12.1.1
-
View: JTF_CUST_ACCOUNTS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_CUST_ACCOUNTS_ALL_V, object_name:JTF_CUST_ACCOUNTS_ALL_V, status:VALID, product: JTF - CRM Foundation , description: Account information of a Party. This view is identical to the underlying table HZ_CUST_ACCOUNTS. View is created so that it serves as a single poing of interface to the AR schema object. , implementation_dba_data: APPS.JTF_CUST_ACCOUNTS_ALL_V ,
-
View: JTF_CUST_ACCOUNTS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_CUST_ACCOUNTS_ALL_V, object_name:JTF_CUST_ACCOUNTS_ALL_V, status:VALID, product: JTF - CRM Foundation , description: Account information of a Party. This view is identical to the underlying table HZ_CUST_ACCOUNTS. View is created so that it serves as a single poing of interface to the AR schema object. , implementation_dba_data: APPS.JTF_CUST_ACCOUNTS_ALL_V ,
-
VIEW: APPS.CSC_CUST_PROFILE_CREDIT_V
12.2.2
-
VIEW: APPS.JTF_CUST_ACCOUNTS_V
12.1.1
-
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.AST_CUST_PROFILE_CREDIT_V
12.1.1
-
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.JTF_CUST_ACCOUNTS_V
12.2.2
-
View: JTF_CUST_ACCOUNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_CUST_ACCOUNTS_V, object_name:JTF_CUST_ACCOUNTS_V, status:VALID, product: JTF - CRM Foundation , description: JTF_CUST_ACCOUNTS_V retrieves information about customer relationships. If a party becomes a customer, information about the customer account is shown. , implementation_dba_data: APPS.JTF_CUST_ACCOUNTS_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: 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: JTF_CUST_ACCOUNTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_CUST_ACCOUNTS_V, object_name:JTF_CUST_ACCOUNTS_V, status:VALID, product: JTF - CRM Foundation , description: JTF_CUST_ACCOUNTS_V retrieves information about customer relationships. If a party becomes a customer, information about the customer account is shown. , implementation_dba_data: APPS.JTF_CUST_ACCOUNTS_V ,
-
VIEW: APPS.AMS_P_ACCT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_ACCT_V, object_name:AMS_P_ACCT_V, status:VALID,
-
VIEW: APPS.AMS_P_ACCT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_ACCT_V, object_name:AMS_P_ACCT_V, status:VALID,
-
View: AMS_P_ACCT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_ACCT_V, object_name:AMS_P_ACCT_V, status:VALID, product: AMS - Marketing , description: This view returns all entries from the HZ_CUST_ACCOUNTS_ALL table. Used for list generation only. , implementation_dba_data: APPS.AMS_P_ACCT_V ,
-
VIEW: APPS.AMS_PERSON_ACCT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PERSON_ACCT_V, object_name:AMS_PERSON_ACCT_V, status:VALID,
-
VIEW: APPS.AMS_PERSON_ACCT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PERSON_ACCT_V, object_name:AMS_PERSON_ACCT_V, status:VALID,
-
VIEW: AR.HZ_CUST_ACCOUNTS#
12.2.2
owner:AR, object_type:VIEW, object_name:HZ_CUST_ACCOUNTS#, status:VALID,
-
View: AMS_P_ACCT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_ACCT_V, object_name:AMS_P_ACCT_V, status:VALID, product: AMS - Marketing , description: This view returns all entries from the HZ_CUST_ACCOUNTS_ALL table. Used for list generation only. , implementation_dba_data: APPS.AMS_P_ACCT_V ,
-
View: AMS_ORG_ACCT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ORG_ACCT_V, object_name:AMS_ORG_ACCT_V, status:VALID, product: AMS - Marketing , description: Customer account information , implementation_dba_data: APPS.AMS_ORG_ACCT_V ,
-
View: AMS_PERSON_ACCT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PERSON_ACCT_V, object_name:AMS_PERSON_ACCT_V, status:VALID, product: AMS - Marketing , implementation_dba_data: APPS.AMS_PERSON_ACCT_V ,
-
View: AMS_ORG_ACCT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ORG_ACCT_V, object_name:AMS_ORG_ACCT_V, status:VALID, product: AMS - Marketing , description: Customer account information , implementation_dba_data: APPS.AMS_ORG_ACCT_V ,
-
View: AMS_PERSON_ACCT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PERSON_ACCT_V, object_name:AMS_PERSON_ACCT_V, status:VALID, product: AMS - Marketing , implementation_dba_data: APPS.AMS_PERSON_ACCT_V ,
-
VIEW: APPS.JTF_CUST_ACCOUNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_CUST_ACCOUNTS_V, object_name:JTF_CUST_ACCOUNTS_V, status:VALID,
-
VIEW: APPS.JTF_CUST_ACCOUNTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_CUST_ACCOUNTS_V, object_name:JTF_CUST_ACCOUNTS_V, status:VALID,
-
VIEW: APPS.AMS_ORG_ACCT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ORG_ACCT_V, object_name:AMS_ORG_ACCT_V, status:VALID,
-
VIEW: APPS.AMS_ORG_ACCT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ORG_ACCT_V, object_name:AMS_ORG_ACCT_V, status:VALID,
-
VIEW: APPS.JTF_CUST_ACCOUNTS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_CUST_ACCOUNTS_ALL_V, object_name:JTF_CUST_ACCOUNTS_ALL_V, status:VALID,
-
VIEW: APPS.JTF_CUST_ACCOUNTS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_CUST_ACCOUNTS_ALL_V, object_name:JTF_CUST_ACCOUNTS_ALL_V, status:VALID,
-
TABLE: AR.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,
-
TABLE: AR.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,
-
eTRM - CSC Tables and Views
12.2.2
description: Translation table to Store Drilldown details for a profile variable. This stores the column and table names for the drilldown form. Also stores the object_code, which provides the form_function to drilldown ,
-
eTRM - CSC Tables and Views
12.1.1
description: Translation table to Store Drilldown details for a profile variable. This stores the column and table names for the drilldown form. Also stores the object_code, which provides the form_function to drilldown ,
-
eTRM - AST Tables and Views
12.1.1
description: All available web searches ,
-
eTRM - AST Tables and Views
12.2.2
description: All available web searches ,
-
eTRM - AMS Tables and Views
12.2.2
description: This table is used to store tracking data for web advertisement and offer type schedules ,
-
eTRM - AMS Tables and Views
12.1.1
description: This table is used to store tracking data for web advertisement and offer type schedules ,
-
eTRM - JTF Tables and Views
12.2.2
description: Interface table to store data that needs to be displayed in Excel ,
-
eTRM - JTF Tables and Views
12.1.1
description: Interface table to store data that needs to be displayed in Excel ,