Search Results override_terms
Overview
AR_HCUSTOMER_PROFILE_CLASSES is a Receivables (AR) view that exposes customer profile class information. Customer profile classes are the primary grouping mechanism used in Oracle EBS Receivables to control credit, collections, dunning, statements, and interest behavior at the customer level. Rather than defining every credit and collections attribute individually on each customer, Oracle allows customers to be assigned to a profile class, which then drives the default values and processing rules applied during credit checking, dunning, statements, and interest calculation.
The view presents the complete set of configurable profile class attributes, including credit checking settings, tolerance, discount terms, dunning letter configuration, statement options, interest charge definitions, payment and discount grace periods, AutoCash hierarchy, tax printing, and charge-on-finance-charge behavior. Because Oracle's documented ETRM metadata for this object specifies that it is not implemented in this database, the view is not a physical object in a standard deployment; it is documented as view text for reference and reporting purposes. This makes it useful for understanding the canonical column set exposed by profile class data and for building queries where the underlying implementation is available.
The view plays a role in reporting and integration scenarios where profile class attributes must be exposed in a flattened, readable form, for example in credit management reports, collections dashboards, and data migration or conversion extracts.
Underlying Base Objects
The provided ETRM metadata documents no referenced base objects for this view, and the view is explicitly noted as not implemented in the database. In standard Oracle Receivables, customer profile class data is stored in the base table AR_CUSTOMER_PROFILE_CLASSES (and its associated _TL translation table for name and description values), with supporting lookups referencing dunning letter sets, statement cycles, AutoCash hierarchies, and grouping rules. The view text supplied in the ETRM metadata is effectively a projection of the base table columns, including several columns that are marked as no longer used (for example, UNIQUE_TERMS and PRIMARY_AUTO_CASH_METHOD, both returned as NULL literals). Because no base objects are documented in the ETRM record, the view should be treated as a reference definition rather than a guaranteed queryable object in every environment.
Key Columns
- PROFILE_CLASS_ID — Primary identifier for the profile class.
- NAME — The profile class name used in setup and customer assignment.
- STATUS — Active/inactive status of the profile class.
- COLLECTOR_ID — Default collector assigned for collections.
- CREDIT_CHECKING — Indicator controlling whether credit checking is enforced.
- TOLERANCE — Percentage or amount tolerance permitted during credit checking.
- REVIEW_CYCLE_DAYS — The number of days in the credit review cycle; directly relevant to the search term review_cycle_days.
- DISCOUNT_TERMS, STANDARD_TERMS, OVERRIDE_TERMS — Payment term controls for the profile class.
- DUNNING_LETTERS, DUNNING_LETTER_SET_ID, COMBINE_DUNNING_LETTERS — Dunning configuration.
- INTEREST_CHARGES, INTEREST_PERIOD_DAYS, CHARGE_ON_FINANCE_CHARGE_FLAG — Interest and finance charge behavior.
- STATEMENTS, CREDIT_BALANCE_STATEMENTS, STATEMENT_CYCLE_ID — Statement generation options.
- PAYMENT_GRACE_DAYS, DISCOUNT_GRACE_DAYS — Grace periods for payment and discount capture.
- AUTOCASH_HIERARCHY_ID, AUTOCASH_HIERARCHY_ID_FOR_ADR — AutoCash hierarchy assignments.
- TAX_PRINTING_OPTION, GROUPING_RULE_ID, CONS_INV_FLAG, CONS_INV_TYPE — Tax printing, grouping, and consolidated billing controls.
- Standard who columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) and the attribute/global attribute flexfield columns for extensibility.
Common Use Cases and Queries
Typical uses of this view include credit review reporting, collections configuration validation, and integration extracts that must expose profile class attributes. A common query is to retrieve the review cycle and credit settings for each active profile class:
- Credit review reporting:
SELECT profile_class_id, name, credit_checking, tolerance, review_cycle_days FROM ar_hcustomer_profile_classes WHERE status = 'A'; - Dunning and statements configuration:
SELECT name, dunning_letters, dunning_letter_set_id, statements, statement_cycle_id FROM ar_hcustomer_profile_classes; - Interest and grace period analysis:
SELECT name, interest_charges, interest_period_days, payment_grace_days, discount_grace_days FROM ar_hcustomer_profile_classes;
Because the ETRM metadata documents the object as not implemented, verify object availability in the target environment before relying on the view in custom reports or integrations, and prefer the underlying AR_CUSTOMER_PROFILE_CLASSES base table where the view is absent.
-
View: AR_HCUSTOMER_PROFILE_CLASSES
12.2.2
product: AR - Receivables , description: Customer profile class information , implementation_dba_data: Not implemented in this database ,
-
View: AR_HCUSTOMER_PROFILE_CLASSES
12.1.1
product: AR - Receivables , description: Customer profile class information , implementation_dba_data: Not implemented in this database ,
-
View: AR_HCUSTOMER_PROFILES
12.1.1
product: AR - Receivables , description: Customer credit information , implementation_dba_data: Not implemented in this database ,
-
View: AR_HCUSTOMER_PROFILES
12.2.2
product: AR - Receivables , description: Customer credit information , implementation_dba_data: Not implemented in this database ,
-
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: 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: 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: 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: RA_CUSTOMER_TRX_PARTIAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_PARTIAL_V, object_name:RA_CUSTOMER_TRX_PARTIAL_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_PARTIAL_V ,
-
View: RA_CUSTOMER_TRX_PARTIAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_PARTIAL_V, object_name:RA_CUSTOMER_TRX_PARTIAL_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_PARTIAL_V ,
-
View: RA_CUSTOMER_TRX_PART_CB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_PART_CB_V, object_name:RA_CUSTOMER_TRX_PART_CB_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_PART_CB_V ,
-
View: RA_CUSTOMER_TRX_PART_CB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.RA_CUSTOMER_TRX_PART_CB_V, object_name:RA_CUSTOMER_TRX_PART_CB_V, status:VALID, product: AR - Receivables , description: (Release 115 Only) , implementation_dba_data: APPS.RA_CUSTOMER_TRX_PART_CB_V ,