You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started: AI Resources for Oracle Cloud HCM – Go Here

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here

BIP Query Job Roles and the roles assigned to them

edited Nov 12, 2024 8:57PM in Reporting and Analytics for HCM 4 comments

Summary:

I'm trying to create a BIP query that shows me Job Roles and the roles assigned to them.

I tried to create the report, but I can only get it to this point:

select prd.role_id,
prdt.ROLE_NAME,
prdt.DESCRIPTION,
prd.ROLE_COMMON_NAME,
prd.ROLE_GUID
from per_roles_dn_tl prdt,
PER_ROLES_DN prd
where prd.JOB_ROLE = 'Y'
and prd.ACTIVE_FLAG='Y'
and prd.role_id = prdt.role_id

This gives me all the Job Roles, but I can't determine the relationship between the job role and the roles assigned to it.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!