Search Results iex_ag_dn_xref
Overview
IEX_AG_DN_XREF is a transaction and setup table owned by the IEX (Collections) schema in Oracle E-Business Suite Release 12.1.1 and 12.2.2. As its name implies, the table stores cross-reference definitions that link aging buckets and dunning levels to fulfillment and dunning processing behavior. It functions as a configuration registry that determines how delinquent transactions are scored, categorized into aging buckets, and subsequently driven through dunning plans, dunning levels, and letter templates. Records in this table are consumed by the Collections dunning engine at the time dunning letters and dunning transactions are generated, so it acts as a bridging configuration object between the aging analysis of receivables and the dunning execution layer.
The ETRM metadata classifies IEX_AG_DN_XREF heuristically as standalone under the Data Vault model. In practice, however, its primary key is referenced by two downstream tables (IEX_DUNNINGS and IEX_DUNNING_TRANSACTIONS), which suggests that a link-style modeling approach — treating the table as a junction connecting dunning plans, aging buckets, and dunning levels — is a reasonable architectural interpretation. This classification should be treated as a suggestion rather than a hard rule.
Key Information Stored
The table contains 43 documented columns. The surrogate primary key is AG_DN_XREF_ID, which is also protected by the unique index IEX_AG_DN_XREF_U1, making it the effective business-key candidate exposed to other tables. The most operationally significant columns include:
- AG_DN_XREF_ID — surrogate/unique identifier for each cross-reference record; referenced by IEX_DUNNINGS and IEX_DUNNING_TRANSACTIONS.
- AGING_BUCKET_ID and AGING_BUCKET_LINE_ID — link the record to the aging bucket and bucket line used for delinquency scoring.
- CALLBACK_FLAG and CALLBACK_DAYS — control whether a callback is required and the number of days permitted before the callback.
- FM_METHOD, SCORE_RANGE_LOW, and SCORE_RANGE_HIGH — define the fulfillment method and the score band that qualifies a transaction for this cross-reference.
- DUNNING_LEVEL, RANGE_OF_DUNNING_LEVEL_FROM, RANGE_OF_DUNNING_LEVEL_TO — specify the dunning level or level range to which the rule applies.
- MIN_DAYS_BETWEEN_DUNNING — enforces the minimum interval between dunning actions.
- DUNNING_PLAN_ID and TEMPLATE_ID / XDO_TEMPLATE_ID — identify the dunning plan and letter template applied at this level.
- INVOICE_COPIES — indicates how many invoice copies accompany the dunning communication.
- SECURITY_GROUP_ID — foreign key to FND_SECURITY_GROUPS, enforcing multi-tenant access control.
- Standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) and OBJECT_VERSION_NUMBER provide audit and optimistic-locking support.
- Fifteen generic ATTRIBUTE columns provide extensibility for customer-specific configuration.
Common Use Cases and Queries
The primary use case is analysis of dunning strategy configuration — for example, determining which dunning level applies to a given aging bucket and score range, or verifying the minimum dunning interval. A typical query joining the cross-reference to its parent aging bucket would resemble:
- SELECT a.AG_DN_XREF_ID, a.DUNNING_LEVEL, a.MIN_DAYS_BETWEEN_DUNNING FROM IEX_AG_DN_XREF a WHERE a.AGING_BUCKET_ID = :bucket_id;
- Identifying orphaned or inactive cross-references by comparing AG_DN_XREF_ID against IEX_DUNNINGS.AG_DN_XREF_ID.
- Reporting score-band coverage by querying SCORE_RANGE_LOW and SCORE_RANGE_HIGH to detect overlaps or gaps.
- Auditing template assignment through TEMPLATE_ID and XDO_TEMPLATE_ID against the concurrent program output.
Because the table drives runtime dunning generation, querying it alongside IEX_DUNNINGS provides a full picture of which plan produced which dunning letter. Care should be exercised when querying in a multi-org context, filtering by SECURITY_GROUP_ID where relevant.
Related Objects
- IEX_DUNNINGS — references IEX_AG_DN_XREF via AG_DN_XREF_ID; stores generated dunning letters.
- IEX_DUNNING_TRANSACTIONS — references IEX_AG_DN_XREF via AG_DN_XREF_ID; stores the transactions included in each dunning run.
- FND_SECURITY_GROUPS — referenced by IEX_AG_DN_XREF.SECURITY_GROUP_ID for access control.
- IEX_AGING_BUCKETS and IEX_AGING_BUCKET_LINES — provide the aging bucket and bucket line referenced by AGING_BUCKET_ID and AGING_BUCKET_LINE_ID.
- IEX_DUNNING_PLANS — referenced through DUNNING_PLAN_ID.
- IEX_DUNNING_LETTERS / XDO templates — referenced through TEMPLATE_ID and XDO_TEMPLATE_ID.
- IEX_DUNNING_LEVELS — contextual reference for the DUNNING_LEVEL column.
-
Table: IEX_AG_DN_XREF
12.2.2
owner:IEX, object_type:TABLE, fnd_design_data:IEX.IEX_AG_DN_XREF, object_name:IEX_AG_DN_XREF, status:VALID, product: IEX - Collections , description: Cross reference between aging/dunning/Fulfillment , implementation_dba_data: IEX.IEX_AG_DN_XREF ,
-
SYNONYM: APPS.IEX_AG_DN_XREF
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IEX_AG_DN_XREF, status:VALID,
-
APPS.IEX_AG_DN_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IEX_AG_DN_XREF
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IEX_AG_DN_XREF, status:VALID,
-
APPS.IEX_AG_DN_PKG SQL Statements
12.2.2
-
VIEW: IEX.IEX_AG_DN_XREF#
12.2.2
owner:IEX, object_type:VIEW, object_name:IEX_AG_DN_XREF#, status:VALID,
-
VIEW: IEX.IEX_AG_DN_XREF#
12.2.2
-
PACKAGE BODY: APPS.IEX_AG_DN_PKG
12.1.1
-
PACKAGE BODY: APPS.IEX_DUNNING_PLANS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_DUNNING_PLANS_PKG, status:VALID,
-
VIEW: APPS.IEX_DUNNING_UWQ_V
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.IEX_AG_DN_PKG
12.2.2
-
PACKAGE BODY: APPS.IEX_AG_DN_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_AG_DN_PKG, status:VALID,
-
VIEW: APPS.IEX_DUNNING_UWQ_V
12.1.1
-
PACKAGE BODY: APPS.IEX_DUNNING_PLANS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_DUNNING_PLANS_PKG, status:VALID,
-
PACKAGE BODY: APPS.IEX_AG_DN_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_AG_DN_PKG, status:VALID,
-
PACKAGE BODY: APPS.IEX_UTILITIES
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_UTILITIES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
TABLE: IEX.IEX_AG_DN_XREF
12.1.1
owner:IEX, object_type:TABLE, object_name:IEX_AG_DN_XREF, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IEX_DUNNING_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_DUNNING_PUB, status:VALID,
-
PACKAGE BODY: APPS.IEX_DUNNING_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_DUNNING_PVT, status:VALID,
-
TABLE: IEX.IEX_AG_DN_XREF
12.2.2
owner:IEX, object_type:TABLE, fnd_design_data:IEX.IEX_AG_DN_XREF, object_name:IEX_AG_DN_XREF, status:VALID,
-
PACKAGE BODY: APPS.IEX_DUNNING_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_DUNNING_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.IEX_DUNNING_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, object_name:IEX_DUNNING_UWQ_V, status:VALID,
-
VIEW: APPS.IEX_DUNNING_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IEX_DUNNING_UWQ_V, status:VALID,
-
APPS.IEX_DUNNING_PVT SQL Statements
12.2.2
-
APPS.IEX_DUNNING_PVT SQL Statements
12.1.1
-
APPS.IEX_DUNNING_PLANS_PKG SQL Statements
12.1.1
-
APPS.IEX_DUNNING_PLANS_PKG SQL Statements
12.2.2
-
APPS.IEX_DUNNING_PUB SQL Statements
12.2.2
-
APPS.IEX_DUNNING_PLANS_PKG dependencies on IEX_AG_DN_XREF
12.2.2
-
APPS.IEX_DUNNING_PVT dependencies on IEX_AG_DN_XREF
12.2.2
-
APPS.IEX_DUNNING_PLANS_PKG dependencies on IEX_AG_DN_XREF
12.1.1
-
APPS.IEX_DUNNING_PVT dependencies on IEX_AG_DN_XREF
12.1.1
-
APPS.IEX_AG_DN_PKG dependencies on IEX_AG_DN_XREF
12.2.2
-
APPS.IEX_DUNNING_PUB dependencies on IEX_AG_DN_XREF
12.2.2
-
APPS.IEX_UTILITIES dependencies on IEX_AG_DN_XREF
12.2.2
-
APPS.IEX_AG_DN_PKG dependencies on IEX_AG_DN_XREF
12.1.1
-
eTRM - IEX Tables and Views
12.2.2
description: xdo requested history for Collections ,
-
PACKAGE BODY: APPS.IEX_DUNNING_PLANS_PKG
12.2.2
-
PACKAGE BODY: APPS.IEX_DUNNING_PLANS_PKG
12.1.1
-
APPS.IEX_DUNNING_PVT dependencies on AR_AGING_BUCKETS
12.2.2
-
PACKAGE BODY: APPS.IEX_DUNNING_PVT
12.2.2