Search Results dunning
The AR.AR_DUNNING_LETTER_SET_LINES
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical component of the Accounts Receivable (AR) module, specifically designed to manage dunning letter configurations. Dunning letters are automated correspondence sent to customers with overdue payments, serving as reminders or escalating collection efforts. This table stores line-level details that define the content, sequencing, and conditions for generating dunning letters within a predefined dunning letter set. Below is a detailed analysis of its structure, functionality, and integration within Oracle EBS.
Purpose and Role in Oracle EBS
TheAR_DUNNING_LETTER_SET_LINES
table acts as a child entity to the AR_DUNNING_LETTER_SETS
table, which defines the overarching dunning letter set. Each record in this table represents a specific dunning letter within the set, outlining its sequence, triggering conditions (e.g., days overdue), and associated templates. This hierarchical design allows organizations to create multi-stage dunning campaigns, where letters escalate in severity based on predefined rules.
Key Columns and Their Significance
- DUNNING_LETTER_SET_ID: Foreign key linking to
AR_DUNNING_LETTER_SETS
, identifying the parent set. - DUNNING_LETTER_SEQUENCE: Determines the order in which letters are sent within the set.
- DAYS_OVERDUE_LOW and DAYS_OVERDUE_HIGH: Define the overdue invoice age range triggering the letter.
- TEMPLATE_ID: References the document template (e.g., XML Publisher template) used for letter generation.
- STATUS: Indicates whether the line is active (A) or inactive (I).
- MINIMUM_AMOUNT_DUE: Specifies the minimum overdue amount required to trigger the letter.
Integration with Other Modules
The table integrates with:- AR_DUNNING_LETTER_SETS: Parent table defining the dunning campaign.
- AR_DUNNING_LETTER_TEMPLATES: Stores template details referenced by
TEMPLATE_ID
. - AR_COLLECTORS: Links to collector assignments for dunning letter processing.
- APPS.XDO_TEMPLATES: Cross-module reference to XML Publisher templates for document formatting.
Functional Workflow
- Setup: Administrators configure dunning letter sets and lines via the "Dunning Letters" form in Oracle AR.
- Execution: The AutoInvoice or Collections program evaluates overdue invoices against
DAYS_OVERDUE
andMINIMUM_AMOUNT_DUE
criteria. - Generation: Matching invoices trigger letter generation using the specified template, with sequencing enforced by
DUNNING_LETTER_SEQUENCE
. - Delivery: Letters are queued for printing, emailing, or electronic delivery based on system configurations.
Customization and Extensions
Organizations often extend the table's functionality by:- Adding custom columns via descriptive flexfields (DFFs) to capture business-specific attributes.
- Developing PL/SQL triggers or APIs to enforce complex dunning logic beyond standard configurations.
- Integrating with third-party collections software via Oracle Integration Bus (OIC) or custom interfaces.
Performance Considerations
Large-scale implementations may require indexing on frequently queried columns likeDUNNING_LETTER_SET_ID
and DAYS_OVERDUE_LOW
. Partitioning strategies can optimize performance for high-volume dunning processes.
Conclusion
TheAR_DUNNING_LETTER_SET_LINES
table is a foundational element in Oracle EBS's collections framework, enabling systematic, rule-based communication with delinquent customers. Its design supports flexibility in dunning strategies while maintaining tight integration with AR workflows. Proper configuration of this table ensures compliance with organizational credit policies and enhances cash flow management through timely collections.
-
Concurrent Program: IGIRDNVR
12.1.1
execution_filename: IGIRDNVR , product: IGI - Public Sector Financials International , user_name: Dunning Letters - Dunning Invoice Charge Report , description: Dunning Letters - Dunning Invoice Charge Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Lookup Type: IEX_COST_ITEM_TYPE
12.1.1
product: IEX - Collections , meaning: IEX: COST_ITEM_TYPE , description: Cost Item Types ,
-
Concurrent Program: IGIRDGEN
12.1.1
execution_filename: IGIRDGEN.dun_generate , product: IGI - Public Sector Financials International , user_name: Dunning Letters - Generate Dunning Letters , description: Dunning Letters - Generate Dunning Letters , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: IGIRDGEN
12.2.2
execution_filename: IGIRDGEN.dun_generate , product: IGI - Public Sector Financials International , user_name: Dunning Letters - Generate Dunning Letters , description: Dunning Letters - Generate Dunning Letters , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
APPS.IEX_UTILITIES dependencies on FND_FILE
12.2.2
-
APPS.IEX_DUNNING_PUB dependencies on FND_CONCURRENT
12.2.2
-
Concurrent Program: IEX_DATA_MIG_FOR_STAGE_DUNNING
12.2.2
execution_filename: IEX_DUNNING_PUB.STG_DUNNING_MIG_CONCUR , product: IEX - Collections , user_name: IEX_DATA_MIG_FOR_STAGE_DUNNING , description: IEX: Data migration for staged dunning , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: IEX_COLLECTIONS_METHODS_DUN_ST
12.2.2
product: IEX - Collections , meaning: IEX_COLLECTIONS_METHODS_DUN_ST ,
-
Lookup Type: IEX_AR_DUNNING
12.2.2
product: IEX - Collections , meaning: IEX: From AR Dunning ,
-
TABLE: AR.AR_DUNNING_LETTER_SET_LINES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_DUNNING_LETTER_SET_LINES, object_name:AR_DUNNING_LETTER_SET_LINES, status:VALID,
-
Concurrent Program: IGIRDUNP
12.2.2
execution_filename: IGIRDUNP , product: IGI - Public Sector Financials International , user_name: Dunning Letters - Dunning Letter Print Preliminary , description: Dunning Letters - Dunning Letter Print Preliminary , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: IGIRDNVR
12.2.2
execution_filename: IGIRDNVR , product: IGI - Public Sector Financials International , user_name: Dunning Letters - Dunning Invoice Charge Report , description: Dunning Letters - Dunning Invoice Charge Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Lookup Type: IEX_COST_ITEM_TYPE
12.2.2
product: IEX - Collections , meaning: IEX: COST_ITEM_TYPE , description: Cost Item Types ,
-
APPS.IEX_DUNNING_PUB dependencies on FND_FILE
12.2.2
-
TABLE: IEX.IEX_DUNNING_PLANS_TL
12.2.2
owner:IEX, object_type:TABLE, fnd_design_data:IEX.IEX_DUNNING_PLANS_TL, object_name:IEX_DUNNING_PLANS_TL, status:VALID,
-
Concurrent Program: ARDLP_NON_SRS
12.2.2
execution_filename: ARDLP , product: AR - Receivables , user_name: ARDLP , description: Dunning Letter Print , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
TABLE: AR.AR_DUNNING_LETTER_SETS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_DUNNING_LETTER_SETS, object_name:AR_DUNNING_LETTER_SETS, status:VALID,
-
APPS.IEX_DUNNING_PUB dependencies on FND_MESSAGE
12.1.1
-
TABLE: AR.AR_DUNNING_LETTER_SET_LINES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_DUNNING_LETTER_SET_LINES, object_name:AR_DUNNING_LETTER_SET_LINES, status:VALID,
-
Lookup Type: AR_STMT_DUN_PROFILE
12.1.1
product: AR - Receivables , meaning: Use Statement Site and Dunning Site Profiles , description: Specifies whether Statements and Dunning should use statement site and dunning site profiles ,
-
Concurrent Program: IGIRDUNP
12.1.1
execution_filename: IGIRDUNP , product: IGI - Public Sector Financials International , user_name: Dunning Letters - Dunning Letter Print Preliminary , description: Dunning Letters - Dunning Letter Print Preliminary , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: IGIRDLP
12.1.1
execution_filename: IGIRDLP , product: IGI - Public Sector Financials International , user_name: Dunning Letters - Dunning Letter Print , description: Dunning Letters - Dunning Letter Print , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: IGIRDLP
12.2.2
execution_filename: IGIRDLP , product: IGI - Public Sector Financials International , user_name: Dunning Letters - Dunning Letter Print , description: Dunning Letters - Dunning Letter Print , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Lookup Type: IEX_AR_DUNNING
12.1.1
product: IEX - Collections , meaning: IEX: From AR Dunning ,
-
Lookup Type: DUNNING_REMIT_LABELSIZE
12.1.1
product: AR - Receivables , meaning: Dunning Remit Labelsize , description: Dunning Letter Remit-To Address Label Size ,
-
TABLE: AR.AR_DUNNING_LETTER_SETS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_DUNNING_LETTER_SETS, object_name:AR_DUNNING_LETTER_SETS, status:VALID,
-
Concurrent Program: IGIRDPAG
12.1.1
execution_filename: IGIRDMSC.Transfer_to_gl , product: IGI - Public Sector Financials International , user_name: Dunning Letters: Post Adjustments to General Ledger , description: Dunning Letters: Post Adjustments to General Ledger , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: ARDLP_NON_SRS
12.1.1
execution_filename: ARDLP , product: AR - Receivables , user_name: ARDLP , description: Dunning Letter Print , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Lookup Type: AR_STMT_DUN_PROFILE
12.2.2
product: AR - Receivables , meaning: Use Statement Site and Dunning Site Profiles , description: Specifies whether Statements and Dunning should use statement site and dunning site profiles ,
-
Lookup Type: IEX_DUNNING_CONTACT_SEL_MTH_OP
12.1.1
product: IEX - Collections , meaning: Dunning Contact Selection Method Options ,
-
Concurrent Program: IGIRDMAD
12.1.1
execution_filename: IGIRDMSC.maintain_adjustments , product: IGI - Public Sector Financials International , user_name: Dunning Letters: Maintain Adjustments , description: Dunning Letters: Maintain Adjustments , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: IGIRDMAD
12.2.2
execution_filename: IGIRDMSC.maintain_adjustments , product: IGI - Public Sector Financials International , user_name: Dunning Letters: Maintain Adjustments , description: Dunning Letters: Maintain Adjustments , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: IGIRDUCP
12.1.1
execution_filename: IGIRDUCP.process , product: IGI - Public Sector Financials International , user_name: Dunning Letters - Update Profile Options , description: Dunning Letters - Update Profile Options , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: IGIRDPTD
12.2.2
execution_filename: IGIRDMSC.purge_charges , product: IGI - Public Sector Financials International , user_name: Dunning Letters: Purge Temporary Data , description: Dunning Letters: Purge Temporary Dat , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
TABLE: IEX.IEX_DUNNING_PLANS_B
12.2.2
owner:IEX, object_type:TABLE, fnd_design_data:IEX.IEX_DUNNING_PLANS_B, object_name:IEX_DUNNING_PLANS_B, status:VALID,
-
APPS.IEX_DUNNING_PUB dependencies on FND_MESSAGE
12.2.2
-
VIEW: APPS.IGI_DUN_CHARGE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_DUN_CHARGE, object_name:IGI_DUN_CHARGE, status:VALID,
-
TABLE: IEX.IEX_DUNNINGS
12.2.2
owner:IEX, object_type:TABLE, fnd_design_data:IEX.IEX_DUNNINGS, object_name:IEX_DUNNINGS, status:VALID,
-
TABLE: AR.AR_DUNNING_LETTERS_TL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_DUNNING_LETTERS_TL, object_name:AR_DUNNING_LETTERS_TL, status:VALID,
-
TABLE: AR.AR_DUNNING_LETTERS_CUSTOM_TL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_DUNNING_LETTERS_CUSTOM_TL, object_name:AR_DUNNING_LETTERS_CUSTOM_TL, status:VALID,
-
TABLE: IEX.IEX_DUNNINGS
12.1.1
owner:IEX, object_type:TABLE, object_name:IEX_DUNNINGS, status:VALID,
-
TABLE: AR.AR_DUNNING_LETTERS_CUSTOM_TL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_DUNNING_LETTERS_CUSTOM_TL, object_name:AR_DUNNING_LETTERS_CUSTOM_TL, status:VALID,
-
VIEW: APPS.IGI_DUN_CHARGE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_DUN_CHARGE, object_name:IGI_DUN_CHARGE, status:VALID,
-
Concurrent Program: ARDLP
12.2.2
execution_filename: ARDLP , product: AR - Receivables , user_name: ARDLP , description: Dunning Letter Print , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
TABLE: AR.AR_DUNNING_LETTERS_B
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_DUNNING_LETTERS_B, object_name:AR_DUNNING_LETTERS_B, status:VALID,
-
Lookup Type: CONTACT_USAGE
12.1.1
product: AR - Receivables , meaning: Contact Usage , description: Usage of the Contact Media ,
-
Lookup Type: IEX_DUNNING_CONTACT_SEL_MTH_OP
12.2.2
product: IEX - Collections , meaning: Dunning Contact Selection Method Options ,
-
Lookup Type: DUNNING_REMIT_LABELSIZE
12.2.2
product: AR - Receivables , meaning: Dunning Remit Labelsize , description: Dunning Letter Remit-To Address Label Size ,
-
Concurrent Program: IGIRDPTD
12.1.1
execution_filename: IGIRDMSC.purge_charges , product: IGI - Public Sector Financials International , user_name: Dunning Letters: Purge Temporary Data , description: Dunning Letters: Purge Temporary Dat , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: IGIRDUCP
12.2.2
execution_filename: IGIRDUCP.process , product: IGI - Public Sector Financials International , user_name: Dunning Letters - Update Profile Options , description: Dunning Letters - Update Profile Options , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,