Dunning Letter - Setup Steps Check List
Dunning Letter - Setup Steps Check List
i
1 Vote
2. Setting up an Employee
http://oracleappsstore.wordpress.com/2012/06/01/dunning-letter-setup-steps/#comment-1370 1/29
10/4/2014 Dunning letter -Setup steps | Oracle Apps Store
2. Setting up an Employee
• Navigate to HR Responsibility
• Setup employee
• People>Enter & Maintain
• Enter name, birthday, gender, SSN and Save
• Note the employee number
4. Create a group
http://oracleappsstore.wordpress.com/2012/06/01/dunning-letter-setup-steps/#comment-1370 2/29
10/4/2014 Dunning letter -Setup steps | Oracle Apps Store
(https://oracleappsstore.files.wordpress.com/2012/05/114.png)
http://oracleappsstore.wordpress.com/2012/06/01/dunning-letter-setup-steps/#comment-1370 3/29
10/4/2014 Dunning letter -Setup steps | Oracle Apps Store
(https://oracleappsstore.files.wordpress.com/2012/05/214.png)
5. Import Resource
a. Navigation : CRM Resource Manager -> Maintain Resources -> Import Resources
b. Resource Cat = Employee
c. Enter Employee # that was noted previously
d. Click search/select employee
e. Click start import
http://oracleappsstore.wordpress.com/2012/06/01/dunning-letter-setup-steps/#comment-1370 4/29
10/4/2014 Dunning letter -Setup steps | Oracle Apps Store
(https://oracleappsstore.files.wordpress.com/2012/05/312.png)
g. Click OK.
http://oracleappsstore.wordpress.com/2012/06/01/dunning-letter-setup-steps/#comment-1370 5/29
10/4/2014 Dunning letter -Setup steps | Oracle Apps Store
(https://oracleappsstore.files.wordpress.com/2012/05/412.png)
h. Save Resource.
http://oracleappsstore.wordpress.com/2012/06/01/dunning-letter-setup-steps/#comment-1370 6/29
10/4/2014 Dunning letter -Setup steps | Oracle Apps Store
(https://oracleappsstore.files.wordpress.com/2012/05/56.png)
i. Click Details
j. From the Resource Management Form, enter the Username
k. Click on Roles Tab (Security & Access)
Add the following roles:
Collections Role Type
Collections Agent Role
(https://oracleappsstore.files.wordpress.com/2012/05/63.png)
(https://oracleappsstore.files.wordpress.com/2012/05/74.png)
(https://oracleappsstore.files.wordpress.com/2012/05/83.png)
——————————————-
(https://oracleappsstore.files.wordpress.com/2012/05/94.png)
c. Search for: Collection XML Data Source
d. Update the template you want to use for your dunning letters
(https://oracleappsstore.files.wordpress.com/2012/05/104.png)
http://oracleappsstore.wordpress.com/2012/06/01/dunning-letter-setup-steps/#comment-1370 9/29
10/4/2014 Dunning letter -Setup steps | Oracle Apps Store
(https://oracleappsstore.files.wordpress.com/2012/05/115.png)
(https://oracleappsstore.files.wordpress.com/2012/05/123.png)
(https://oracleappsstore.files.wordpress.com/2012/05/133.png)
http://oracleappsstore.wordpress.com/2012/06/01/dunning-letter-setup-steps/#comment-1370 10/29
10/4/2014 Dunning letter -Setup steps | Oracle Apps Store
(https://oracleappsstore.files.wordpress.com/2012/05/143.png)
(https://oracleappsstore.files.wordpress.com/2012/05/153.png)
http://oracleappsstore.wordpress.com/2012/06/01/dunning-letter-setup-steps/#comment-1370 11/29
10/4/2014 Dunning letter -Setup steps | Oracle Apps Store
(https://oracleappsstore.files.wordpress.com/2012/05/166.png)
select to_char(sysdate, ‘MM/DD/YYYY’) currsysdate,
decode((per.person_first_name || per.person_last_name), null,
ARPT_SQL_FUNC_UTIL.get_lookup_meaning(‘RESPONSIBILITY’, ‘APS’),
per.person_first_name) first_name,
per.person_last_name last_name,
org.party_name org_name,
loc.address1 address1,
loc.address2 address2,
loc.city city,
loc.state state,
loc.postal_code postal_code,
per.person_first_name first_name1,
(select sum(aps.amount_due_remaining)
from
iex_delinquencies_all dd,
ar_payment_schedules_all aps
where
dd.payment_schedule_id = aps.payment_schedule_id and
dd.party_cust_id = org.party_id and
dd.cust_account_id = :ACCOUNT_ID and
dd.customer_site_use_id = :CUSTOMER_SITE_USE_ID) total_amount_due_remaining,
http://oracleappsstore.wordpress.com/2012/06/01/dunning-letter-setup-steps/#comment-1370 12/29
10/4/2014 Dunning letter -Setup steps | Oracle Apps Store
http://oracleappsstore.wordpress.com/2012/06/01/dunning-letter-setup-steps/#comment-1370 13/29
10/4/2014 Dunning letter -Setup steps | Oracle Apps Store
(https://oracleappsstore.files.wordpress.com/2012/05/173.png)
http://oracleappsstore.wordpress.com/2012/06/01/dunning-letter-setup-steps/#comment-1370 14/29
10/4/2014 Dunning letter -Setup steps | Oracle Apps Store
(https://oracleappsstore.files.wordpress.com/2012/05/183.png)
http://oracleappsstore.wordpress.com/2012/06/01/dunning-letter-setup-steps/#comment-1370 15/29
10/4/2014 Dunning letter -Setup steps | Oracle Apps Store
(https://oracleappsstore.files.wordpress.com/2012/05/194.png)
e. Click Next leave default.
f. Click Next.
g. Click on Dunning Plan radio button for collections method
http://oracleappsstore.wordpress.com/2012/06/01/dunning-letter-setup-steps/#comment-1370 16/29
10/4/2014 Dunning letter -Setup steps | Oracle Apps Store
(https://oracleappsstore.files.wordpress.com/2012/05/204.png)
http://oracleappsstore.wordpress.com/2012/06/01/dunning-letter-setup-steps/#comment-1370 17/29
10/4/2014 Dunning letter -Setup steps | Oracle Apps Store
(https://oracleappsstore.files.wordpress.com/2012/05/215.png)
c. Give a name
d. Enable the check box
e. Select type as Bill To
f. Select Value Type as Select Statement
g. Give any valid SQL
(https://oracleappsstore.files.wordpress.com/2012/05/224.png)
SELECT NVL(MAX(ABL.BUCKET_SEQUENCE_NUM),0)
http://oracleappsstore.wordpress.com/2012/06/01/dunning-letter-setup-steps/#comment-1370 18/29
10/4/2014 Dunning letter -Setup steps | Oracle Apps Store
SELECT NVL(MAX(ABL.BUCKET_SEQUENCE_NUM),0)
FROM AR_AGING_BUCKETS AB
,AR_AGING_BUCKET_LINES ABL
,AR_PAYMENT_SCHEDULES ARP
,IEX_DELINQUENCIES DEL
WHERE ABL.AGING_BUCKET_ID = AB.AGING_BUCKET_ID
AND AB.BUCKET_NAME = ‘XXX Aging Bucket’
AND DEL.PAYMENT_SCHEDULE_ID = ARP.PAYMENT_SCHEDULE_ID
AND (TRUNC(SYSDATE) – TRUNC(ARP.DUE_DATE)) BETWEEN ABL.DAYS_START AND
ABL.DAYS_TO
AND DEL.STATUS IN (‘DELINQUENT’, ‘PREDELINQUENT’)
AND ARP.STATUS =’OP’
AND DEL.CUSTOMER_SITE_USE_ID = :BILLTO_ID
h. Click on apply.
(https://oracleappsstore.files.wordpress.com/2012/05/233.png)
http://oracleappsstore.wordpress.com/2012/06/01/dunning-letter-setup-steps/#comment-1370 19/29
10/4/2014 Dunning letter -Setup steps | Oracle Apps Store
(https://oracleappsstore.files.wordpress.com/2012/05/243.png)
(https://oracleappsstore.files.wordpress.com/2012/05/254.png)
http://oracleappsstore.wordpress.com/2012/06/01/dunning-letter-setup-steps/#comment-1370 20/29
10/4/2014 Dunning letter -Setup steps | Oracle Apps Store
http://oracleappsstore.wordpress.com/2012/06/01/dunning-letter-setup-steps/#comment-1370 21/29
10/4/2014 Dunning letter -Setup steps | Oracle Apps Store
(https://oracleappsstore.files.wordpress.com/2012/05/272.png)
h. Define segments and click next
IEX_F_BILLTO_V
http://oracleappsstore.wordpress.com/2012/06/01/dunning-letter-setup-steps/#comment-1370 22/29
10/4/2014 Dunning letter -Setup steps | Oracle Apps Store
(https://oracleappsstore.files.wordpress.com/2012/05/282.png)
http://oracleappsstore.wordpress.com/2012/06/01/dunning-letter-setup-steps/#comment-1370 23/29
10/4/2014 Dunning letter -Setup steps | Oracle Apps Store
(https://oracleappsstore.files.wordpress.com/2012/05/292.png)
b. Fill in the form and select the aging bucket you want to use for this dunning plan, click next
(https://oracleappsstore.files.wordpress.com/2012/05/301.png)
Dunning Plan
c. Select the scoring engine you created and click next
(https://oracleappsstore.files.wordpress.com/2012/05/313.png)
d. Define your dunning plan as per the score and assign dunning letter template and click next
http://oracleappsstore.wordpress.com/2012/06/01/dunning-letter-setup-steps/#comment-1370 24/29
10/4/2014 Dunning letter -Setup steps | Oracle Apps Store
(https://oracleappsstore.files.wordpress.com/2012/05/321.png)
e. Click finish
(https://oracleappsstore.files.wordpress.com/2012/05/331.png)
You can select up to five scoring engines to run at the same time. The scoring harness assigns a 25/29
http://oracleappsstore.wordpress.com/2012/06/01/dunning-letter-setup-steps/#comment-1370
10/4/2014 Dunning letter -Setup steps | Oracle Apps Store
You can select up to five scoring engines to run at the same time. The scoring harness assigns a
value to an object such as a customer, account, or bill to location. Another score determines
whether transactions are delinquent, pre-delinquent, or current. At a minimum, you must run a
scoring engine that scores transactions to create delinquencies; and then run a scoring engine to
score the level of your dunning plan (customer, account, or bill to location).
Set
This program sends the results of the scoring engine harness to Oracle One-to-One Fulfillment to
send out dunning
correspondence
The parameters:
a) Score Object ID: This parameter will clean up score history for a single object,
‘Customer/Account/Site/Transaction’. For example if you pick a customer you can say to clean all
scores for customer = ‘Business World’.
b) Score Object Code: This parameter will clean up all the history for the type of objects. For
example, you can set it to clean up all scores for transactions.
c) Request ID: This parameters will clean up all the scores generated by a concurrent program
request. If you ran a concurrent program with a scoring engine and did not like the result, you can
basically wipe it clean by entering the request id.
d) The recommendation is for administrator to run this at least once a week to clean up
transaction histories. OR to run this and leave all the fields blank and only select ‘Save Last Run’ =
‘Y’, which will cause the concurrent program to clean all the score history for all objects BUT it
will leave the last score created for each object. So if you run scoring for customers for a year, if
you use this option all the scores except the last one for each of your customers will be deleted.
About Asokan
I have around 10 years of Working Experience in the Industry. Have done various roles like
Developer, Lead, Architect etc.
i
Rate This
Reply
prakash says:
December 18, 2012 at 6:35 AM
Excellent article.
i
Rate This
Reply
Asokan says:
April 15, 2013 at 1:40 PM
Thank you
i
Rate This
Reply
shivprasad bajaj says:
April 15, 2013 at 12:29 AM
excellent
http://oracleappsstore.wordpress.com/2012/06/01/dunning-letter-setup-steps/#comment-1370 27/29
10/4/2014 Dunning letter -Setup steps | Oracle Apps Store
i
Rate This
Reply
Asokan says:
April 15, 2013 at 1:40 PM
Thank you
i
Rate This
Reply
Mike says:
July 26, 2013 at 4:07 PM
Great article. Thanks for taking the time to write this. Only asking this because you seem to
have advanced knowledge of advanced collections. (pun intended). Have you ever been able
to add the concurrent request id or the xml_request_id from iex_xml_request_histories table to
the XML that is generated? I am trying to add this information to the RTF template of my
dunning letter and can’t seem to do it via the query editor.
i
Rate This
Reply
Tony says:
December 2, 2013 at 1:56 PM
Good work – Brother || Excellent work you done here || you save my life
http://oracleappsstore.wordpress.com/2012/06/01/dunning-letter-setup-steps/#comment-1370 28/29
10/4/2014 Dunning letter -Setup steps | Oracle Apps Store
i
Rate This
Reply
Ali Hussien says:
Your comment is awaiting moderation.
October 4, 2014 at 9:14 AM
What a great article ..!
many thanks for your efforts
and sharing knowledge.
Best Regards;
i
Rate This
Reply
Blog at WordPress.com.
Follow
Powered by WordPress.com
http://oracleappsstore.wordpress.com/2012/06/01/dunning-letter-setup-steps/#comment-1370 29/29