Login
Register

Home

Trainings

Fusion Blog

EBS Blog

Authors

CONTACT US

Authors
  • Register

Oracle Gold Partners, our very popular training packages, training schedule is listed here
Designed by Five Star Rated Oracle Press Authors & Oracle ACE's.

webinar new

Search Courses

×

Warning

JUser: :_load: Unable to load user with ID: 871

Generating Recruitment Letters using Web ADI

Web ADI can be used to generate mail merge letters from the Request Recruitment Letter

window in Oracle HRMS which associates a letter with an applicant assignment status, or

Letter Request form in Oracle Learning Management which uses enrollment status.

 

  1. The first step is to identify the information required from database and create a view
    to retrieve data for the letter to be downloaded to Word. 
    The view must join with the PER_LETTER_REQUEST_LINES table, and
    must include the column LETTER_REQUEST_ID.

 

create or replace view MBE_APP_LETTER_CONTRACT_SITE as

select ppf.full_name applicant_name,

haou.name department,

hla.location_code location,

pjd.segment2 designation,

pa.address_line1 Flat_Door_Block,

pa.address_line2 Building,

pa.address_line3 Post_Office,

pa.add_information13 Area,

pa.add_information14 Town_City,

pa.postal_code Pin_Code,

to_char(sysdate,'DD-Mon-YYYY') Current_Date,

papl.projected_hire_date Proposed_Start_Date,

papl.Appl_Attribute11 Project_Name,

papl.appl_attribute12 Assignment_Fee,

papl.appl_attribute13 Contract_End_Date,

ppf1.full_name Recruiter_Name,

pjd1.segment2 Recruiter_designation,

haou1.name Recruiter_department

from per_all_people_f ppf,

per_all_assignments_f paf,

per_jobs pj,

per_job_definitions pjd,

hr_all_organization_units haou,

hr_locations_all hla,

per_letter_request_lines plr,

per_addresses pa,

per_applications papl,

per_All_people_f ppf1,

per_all_assignments_f paf1,

per_jobs pj1,

per_job_definitions pjd1,

hr_all_organization_units haou1

where ppf.business_group_id=(select business_group_id from per_business_groups wherenamelike'MBE%')

and ppf.person_id = paf.person_id

and paf.assignment_status_type_id=6 – 6 stands for Applicant Accepted

and paf.job_id=pj.job_id(+)

and pjd.job_definition_id(+)=pj.job_definition_id

and ppf.person_id = plr.person_id

and paf.assignment_id=plr.assignment_id

and haou.organization_id=paf.organization_id

and hla.location_id(+)=paf.location_id

and NVL(pa.primary_flag, ‘Y’) ='Y'

and pa.person_id(+)=ppf.person_id

and papl.person_id=ppf.person_id

and paf.assignment_status_type_id=plr.assignment_status_type_id

and ppf1.person_id=paf.recruiter_id

and paf1.person_id=ppf1.person_id

and NVL(paf1.primary_flag, ‘Y’) = 'Y'

and pj1.job_id(+)=paf1.job_id

and pjd1.job_definition_id(+)=pj1.job_definition_id

and haou1.organization_id=paf1.organization_id

and trunc(plr.date_from) between paf1.effective_start_date and paf1.effective_end_date

and trunc(plr.date_from) between ppf1.effective_start_date and ppf1.effective_end_date

and trunc(plr.date_from) between ppf.effective_start_date and

ppf.effective_end_date

 

  1. Create a Letter Integrator as follows. N.B. Form Name must be set to LETTER.

    1. Navigate to Oracle Web ADI responsibility.

 

    1. Go to Create Document function.

    1. Select ‘None’ for shortcut and click on continue.

    1. Select ‘HR Integrator Setup’ from the list of integrators.

 

    1. Select Excel 2003 as viewer and uncheck the ‘Reporting’ button as you will be uploading a new integrator
      definition to the database. Click on Next button.

    1. Select the content as ‘None’ and click on Next button.

 

    1. On the review page, check the details and click on Create Document button.

  1. A file download popup opens. Click on Open.

    1. Once the download is complete, following confirmation message appears. Click on Close.

    1. In the blank spreadsheet enter a value for each of the columns as follows. Remaining columns are
      blank for a download integrator.

Upl - ignore

Metadata Type – Double click on the filed and Choose DOWNLOAD from list of values.

 

Application Short Name - PER

Integrator User Name - Enter a name for your integrator (e.g. Appointment Letter - Contact Site)

View Name - MBE_APP_LETTER_CONTRACT_SITE

Form Name – LETTER

Interface User Name - MBE_APP_LETTER_CONTRACT_SITE 

    1. Select Oracle -> Upload from Add-ins.

 

    1. In the Upload Parameters window, select flagged rows and check validate before upload. Click on Upload.

    1. Once the information successfully uploaded, you get the following confirmation message.

 

  1. Navigate to Work Structures -> Recruitment Letter Type. Define a letter and link it to Applicant Assignment Status - Accepted.
    In this example, call the Letter, ’App. Letter Contract Site’ (must be same as layout name), and associate it to the Accepted status.
    You’ll need to enter a concurrent program name even though it isn’t used.

 

  1. Now Define Layout, and select the fields that you wish to be included in the letter.
    The Layout Name must be same as the Letter Type Name in 3. i.e. ’App. Letter Contract Site’.

    1. Navigate to ‘Oracle Web ADI’ Responsibility, ‘Define Layout’ function.

 

    1. Select the integrator ‘Appointment Letter – Contract Site’ and click on Go.

    1. Select on the create button.

    1. Enter the layout name same as the recruitment letter type, ‘App. Letter Contract Site’ here and click on Next.

 

    1. Click on Select All to get all these information in your document and click on apply.

 



  1. Navigate to Recruitment -> Request Recruitment Letter. Enter Letter Name, and pick in Applicants to generate
    Appointment letters for. Save work. This will have created rows on the table PER_LETTER_REQUEST_LINES, and
    therefore the view, MBE_APP_LETTER_CONTRACT_SITE, should now pick up the rows that Web ADI will
     download to Word. Click on the export icon to download the information.

    1. Navigate to Recruitment -> Request Recruitment Letter.

 

    1. Select the letter type and applicants in the assignment status and save the work. Click on the export icon.

 

    1. Select the viewer as Word 2003 and check the Reporting option.

    1. Click on Create Document on the review page.

    1. Download window appears. Click on Open.

 

    1. Once the download is complete, following confirmation message appears.

    1. Required information gets downloaded in the excel file. Save this as the data source document such as

 

 

  1. Create a Template Letter using Word, and associate this with the data source file saved above.

    1. Go to Mailings tab ->Start Mail Merge ->Step by Step Mail Merge Wizard.

 

    1. Select the document type as Letter and click on Next.

    1. Select the current document as starting document and click on next.

 

    1. Select the recipients from an existing list and click on browse.

 

    1. Select the sheet from the list. Check ‘First row of data contains column headers’.

    1. It shows the rows of data. Select/deselect the ones as per your requirement.

 

    1. Go to Mailings -> Insert Merged Field to select the fields you want in your letter.

    1. Create the letter template and save it as a document, here in this case as “App Letter Contract Site.doc”.

 

  1. If you now upload the Template Letter document created in 6. to the database, the Mail Merge process can be performed
    seamlessly when clicking on the Export Data icon in the Request Recruitment Letter form.

    1. Add the HRMS ADI Document Manager submenu to your Web ADI menu and give it a prompt of Document Management.

    2. Navigate to Oracle Web ADI -> Document Management -> Document Management.

    1. Click on Upload New Document button.

    1. Browse the file from your local machine and select the category as Recruitment. Click on Apply. 

    1. You will get the confirmation message as App Letter Contract site.doc has been successfully uploaded.

 

  1. Link the document with your integrator.

    1. Add the function Web ADI Manage Document Links to your Web ADI menu, and give it a prompt of Link Document.

    2. Navigate to Oracle Web ADI -> Link Documents. 

    1. Select your integrator and click on Go.

    1. Click on the Link icon to link the document with this integrator.

    1. Select the document from the list and click on the Select button.

    1. It shows the linked document in the list and a confirmation message.

 

  1. Now, navigate to HRMS Manager -> Recruitment -> Request Recruitment Letter.

    1. In the Request Letter window, select the letter type, select the persons and click on the export icon.

 

    1. Select word 2003 as viewer and check the Reporting box. Click on Next.

 

    1. Check the details in review page and click on Create Document button.

 

    1. Downloads the letters for all selected applicants in the format below.


Comments   

0 #1 Omkar Bhatt 2008-10-10 05:31
Hi Sanjay,

Thanks for this wonderfull document. The information given is really helpfull for me.

Hope to see more form you.

Thanks.
O mkar Bhatt
Quote
0 #2 Sumit Sabnis 2008-10-10 16:30
Hi Sanjay

Hats off to you, very helpfull

Thank s
Sumit
Quote
0 #3 mamatha reddy 2008-10-27 07:55
Hi Sanjay,

Thank you for the aricle on wed adi.

I am very new to Web ADI and wanna learn most of it, so can u suggest the best way to strat and the source of learning.

Than k you
Mamatha
Quote
0 #4 mamatha reddy 2008-10-27 08:03
Hey Sanjay,

Got the link for the documents in the site.

I think my question is answered.

Than k You
Mamatha
Quote
0 #5 Rohini 2008-11-05 10:44
Hi

We are using WebADI and we need to know whether it is possible to use formulas in excel to make some calculations after the data is downlaoded. The Metalink note 740822.1 says that it is possible but we dont know how to do it.

Do u have any clue?

Thanks and Regards,
Senthi l
Quote
0 #6 jane dunn 2009-01-26 08:55
Can anyone advise whether it is possible to generate a mailmerge letter from a HR Template 'Enter New Employee' please.
Quote
0 #7 kumar 1234 2009-06-19 05:03
is it possible to restirct the letters based on user type(Full time/part time)
Quote
0 #8 Prathap Nagarajan 2010-04-12 06:20
Hi,

Is it able to generate a Letter for "EX-EMPLOYEE'?
Quote
0 #9 Kuha Kumaran .K 2010-11-11 10:05
Hello Sanjay

Is nice of you to make these efforts to document, step by step guide to produce Web ADI to produce letters.
If you need any help on Oracle HR/Payroll questions, please do not hesitate to contact me.
Regards

Ku ha Kumaran. K
Quote
0 #10 Ellora 2010-11-24 06:20
I need your help as I am facing an error while generating a letter through Web ADI. I am working on R12.1.3 version. The first point of difference from the steps that you have mentioned above is that after selecting Word 2003, my data source file is getting genrated in a word file and not in excel. However, I used the word file to merge with the offer letter template. After that I followed the steps of uploading the template and linking it to my Integrator. Now, when I try to generate the offer letter, the Web Adi opens with an error message as 'Mail Merge Aborted due to error in creating the Mail Merge Data Source'.

I have followed the same steps in R12.1.1 and it has worked properly. My data source file also gets created in an excel format.

I am not able to understand where could be the problem. Please help!!

Regards ,
Ellora
Quote
0 #11 obd2 2012-01-31 01:02
The gadget allows the auto vendor or mechanic to obtain entry for that lexia 3 v46 information and details and diagnose the auto if it has problem. That's especially exactly where the Obd2 scanner will arrive in. It's the gadget which may possibly explore the auto OBD method all this gadget is utilized by every solitary mechanics and workshop.
Quote
0 #12 coach outlet store online 2012-03-28 22:54
coach outlet http://www.coachoutletm.com
Quote
0 #13 louis vuitton uk 2012-03-28 22:55
thank you http://www.louisvuittonoutletuki.co.uk
Quote
0 #14 coach outlet online 2012-03-28 22:56
welcome to coach outlet online
Quote
0 #15 coach factory outlet 2012-03-28 22:57
coach factory outlet http://www.coachfactoryoutletonlineeo.com
Quote

Add comment


Security code
Refresh

Search Trainings

Fully verifiable testimonials

Apps2Fusion - Event List

<<  Apr 2024  >>
 Mon  Tue  Wed  Thu  Fri  Sat  Sun 
  1  2  3  4  5  6  7
  8  91011121314
15161718192021
22232425262728
2930     

Enquire For Training

Fusion Training Packages

Get Email Updates


Powered by Google FeedBurner