Search Results dunning_letters
Overview
IGI_DUN_CUSTOMER_PROFILE_V is a reporting view owned by the APPS schema within the IGI – Public Sector Financials International product family. Its stated purpose is to hold information about dunning customer profiles, presenting, in a single denormalized row, the customer-level attributes that determine whether and how dunning letters are generated for a customer and a specific bill-to site. Dunning is the process of issuing escalating reminder letters to customers with overdue receivables activity; the profile assigned to a customer drives the dunning letter set, the customer profile classification, and the charge treatment applied when letters are produced. In Oracle EBS 12.1.1 and 12.2.2 the view therefore serves as the primary read interface between the IGI dunning extension tables and the Oracle Receivables customer profile infrastructure, exposing a join that would otherwise require knowledge of several AR and RA base tables plus the IGI extension table IGI_DUN_CUST_PROF.
The view is status VALID in the ETRM 12.2.2 repository. Because it is a view rather than a table, it stores no data of its own; all values are derived at query time from the underlying Receivables and IGI tables.
Underlying Base Objects
The documented referenced base object in ETRM 12.2.2 is DUAL (synonym), reflecting that the view text is resolved through synonyms that ultimately terminate at DUAL for the IGI-side join anchor. The view definition itself selects from seven objects:
- RA_HCUSTOMERS (aliased ARV) – customer header, supplying CUSTOMER_ID and CUSTOMER_NAME.
- AR_ADDRESSES_V (aliased ADDR2) – the concatenated address and ADDRESS_ID for the customer.
- RA_SITE_USES (aliased ARSU) – site use records restricted to SITE_USE_CODE = 'BILL_TO'.
- AR_HCUSTOMER_PROFILES (ARCP) – the site-level customer profile, joined on SITE_USE_ID with an outer join (+).
- AR_HCUSTOMER_PROFILES (ARCP2) – the customer-level profile, joined where SITE_USE_ID IS NULL.
- AR_DUNNING_LETTER_SETS (ARDL) – resolves the dunning letter set identifier to a display name.
- IGI_DUN_CUST_PROF (IDCP) – the IGI extension table holding USE_DUNNING_FLAG, DUNNING_CHARGE_TYPE, and profile linkage.
The DECODE logic is central to the view's behavior: when a site-level profile exists it takes precedence, otherwise the customer-level profile is used for DUNNING_LETTER_SET_ID, DUNNING_LETTERS, CUSTOMER_PROFILE_ID, and CUSTOMER_PROFILE_CLASS_ID. Records are returned only where a dunning letter set is non-null and the DUNNING_LETTERS indicator equals 'Y'.
Key Columns
- ROW_ID – the ROWID of the IGI_DUN_CUST_PROF row, for row-level identification.
- CUSTOMER_ID / CUSTOMER_NAME – the Receivables customer identity.
- SITE_USE_ID / ADDRESS_ID – the bill-to site use and address.
- CONCATENATED_ADDRESS – formatted address from AR_ADDRESSES_V.
- DUNNING_LETTER_SET_ID / DUNNING_LETTER_SET_NAME – the effective letter set, resolved from AR_DUNNING_LETTER_SETS.
- CUSTOMER_PROFILE_ID – the effective profile, site-level if present, otherwise customer-level.
- USE_DUNNING_FLAG – IGI flag controlling whether dunning applies.
- DUNNING_CHARGE_TYPE – charge classification used when dunning letters are generated.
- Audit columns – CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical uses include verifying which letter set a customer site will receive, auditing dunning configuration across the customer base, and feeding downstream dunning letter generation or reconciliation reports.
- List active dunning customers and their letter sets.
- Identify customers whose effective profile is at customer level rather than site level.
- Validate charge types in use before month-end dunning runs.
Sample query:
SELECT customer_name, concatenated_address, dunning_letter_set_name, customer_profile_id, use_dunning_flag, dunning_charge_type FROM apps.igi_dun_customer_profile_v WHERE use_dunning_flag = 'Y' ORDER BY customer_name;
Filtering by CUSTOMER_ID or SITE_USE_ID is the most efficient access path. Because the view already enforces the DUNNING_LETTERS = 'Y' and non-null letter set predicates, no additional filtering on those attributes is required.
-
APPS.ARH_CPROF1_PKG SQL Statements
12.1.1
-
View: IGI_DUN_CUSTOMER_PROFILE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_DUN_CUSTOMER_PROFILE_V, object_name:IGI_DUN_CUSTOMER_PROFILE_V, status:VALID, product: IGI - Public Sector Financials International , description: Holds information about Dunning customer profiles , implementation_dba_data: APPS.IGI_DUN_CUSTOMER_PROFILE_V ,
-
APPS.ARH_CPROF1_PKG SQL Statements
12.2.2
-
APPS.ARP_CPROF1_PKG SQL Statements
12.2.2
-
View: IGI_DUN_CUSTOMER_PROFILE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_DUN_CUSTOMER_PROFILE_V, object_name:IGI_DUN_CUSTOMER_PROFILE_V, status:VALID, product: IGI - Public Sector Financials International , description: Holds information about Dunning customer profiles , implementation_dba_data: APPS.IGI_DUN_CUSTOMER_PROFILE_V ,
-
APPS.ARP_CPROF1_PKG SQL Statements
12.1.1
-
VIEW: AR.AR_CUSTOMER_PROFILE_CLASSES#
12.2.2
-
VIEW: AR.AR_CUSTOMER_PROFILES#
12.2.2
-
VIEW: AR.HZ_CUSTOMER_PROFILES_M#
12.2.2
-
VIEW: AR.HZ_CUST_PROFILE_CLASSES#
12.2.2
-
VIEW: AR.HZ_CUSTOMER_PROFILES#
12.2.2
-
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: APPS.JTF_CUSTOMER_PROFILES_V
12.2.2
-
View: JTF_CUSTOMER_PROFILES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_CUSTOMER_PROFILES_V, object_name:JTF_CUSTOMER_PROFILES_V, status:VALID, product: JTF - CRM Foundation , description: JTF_CUSTOMER_PROFILES_V retrieves credit information for your customer accounts and customer account sites. , implementation_dba_data: APPS.JTF_CUSTOMER_PROFILES_V ,
-
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: APPS.JTF_CUSTOMER_PROFILES_V
12.1.1
-
VIEW: AR.RA_CUSTOMER_PROFILES_INT_ALL#
12.2.2
-
View: JTF_CUSTOMER_PROFILES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_CUSTOMER_PROFILES_V, object_name:JTF_CUSTOMER_PROFILES_V, status:VALID, product: JTF - CRM Foundation , description: JTF_CUSTOMER_PROFILES_V retrieves credit information for your customer accounts and customer account sites. , implementation_dba_data: APPS.JTF_CUSTOMER_PROFILES_V ,
-
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: ICX_PANEL_CREDIT_INFO_V
12.2.2
product: ICX - Oracle iProcurement , description: Customer Site Credit Profile View , implementation_dba_data: Not implemented in this database ,
-
View: ICX_PANEL_CREDIT_INFO_V
12.1.1
product: ICX - Oracle iProcurement , description: Customer Site Credit Profile View , implementation_dba_data: Not implemented in this database ,
-
View: IGI_DUN_CUST_PROFILE_CLASS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_DUN_CUST_PROFILE_CLASS_V, object_name:IGI_DUN_CUST_PROFILE_CLASS_V, status:VALID, product: IGI - Public Sector Financials International , description: Holds information for Dunning customer profile classes , implementation_dba_data: APPS.IGI_DUN_CUST_PROFILE_CLASS_V ,
-
View: IGI_DUN_CUST_PROFILE_CLASS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_DUN_CUST_PROFILE_CLASS_V, object_name:IGI_DUN_CUST_PROFILE_CLASS_V, status:VALID, product: IGI - Public Sector Financials International , description: Holds information for Dunning customer profile classes , implementation_dba_data: APPS.IGI_DUN_CUST_PROFILE_CLASS_V ,
-
PACKAGE BODY: APPS.ARP_CPROF1_PKG
12.2.2
-
PACKAGE BODY: APPS.ARH_CPROF1_PKG
12.1.1
-
PACKAGE BODY: APPS.ARP_CPROF1_PKG
12.1.1
-
PACKAGE BODY: APPS.ARH_CPROF1_PKG
12.2.2
-
VIEW: AR.AR_CUSTOMER_PROFILE_CLASSES#
12.2.2
owner:AR, object_type:VIEW, object_name:AR_CUSTOMER_PROFILE_CLASSES#, status:VALID,
-
VIEW: AR.AR_CUSTOMER_PROFILES#
12.2.2
owner:AR, object_type:VIEW, object_name:AR_CUSTOMER_PROFILES#, status:VALID,
-
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_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: 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.HZ_CUST_PROFILE_CLASSES#
12.2.2
owner:AR, object_type:VIEW, object_name:HZ_CUST_PROFILE_CLASSES#, status:VALID,
-
VIEW: APPS.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,
-
VIEW: AR.HZ_CUSTOMER_PROFILES#
12.2.2
owner:AR, object_type:VIEW, object_name:HZ_CUSTOMER_PROFILES#, status:VALID,
-
VIEW: AR.HZ_CUSTOMER_PROFILES_M#
12.2.2
owner:AR, object_type:VIEW, object_name:HZ_CUSTOMER_PROFILES_M#, status:VALID,
-
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: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.AR_CUSTOMER_PROFILES_V
12.2.2
-
VIEW: APPS.AR_CUSTOMER_PROFILES_V
12.1.1
-
VIEW: APPS.AR_CUSTOMER_PROFILE_CLASSES_V
12.2.2
-
VIEW: APPS.AR_CUSTOMER_PROFILE_CLASSES_V
12.1.1
-
VIEW: AR.RA_CUSTOMER_PROFILES_INT_ALL#
12.2.2
owner:AR, object_type:VIEW, object_name:RA_CUSTOMER_PROFILES_INT_ALL#, status:VALID,
-
PACKAGE: APPS.GMF_AR_GET_CUST_PROFILE
12.2.2
-
PACKAGE: APPS.GMF_AR_GET_CUST_PROFILE
12.1.1
-
PACKAGE BODY: APPS.GMF_AR_GET_CUST_PROFILE
12.2.2
-
PACKAGE BODY: APPS.GMF_AR_GET_CUST_PROFILE
12.1.1