Search Results igi_dun_letter_sets_v
Overview
The IGI_DUN_LETTER_SETS_V view is a public-sector financials construct owned by the APPS schema and validated as VALID in Oracle E-Business Suite releases 12.1.1 and 12.2.2. It belongs to the IGI product family — Public Sector Financials International — which extends standard Receivables functionality for government and public-sector customers. The view exposes configuration data for dunning letter sets, the grouped collections of correspondence that an organization issues to customers whose balances have fallen past due. Dunning itself is an Oracle Receivables process: letter sets determine which letters are sent, at which delinquency intervals, and whether a fee is assessed against delinquent invoices. In EBS reporting and integration, this view provides a consolidated, query-friendly projection of that setup data, joining the Receivables letter-set header to the IGI-specific attributes that control dunning behavior and per-invoice charging. Because it is a view rather than a table, it presents no independent storage; consumers treat it as a read-only source for configuration extracts, BI Publisher data models, and diagnostic queries that must reconcile AR and IGI collection settings.
Underlying Base Objects
The view is defined over two synonym-referenced base objects:
AR_DUNNING_LETTER_SETS— the Oracle Receivables table that holds the dunning letter set header, including the primary keyDUNNING_LETTER_SET_IDand the descriptiveNAME.IGI_DUN_LETTER_SETS— the IGI extension table that stores the public-sector-specific flags and who-columns for each letter set.
The two objects are joined on the shared DUNNING_LETTER_SET_ID key. The view text selects IDLS.ROWID as ROW_ID together with the joined attributes, so no row is returned unless a matching IGI extension row exists for the AR letter set. This makes the view effectively an inner-join projection: it surfaces only letter sets that have been enabled or configured within the IGI context.
Key Columns
ROW_ID— the ROWID of the underlyingIGI_DUN_LETTER_SETSrow, useful as a unique row identifier in extracts.DUNNING_LETTER_SET_ID— the Receivables primary key for the letter set; the join key across both base objects.DUNNING_LETTER_SET_NAME— the user-facing name of the letter set, aliased fromARD.NAME.USE_DUNNING_FLAG— indicates whether dunning is active for the letter set.CHARGE_PER_INVOICE_FLAG— controls whether a charge is applied on a per-invoice basis when dunning runs.CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN— standard EBS audit columns sourced from the IGI table.
Common Use Cases and Queries
Typical uses include auditing which letter sets are dunning-active, confirming whether invoice-level charges are enabled, and feeding downstream correspondence or analytics processes.
SELECT dunning_letter_set_id,
dunning_letter_set_name,
use_dunning_flag,
charge_per_invoice_flag,
last_update_date
FROM apps.igi_dun_letter_sets_v
WHERE use_dunning_flag = 'Y'
ORDER BY dunning_letter_set_name;
A join to dunning letter lines or to AR_DUNNING_LETTERS is common when reconstructing the full correspondence hierarchy. Because the view is a simple two-table join with no aggregation, it performs efficiently and is safe for concurrent read access in reporting environments.
-
View: IGI_DUN_LETTER_SETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_DUN_LETTER_SETS_V, object_name:IGI_DUN_LETTER_SETS_V, status:VALID, product: IGI - Public Sector Financials International , description: Holds information for dunning letter sets , implementation_dba_data: APPS.IGI_DUN_LETTER_SETS_V ,
-
View: IGI_DUN_LETTER_SETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_DUN_LETTER_SETS_V, object_name:IGI_DUN_LETTER_SETS_V, status:VALID, product: IGI - Public Sector Financials International , description: Holds information for dunning letter sets , implementation_dba_data: APPS.IGI_DUN_LETTER_SETS_V ,
-
SYNONYM: APPS.IGI_DUN_LETTER_SETS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IGI_DUN_LETTER_SETS, status:VALID,
-
SYNONYM: APPS.IGI_DUN_LETTER_SETS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGI_DUN_LETTER_SETS, status:VALID,
-
SYNONYM: APPS.AR_DUNNING_LETTER_SETS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_DUNNING_LETTER_SETS, status:VALID,
-
SYNONYM: APPS.AR_DUNNING_LETTER_SETS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_DUNNING_LETTER_SETS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.IGI_DUN_LETTER_SETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_DUN_LETTER_SETS_V, object_name:IGI_DUN_LETTER_SETS_V, status:VALID,
-
VIEW: APPS.IGI_DUN_LETTER_SETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_DUN_LETTER_SETS_V, object_name:IGI_DUN_LETTER_SETS_V, status:VALID,
-
eTRM - IGI Tables and Views
12.2.2
description: This is a temporary table used for GBV migration from 10.7/11.03 to 11i. ,
-
eTRM - IGI Tables and Views
12.1.1
description: This is a temporary table used for GBV migration from 10.7/11.03 to 11i. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - IGI Tables and Views
12.1.1
description: This is a temporary table used for GBV migration from 10.7/11.03 to 11i. ,
-
eTRM - IGI Tables and Views
12.2.2
description: This is a temporary table used for GBV migration from 10.7/11.03 to 11i. ,