Custom ORC Job Offer Letter Template
Custom ORC Job Offer Letter Template
In this Document
Purpose
Scope
Details
Prerequisite
Download the Seeded Job Offer Letter Template
Copy the Data Model
Get the Sample XML File
Prepare the Template in Microsoft Word
Upload the Zipped File to the Recruiting Content Library
Associate the Job Offer Template with the Job Offer
References
APPLIES TO:
PURPOSE
This document will provide an example with exact steps to create a custom Job Offer Letter
template in Oracle Recruiting Cloud (ORC).
SCOPE
DETAILS
Prerequisite
Download and install the BI Publisher plugin for Microsoft Word using the steps outlined in
the following document:
Oracle Fusion Recruiting Cloud: BIP: How to Install BI Publisher Desktop for Word
2. Select the button to Browse Catalog to open the OTBI catalog
3. Navigate to the following folder: Shared Folders > Human Capital Management >
Recruiting
4. Select the Job Offer folder; on the right-hand side, it should show the following:
Data Models
Job Offer Approval
Job Offer Letter
1. Access the Job Offer folder in the OTBI catalog (Shared Folders > Human Capital
Management > Recruiting > Job Offer)
2. Select the Data Models folder; on the right-hand side, it should show the following:
JobOfferDM
JobOfferLetterDM
4. Navigate to the following folder: Shared Folders > Custom > Human Capital
Management > Recruiting
(Note: If the "Job Offer" folder does not exist under Shared Folders/Custom/Human Capital
Management/Recruiting), then create a folder called "Job Offer" using the 'New' icon (this is
the icon with two graph blocks and a "+" symbol on it which can be seen on the top line
before the refresh icon )
6. JobOfferLetterDM should now be visible in the Job Offer folder
1. Access the copied Data Model in the OTBI catalog (Shared Folders > Custom > Human
Capital Management > Recruiting > Job Offer > Data Models)
4. In the second box along the top, paste an example Job Offer ID (see below for how to get
this)
DATA_DS
P_INTERNAL_ID
P_OFFERID (300000044959607)
P_OFFERLETTERTEMPLATENAME
P_BIP_UUID
OFFER_DETAILS
OFFER_ID (300000044959607)
JOB_OFFER_TITLE (Sales Account Rep)
CREATION_DATE (2020-05-26T15:26:53.881+00:00)
CREATED_BY (Hiring Manager)
ACCEPTED_ON_BEHALF (N)
ACCEPTED_ON_BEHALF_BY
ACCEPTED_ON_BEHALF_DATE
COMMENTS
PHASE (Offer)
STATE (Draft)
E_SIGNATURE_FULL_NAME
E_SIGNATURE_SIGNEE_IP_ADDRESS
E_SIGNATURE_SIGNATURE_DATE
EXPIRATION_DATE
ACCEPTED_DATE
ADDITIONAL_TEXT_1
ADDITIONAL_TEXT_2
E_SIGNATURE_STATEMENT ( )
OFFER_DESCRIPTION ( <![CDATA[ ]]>)
ASSIGNMENT
ASSIGNMENT_NAME (Translator)
LEGAL_EMPLOYER (RB_LE_UK)
etc
SELECT
offer.OFFER_ID
FROM
IRC_OFFERS offer,
IRC_CANDIDATES candidate,
IRC_REQUISITIONS_B req,
IRC_SUBMISSIONS sub
WHERE
req.REQUISITION_ID = sub.REQUISITION_ID
AND candidate.PERSON_ID = sub.PERSON_ID
AND sub.SUBMISSION_ID = offer.SUBMISSION_ID
AND REQUISITION_NUMBER = 'requisition_number'
AND CANDIDATE_NUMBER = 'candidate_number'
The Offer Id can be found from the "Recruiting - Recruiting Real Time" Subject Area in
OTBI.
5. Amend the template to your own design -- for a list of fields that can be added to the
letter, select the Field icon on the ribbon
6. Once changes are completed, select one of the following to view the finished letter:
PDF *
HTML **
RTF
Docx
* The downloaded offer letter from the career site or Recruiting is the offer letter rendered in
PDF mode.
** Preview Offer in Recruiting is the offer letter rendered in HTML mode.
7. The preview document will open in a new window; review the document and make
additional changes, if needed
8. Save the revised template (.rtf file) to your desktop (ex. NewJobOfferLetter.rtf)
The file must have a .zip extension (it cannot have a .7z extension)
10. This will recreate a zip file with the template (ex. NewJobOfferLetter.zip)
2. Select the Tasks icon on the right side, then select Search from the expanded menu
Name: {user-defined name for the job offer letter} (ex. New Job Offer Letter)
Code: {user-defined code for the job offer letter} (ex. NJOLT)
Category: Job Offer Letter Template
Visibility: Internal, External, or both
8. Navigate to and select the zipped file created above (ex. NewJobOfferLetter.zip)
6. In the dialogue for "What would you like to do while working on this job offer?", check
the box for Offer Letter and select the button to Continue
REFERENCES
NOTE:2407244.1 - Oracle Fusion Recruiting Cloud: Job Offer Letters
NOTE:2558804.1 - Oracle Fusion Recruiting Cloud: How to Map an RTF File to a Job Offer
Letter Template
NOTE:2478863.1 - Oracle Fusion Recruiting Cloud: How to Download and Use the Microsoft
Word BI Publisher Plugin