Login
Register

Home

Trainings

Fusion Blog

EBS Blog

Authors

CONTACT US

Fusion PayRoll
  • 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

Introduction

Generally all letter format reports are prepared using a SQL Query Based BI Report. However, the same can even be accomplished using an OTBI Analysis too.

We would demonstrate the same in this article.

We would perform the following steps in order to generate such a report:

  1. Create Data Model using ‘Oracle BI EE’ as Data Source

  2. Create Bursting Query using ‘Oracle BI EE’ as Data Source

  3. Create RTF Template

  4. Upload RTF Template and Create a BI Report

  5. Execute the Report

 

Worked Example

We would use a simple Analysis SQL as the Data Source. We would fetch the following columns in the report:

  1. Employee Name

  2. Person Number

  3. Department

  4. Employee Work Email

  5. Manager Name

  6. Manager Work Email

The SQL query used is mentioned below:

SQL Used As Data Source for Data Set

SELECT

  "Workforce Management - Work Relationship Real Time"."Worker"."Employee Name" EMPNAME,   

  "Workforce Management - Work Relationship Real Time"."Worker"."Person Number" PERSONNUMBER,

  "Workforce Management - Work Relationship Real Time"."Department"."Department Name" DEPARTMENT,

  "Workforce Management - Work Relationship Real Time"."Worker"."Employee Email Address" WORKEMAIL,

  "Workforce Management - Work Relationship Real Time"."Worker"."Manager Name" MANAGERNAME,

  "Workforce Management - Work Relationship Real Time"."Worker"."Manager E-Mail Address" MANAGEREMAIL

FROM "Workforce Management - Work Relationship Real Time"

WHERE

("Worker"."Employee Email Address" IN (This email address is being protected from spambots. You need JavaScript enabled to view it.', This email address is being protected from spambots. You need JavaScript enabled to view it.', This email address is being protected from spambots. You need JavaScript enabled to view it.'))

 

Next we would also need to create a Bursting Query. We would use the ‘PERSONNUMBER’ data column for Split By and Deliver By value used for Bursting

Bursting Query

SELECT

  "Workforce Management - Work Relationship Real Time"."Worker"."Person Number" KEY,

  'JoiningLetterTemplate' TEMPLATE,

  'en-us' LOCALE,

  'PDF' OUTPUT_FORMAT,

  'EMAIL' DEL_CHANNEL,  

  "Workforce Management - Work Relationship Real Time"."Worker"."Employee Email Address" PARAMETER1,

  This email address is being protected from spambots. You need JavaScript enabled to view it.' PARAMETER2,

  This email address is being protected from spambots. You need JavaScript enabled to view it.' PARAMETER3,

  'Dear Employee,

  

   Congratulations!

   

   We are delighted to onboard you in our esteemed organization.

   

   Please refer the attachment which contains relevant details related to the same.

   

   Kind Regards,

   HR Helpdesk Team' PARAMETER4,

  'Joining Letter' PARAMETER5,

  'true' PARAMETER6,

  This email address is being protected from spambots. You need JavaScript enabled to view it.' PARAMETER7

FROM "Workforce Management - Work Relationship Real Time"

WHERE

("Worker"."Employee Email Address" IN (This email address is being protected from spambots. You need JavaScript enabled to view it.', This email address is being protected from spambots. You need JavaScript enabled to view it.', This email address is being protected from spambots. You need JavaScript enabled to view it.'))

 

Also we would use the below RTF Template:

 

Report Execution

When we execute the Report we will receive an email with the Joining letter as an attachment

Details after we run the Report using Schedule Option

 

Email as Received in Inbox

Screenshot


Ashish Harbhajanka

Add comment


Security code
Refresh

About the Author

Ashish Harbhajanka

 

Oracle Fusion HCM Techno Functional Consultant with overall 10 years of Experience in software industry with 5 years in EBS HRMS and rest 5 in Fusion HCM.

My areas of intesrest in Fusion HCM include :

a) Inbound Outbound Integration using FBL/HDL or BIP/HCM Extracts.

b) Fast Formula

c) BIP Reports

d) OTBI Reports

e) RESTFUL API / Web Service Call

f) Functional Setup

g) End to End Testing

h) Regression Testing

i) Preparing COnfiguration Workbooks

j) Creating Speed Solutions

k) Preparing User Guides

l) UPK

........

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