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

Before we delve deep into developing a Custom BI Report on Areas of Responsibility Report let-us spend some time trying to understand what is meant by Areas of Responsibility Feature in Oracle HCM Cloud Application.

The literal meaning of Areas of Responsibility as the word suggests means the various work-streams an individual is responsible to take care of.

In context of Oracle HCM Cloud Applications Areas of Responsibility referredto as AOR means:

“You can assign a responsibility to a person and define the scope of the responsibility by identifying the people for whom the person has the responsibility; the person then appears in the Work Contacts list of those people. For example, you can assign a worker as the Human Resources (HR) representative for people in a specific organization or department hierarchy. You manage areas of responsibility using the Manage Areas of Responsibility task in the Person Management work area.

Assigning an area of responsibility doesn't affect the person records the representative can see. Access to records is controlled through security. Your security administrator can set up security profiles using areas of responsibility”

One can refer to Detailed Documentation on AOR from the product document, My Oracle Support Portal or even refer to Application Help.

For now we would try to concentrate on building a custom report to identify the AOR details like Person#, Name, Country, Responsibility Type and Responsibility Name.

Worked Example

We would try to build a custom BI Report and the expected data columns are:

  1. Person#

  2. Name

  3. Country

  4. Responsibility Type

  5. Responsibility Name

We would need to build a custom SQL query for this which is:

SQL Query

SELECT  distinct papfc.person_number,

  par.responsibility_type,

  par.responsibility_name,

  ppnfv.full_name full_name,

  per.country

FROM

 (SELECT papf.person_id,

 papf.person_number,

 paam.LEGISLATION_CODE,

(SELECT DISTINCT hlaf.country

 FROM HR_LOCATIONS_ALL_F hlaf

 WHERE hlaf.location_id=paam.location_id

AND sysdate BETWEEN hlaf.effective_start_date AND hlaf.effective_end_Date) country,

 paam.business_unit_id,

 paam.LEGAL_ENTITY_ID,

 paam.ORGANIZATION_ID,

 paam.location_id,

 paam.POSITION_ID,

 paam.job_id

  FROM per_all_people_f papf,

per_all_assignments_m paam

  WHERE 1=1

AND paam.person_id=papf.person_id

AND sysdate BETWEEN paam.effective_start_date AND paam.effective_end_date

AND sysdate BETWEEN papf.effective_start_date AND papf.effective_end_Date

AND paam.EFFECTIVE_LATEST_CHANGE='Y'

AND paam.ASSIGNMENT_TYPE IN ('E') ) per,

PER_PERSON_NAMES_F_V  ppnfv,

PER_ASG_RESPONSIBILITIES par,

per_all_people_f papfc,

per_email_addresses pea

WHERE 1=1

 AND papfc.person_id=par.person_id

 --AND per.person_number=NVL(:P_PERSON,10)

 and sysdate between ppnfv.effective_Start_date and ppnfv.effective_end_Date

 and ppnfv.person_id=papfc.person_id

 AND sysdate BETWEEN papfc.effective_Start_date AND papfc.effective_end_Date

 AND papfc.primary_email_id=pea.email_address_id(+)

 AND (nvl(par.country,NVL(per.country,1))=NVL(per.country,1) OR nvl(par.country,NVL(per.LEGISLATION_CODE,1))=NVL(per.LEGISLATION_CODE,1))

 AND nvl(par.business_unit_id,NVL(per.business_unit_id,1))=NVL(per.business_unit_id,1)

 AND nvl(par.LEGAL_ENTITY_ID,NVL(per.LEGAL_ENTITY_ID,1))=NVL(per.LEGAL_ENTITY_ID,1)

 AND nvl(par.ORGANIZATION_ID,NVL(per.ORGANIZATION_ID,1))=NVL(per.ORGANIZATION_ID,1)

 AND nvl(par.location_id,NVL(per.location_id,1))=NVL(per.location_id,1)

 AND nvl(par.POSITION_ID,NVL(per.POSITION_ID,1))=NVL(per.POSITION_ID,1)

 AND nvl(par.job_id,NVL(per.job_id,1))=NVL(per.job_id,1)

 /*AND par.responsibility_type IN ('')*/

ORDER BY par.responsibility_type,

papfc.person_number

 

Once done the Final Report should look as:


Ashish Harbhajanka

Comments   

0 #1 pharmaceptica.com 2021-06-20 11:04
plaquenil hydroxychloroqu ine sulfate https://www.pharmaceptica.com/
Quote
0 #2 page 2021-06-28 18:17
That is very attention-grabb ing, You're a very skilled blogger.
I have joined your rss feed and sit up for in search of
extra of your excellent post. Also, I have shared your site in my social
networks
Quote
0 #3 page 2021-07-20 05:14
You have made some really good points there.

I checked on the net for additional information about the issue and found most people will go along with your views
on this site.
Quote
0 #4 agitpudadoye 2022-02-06 15:50
http://slkjfdf.net/ - Aytemf Ezjduas sed.orow.apps2f usion.com.ejx.d f http://slkjfdf.net/
Quote
0 #5 sixiruqzinum 2022-02-06 17:47
http://slkjfdf.net/ - Ujhitgy Ecupido eol.zrqc.apps2f usion.com.zld.k q http://slkjfdf.net/
Quote
0 #6 ihazivpu 2022-02-06 18:01
http://slkjfdf.net/ - Aqosejodo Izapegaga rrn.fwem.apps2f usion.com.elp.w n http://slkjfdf.net/
Quote
0 #7 oliuyese 2022-02-06 18:22
http://slkjfdf.net/ - Ccudivoz Okojii tbo.hucw.apps2f usion.com.bmy.h j http://slkjfdf.net/
Quote
0 #8 pudtkn 2022-05-07 22:57
what is hydroxychloroqu ine chloroquine cvs
Quote

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