SlideShare a Scribd company logo
SELECT DISTINCT
"C"."Job Role id",
"C"."Job Role Name",
"C"."Duty Role id",
papf.person_number,
f.first_name
|| ' '
|| f.nam_information1
|| ' '
|| f.nam_information2
|| ' '
|| f.last_name full_name,
pu_emp.username "UserAccountName",
(
SELECT
"ASE_ROLE_VL"."ROLE_NAME"
FROM
"FUSION"."ASE_ROLE_VL" "ASE_ROLE_VL"
WHERE
"ASE_ROLE_VL"."ROLE_ID" = "C"."Duty Role id"
) AS "Duty Role Name",
"ASE_PRIV_ROLE_MBR"."PRIVILEGE_ID" AS "PRIVILEGE_ID",
(
SELECT
"ASE_PRIVILEGE_VL"."NAME"
FROM
"FUSION"."ASE_PRIVILEGE_VL" "ASE_PRIVILEGE_VL"
WHERE
"ASE_PRIVILEGE_VL"."PRIVILEGE_ID" =
"ASE_PRIV_ROLE_MBR"."PRIVILEGE_ID"
) AS "Privilege_name",
"C"."Navigation path"
FROM
per_users pu_emp,
per_user_roles pur_emp,
per_roles_dn prd_emp,
per_roles_dn_tl prdt_emp,
per_person_names_f f,
per_all_assignments_m paam,
per_all_people_f papf ,
( SELECT
"B"."Job_Role_id1" AS "Job Role id",
(
SELECT
"ASE_ROLE_VL"."ROLE_NAME"
FROM
"FUSION"."ASE_ROLE_VL" "ASE_ROLE_VL"
WHERE
"ASE_ROLE_VL"."ROLE_ID" = "B"."Job_Role_id1"
) AS "Job Role Name",
"B"."Duty_Role_id1" AS "Duty Role id",
"B"."Navigation_path1" AS "Navigation path"
FROM
(
SELECT
"A"."Job_Role_id" AS "Job_Role_id1",
"A"."Duty_Role_id" AS "Duty_Role_id1",
(
SELECT
"ASE_ROLE_TYPE_VL"."ROLE_TYPE_NAME"
FROM
"FUSION"."ASE_ROLE_TYPE_VL" "ASE_ROLE_TYPE_VL"
WHERE
"ASE_ROLE_TYPE_VL"."ROLE_TYPE_CODE" = (
SELECT
"ASE_ROLE_VL"."ROLE_TYPE_CODE"
FROM
"FUSION"."ASE_ROLE_VL" "ASE_ROLE_VL"
WHERE
"ASE_ROLE_VL"."ROLE_ID" = "A"."Job_Role_id"
)
) AS "JOB_ROLE_TYPE_NAME",
(
SELECT
"ASE_ROLE_TYPE_VL"."ROLE_TYPE_NAME"
FROM
"FUSION"."ASE_ROLE_TYPE_VL" "ASE_ROLE_TYPE_VL"
WHERE
"ASE_ROLE_TYPE_VL"."ROLE_TYPE_CODE" = (
SELECT
"ASE_ROLE_VL"."ROLE_TYPE_CODE"
FROM
"FUSION"."ASE_ROLE_VL" "ASE_ROLE_VL"
WHERE
"ASE_ROLE_VL"."ROLE_ID" = "A"."Duty_Role_id"
)
) AS "DUTY_ROLE_TYPE_NAME",
"A"."Navigation_path" AS "Navigation_path1"
FROM
(
( SELECT DISTINCT
CONNECT_BY_ROOT
"ASE_ROLE_ROLE_MBR"."CHILD_ROLE_ID" AS "Job_Role_id",
"ASE_ROLE_ROLE_MBR"."PARENT_ROLE_ID"
AS "Duty_Role_id",
sys_connect_by_path((
SELECT
"ASE_ROLE_VL"."ROLE_NAME"
FROM
"FUSION"."ASE_ROLE_VL" "ASE_ROLE_VL"
WHERE
"ASE_ROLE_VL"."ROLE_ID" =
"ASE_ROLE_ROLE_MBR"."PARENT_ROLE_ID"
), ' – > ') AS
"Navigation_path"
FROM
"FUSION"."ASE_ROLE_ROLE_MBR"
"ASE_ROLE_ROLE_MBR"
WHERE
( "ASE_ROLE_ROLE_MBR"."EFFECTIVE_END_DATE" >=
sysdate
OR "ASE_ROLE_ROLE_MBR"."EFFECTIVE_END_DATE" IS
NULL )
CONNECT BY
PRIOR "ASE_ROLE_ROLE_MBR"."PARENT_ROLE_ID" =
"ASE_ROLE_ROLE_MBR"."CHILD_ROLE_ID"
)
UNION
( SELECT
"ASE_ROLE_VL"."ROLE_ID" AS "Job_Role_id",
"ASE_ROLE_VL"."ROLE_ID" AS "Duty_Role_id",
' – > ' || "ASE_ROLE_VL"."ROLE_NAME" AS "Navigation_path"
FROM
"FUSION"."ASE_ROLE_VL" "ASE_ROLE_VL"
WHERE
( "ASE_ROLE_VL"."EFFECTIVE_END_DATE" >= sysdate
OR "ASE_ROLE_VL"."EFFECTIVE_END_DATE" IS NULL )
)
) "A"
) "B"
WHERE
( "B"."JOB_ROLE_TYPE_NAME" LIKE '%Duty Roles%'
OR "B"."DUTY_ROLE_TYPE_NAME" LIKE '%Duty Roles%' )
) "C",
"FUSION"."ASE_PRIV_ROLE_MBR" "ASE_PRIV_ROLE_MBR"
WHERE
"ASE_PRIV_ROLE_MBR"."ROLE_ID" = "C"."Duty Role id"
AND ( "C"."Job Role Name" ) IN ( 'Employee', 'Line Manager' )
AND f.name_type = 'GLOBAL'
AND f.person_id = paam.person_id
AND papf.person_id = paam.person_id
AND pu_emp.person_id = f.person_id (+)
AND pu_emp.user_id = pur_emp.user_id
AND pur_emp.role_id = prd_emp.role_id
AND pur_emp.role_guid = prd_emp.role_guid
AND prd_emp.role_id = prdt_emp.role_id
AND pur_emp.role_id = prdt_emp.role_id
AND prdt_emp.source_lang = 'US'
AND "C"."Job Role Name" = prdt_emp.role_name
ORDER BY PERSON_NUMBER

More Related Content

What's hot

Calendar working days and holidays for Oracle EBS R12 Absence management
Calendar working days and holidays for Oracle EBS R12 Absence managementCalendar working days and holidays for Oracle EBS R12 Absence management
Calendar working days and holidays for Oracle EBS R12 Absence management
Feras Ahmad
 
Oracle Fusion Cloud HCM Payroll Query
Oracle Fusion Cloud HCM Payroll QueryOracle Fusion Cloud HCM Payroll Query
Oracle Fusion Cloud HCM Payroll Query
Feras Ahmad
 
How to create payslip through self service
How to create payslip through self serviceHow to create payslip through self service
How to create payslip through self service
Feras Ahmad
 
Oracle Cloud SQL FTE Positions Query
Oracle Cloud SQL FTE Positions QueryOracle Cloud SQL FTE Positions Query
Oracle Cloud SQL FTE Positions Query
Feras Ahmad
 
How to debug a fast formula
How to debug a fast formulaHow to debug a fast formula
How to debug a fast formula
Feras Ahmad
 
Fast formula queries for functions, contexts, db is and packages
Fast formula queries for functions, contexts, db is and packagesFast formula queries for functions, contexts, db is and packages
Fast formula queries for functions, contexts, db is and packages
Feras Ahmad
 
DBI database Items Query Oracle Fusion Cloud
DBI database Items Query Oracle Fusion CloudDBI database Items Query Oracle Fusion Cloud
DBI database Items Query Oracle Fusion Cloud
Feras Ahmad
 
Oracle HCM Cloud Core HR Workforce Structures Table Relationships
Oracle HCM Cloud Core HR Workforce Structures Table RelationshipsOracle HCM Cloud Core HR Workforce Structures Table Relationships
Oracle HCM Cloud Core HR Workforce Structures Table Relationships
Sricharan
 
All payroll elements with eligibility Oracle Fusion Cloud
All payroll elements with eligibility Oracle Fusion CloudAll payroll elements with eligibility Oracle Fusion Cloud
All payroll elements with eligibility Oracle Fusion Cloud
Feras Ahmad
 
Check element entry value on particular effective date
Check element entry value on particular effective dateCheck element entry value on particular effective date
Check element entry value on particular effective date
Feras Ahmad
 
Oracle Fusion Payroll tracing for debugging
Oracle Fusion Payroll tracing for debuggingOracle Fusion Payroll tracing for debugging
Oracle Fusion Payroll tracing for debugging
Feras Ahmad
 
Fujcci crp oracle payroll
Fujcci crp oracle payrollFujcci crp oracle payroll
Fujcci crp oracle payroll
Feras Ahmad
 
Oracle HRMS Payroll Table Overview
Oracle HRMS Payroll Table OverviewOracle HRMS Payroll Table Overview
Oracle HRMS Payroll Table OverviewChris Martin
 
Important scheduled processes list in fusion hcm
Important scheduled processes list in fusion hcmImportant scheduled processes list in fusion hcm
Important scheduled processes list in fusion hcm
Feras Ahmad
 
Oracle fusion hrms_for_uae_hr_setup_white_paper_rel11
Oracle fusion hrms_for_uae_hr_setup_white_paper_rel11Oracle fusion hrms_for_uae_hr_setup_white_paper_rel11
Oracle fusion hrms_for_uae_hr_setup_white_paper_rel11
Feras Ahmad
 
Oracle EBS Self service from A to Z
Oracle EBS Self service from A to ZOracle EBS Self service from A to Z
Oracle EBS Self service from A to Z
Feras Ahmad
 
Oracle HRMS Accrual plan Setup
Oracle HRMS Accrual plan SetupOracle HRMS Accrual plan Setup
Oracle HRMS Accrual plan Setup
Feras Ahmad
 
142500146 using-oracle-fast formula-for-payroll-calculations
142500146 using-oracle-fast formula-for-payroll-calculations142500146 using-oracle-fast formula-for-payroll-calculations
142500146 using-oracle-fast formula-for-payroll-calculations
uday reddy
 
Oracle Fusion Trees
Oracle Fusion TreesOracle Fusion Trees
Oracle Fusion Trees
Feras Ahmad
 
Oracle fusion hrms_for_uae_payroll_setup_white_paper_rel11
Oracle fusion hrms_for_uae_payroll_setup_white_paper_rel11Oracle fusion hrms_for_uae_payroll_setup_white_paper_rel11
Oracle fusion hrms_for_uae_payroll_setup_white_paper_rel11
Feras Ahmad
 

What's hot (20)

Calendar working days and holidays for Oracle EBS R12 Absence management
Calendar working days and holidays for Oracle EBS R12 Absence managementCalendar working days and holidays for Oracle EBS R12 Absence management
Calendar working days and holidays for Oracle EBS R12 Absence management
 
Oracle Fusion Cloud HCM Payroll Query
Oracle Fusion Cloud HCM Payroll QueryOracle Fusion Cloud HCM Payroll Query
Oracle Fusion Cloud HCM Payroll Query
 
How to create payslip through self service
How to create payslip through self serviceHow to create payslip through self service
How to create payslip through self service
 
Oracle Cloud SQL FTE Positions Query
Oracle Cloud SQL FTE Positions QueryOracle Cloud SQL FTE Positions Query
Oracle Cloud SQL FTE Positions Query
 
How to debug a fast formula
How to debug a fast formulaHow to debug a fast formula
How to debug a fast formula
 
Fast formula queries for functions, contexts, db is and packages
Fast formula queries for functions, contexts, db is and packagesFast formula queries for functions, contexts, db is and packages
Fast formula queries for functions, contexts, db is and packages
 
DBI database Items Query Oracle Fusion Cloud
DBI database Items Query Oracle Fusion CloudDBI database Items Query Oracle Fusion Cloud
DBI database Items Query Oracle Fusion Cloud
 
Oracle HCM Cloud Core HR Workforce Structures Table Relationships
Oracle HCM Cloud Core HR Workforce Structures Table RelationshipsOracle HCM Cloud Core HR Workforce Structures Table Relationships
Oracle HCM Cloud Core HR Workforce Structures Table Relationships
 
All payroll elements with eligibility Oracle Fusion Cloud
All payroll elements with eligibility Oracle Fusion CloudAll payroll elements with eligibility Oracle Fusion Cloud
All payroll elements with eligibility Oracle Fusion Cloud
 
Check element entry value on particular effective date
Check element entry value on particular effective dateCheck element entry value on particular effective date
Check element entry value on particular effective date
 
Oracle Fusion Payroll tracing for debugging
Oracle Fusion Payroll tracing for debuggingOracle Fusion Payroll tracing for debugging
Oracle Fusion Payroll tracing for debugging
 
Fujcci crp oracle payroll
Fujcci crp oracle payrollFujcci crp oracle payroll
Fujcci crp oracle payroll
 
Oracle HRMS Payroll Table Overview
Oracle HRMS Payroll Table OverviewOracle HRMS Payroll Table Overview
Oracle HRMS Payroll Table Overview
 
Important scheduled processes list in fusion hcm
Important scheduled processes list in fusion hcmImportant scheduled processes list in fusion hcm
Important scheduled processes list in fusion hcm
 
Oracle fusion hrms_for_uae_hr_setup_white_paper_rel11
Oracle fusion hrms_for_uae_hr_setup_white_paper_rel11Oracle fusion hrms_for_uae_hr_setup_white_paper_rel11
Oracle fusion hrms_for_uae_hr_setup_white_paper_rel11
 
Oracle EBS Self service from A to Z
Oracle EBS Self service from A to ZOracle EBS Self service from A to Z
Oracle EBS Self service from A to Z
 
Oracle HRMS Accrual plan Setup
Oracle HRMS Accrual plan SetupOracle HRMS Accrual plan Setup
Oracle HRMS Accrual plan Setup
 
142500146 using-oracle-fast formula-for-payroll-calculations
142500146 using-oracle-fast formula-for-payroll-calculations142500146 using-oracle-fast formula-for-payroll-calculations
142500146 using-oracle-fast formula-for-payroll-calculations
 
Oracle Fusion Trees
Oracle Fusion TreesOracle Fusion Trees
Oracle Fusion Trees
 
Oracle fusion hrms_for_uae_payroll_setup_white_paper_rel11
Oracle fusion hrms_for_uae_payroll_setup_white_paper_rel11Oracle fusion hrms_for_uae_payroll_setup_white_paper_rel11
Oracle fusion hrms_for_uae_payroll_setup_white_paper_rel11
 

Similar to Query all roles and duties and privileges Oracle Fusion Cloud

Basic Sql Handouts
Basic Sql HandoutsBasic Sql Handouts
Basic Sql Handoutsjhe04
 
Program.cs class Program { static void Main(string[] args).pdf
Program.cs class Program { static void Main(string[] args).pdfProgram.cs class Program { static void Main(string[] args).pdf
Program.cs class Program { static void Main(string[] args).pdf
anandshingavi23
 
Javascript OOP
Javascript OOPJavascript OOP
Javascript OOP
Miao Siyu
 
Clean code in JavaScript
Clean code in JavaScriptClean code in JavaScript
Clean code in JavaScript
Mathieu Breton
 
Code moi une RH! (PHP tour 2017)
Code moi une RH! (PHP tour 2017)Code moi une RH! (PHP tour 2017)
Code moi une RH! (PHP tour 2017)
Arnaud Langlade
 
Having issues with passing my values through different functions aft.pdf
Having issues with passing my values through different functions aft.pdfHaving issues with passing my values through different functions aft.pdf
Having issues with passing my values through different functions aft.pdf
rajkumarm401
 
public class Passenger {    public static enum Section {        .pdf
public class Passenger {    public static enum Section {        .pdfpublic class Passenger {    public static enum Section {        .pdf
public class Passenger {    public static enum Section {        .pdf
annesmkt
 
Solucionario de Ejercicios de PL/SQL.pdf
Solucionario de Ejercicios de PL/SQL.pdfSolucionario de Ejercicios de PL/SQL.pdf
Solucionario de Ejercicios de PL/SQL.pdf
Pedro Narváez
 
50 Laravel Tricks in 50 Minutes
50 Laravel Tricks in 50 Minutes50 Laravel Tricks in 50 Minutes
50 Laravel Tricks in 50 Minutes
Azim Kurt
 
laravel tricks in 50minutes
laravel tricks in 50minuteslaravel tricks in 50minutes
laravel tricks in 50minutes
Barang CK
 
Code me a HR
Code me a HRCode me a HR
Code me a HR
Arnaud Langlade
 
PersonData.h#ifndef PersonData_h #define PersonData_h#inclu.pdf
 PersonData.h#ifndef PersonData_h #define PersonData_h#inclu.pdf PersonData.h#ifndef PersonData_h #define PersonData_h#inclu.pdf
PersonData.h#ifndef PersonData_h #define PersonData_h#inclu.pdf
annamalaiagencies
 
Js hacks
Js hacksJs hacks
Building Your First Widget
Building Your First WidgetBuilding Your First Widget
Building Your First Widget
Chris Wilcoxson
 
2. Create a Java class called EmployeeMain within the same project Pr.docx
 2. Create a Java class called EmployeeMain within the same project Pr.docx 2. Create a Java class called EmployeeMain within the same project Pr.docx
2. Create a Java class called EmployeeMain within the same project Pr.docx
ajoy21
 
How else can you write the code in PHP?
How else can you write the code in PHP?How else can you write the code in PHP?
How else can you write the code in PHP?
Maksym Hopei
 
Create a C# applicationYou are to create a class object called “Em.pdf
Create a C# applicationYou are to create a class object called “Em.pdfCreate a C# applicationYou are to create a class object called “Em.pdf
Create a C# applicationYou are to create a class object called “Em.pdf
feelingspaldi
 
I am trying to change this code from STRUCTS to CLASSES, the members.pdf
I am trying to change this code from STRUCTS to CLASSES, the members.pdfI am trying to change this code from STRUCTS to CLASSES, the members.pdf
I am trying to change this code from STRUCTS to CLASSES, the members.pdf
petercoiffeur18
 
Rewrite the printInfo() functions of the Employee and Department cla.pdf
Rewrite the printInfo() functions of the Employee and Department cla.pdfRewrite the printInfo() functions of the Employee and Department cla.pdf
Rewrite the printInfo() functions of the Employee and Department cla.pdf
alertshoeshingkimand
 
JSGeneve - Backbone.js
JSGeneve - Backbone.jsJSGeneve - Backbone.js
JSGeneve - Backbone.js
Pierre Spring
 

Similar to Query all roles and duties and privileges Oracle Fusion Cloud (20)

Basic Sql Handouts
Basic Sql HandoutsBasic Sql Handouts
Basic Sql Handouts
 
Program.cs class Program { static void Main(string[] args).pdf
Program.cs class Program { static void Main(string[] args).pdfProgram.cs class Program { static void Main(string[] args).pdf
Program.cs class Program { static void Main(string[] args).pdf
 
Javascript OOP
Javascript OOPJavascript OOP
Javascript OOP
 
Clean code in JavaScript
Clean code in JavaScriptClean code in JavaScript
Clean code in JavaScript
 
Code moi une RH! (PHP tour 2017)
Code moi une RH! (PHP tour 2017)Code moi une RH! (PHP tour 2017)
Code moi une RH! (PHP tour 2017)
 
Having issues with passing my values through different functions aft.pdf
Having issues with passing my values through different functions aft.pdfHaving issues with passing my values through different functions aft.pdf
Having issues with passing my values through different functions aft.pdf
 
public class Passenger {    public static enum Section {        .pdf
public class Passenger {    public static enum Section {        .pdfpublic class Passenger {    public static enum Section {        .pdf
public class Passenger {    public static enum Section {        .pdf
 
Solucionario de Ejercicios de PL/SQL.pdf
Solucionario de Ejercicios de PL/SQL.pdfSolucionario de Ejercicios de PL/SQL.pdf
Solucionario de Ejercicios de PL/SQL.pdf
 
50 Laravel Tricks in 50 Minutes
50 Laravel Tricks in 50 Minutes50 Laravel Tricks in 50 Minutes
50 Laravel Tricks in 50 Minutes
 
laravel tricks in 50minutes
laravel tricks in 50minuteslaravel tricks in 50minutes
laravel tricks in 50minutes
 
Code me a HR
Code me a HRCode me a HR
Code me a HR
 
PersonData.h#ifndef PersonData_h #define PersonData_h#inclu.pdf
 PersonData.h#ifndef PersonData_h #define PersonData_h#inclu.pdf PersonData.h#ifndef PersonData_h #define PersonData_h#inclu.pdf
PersonData.h#ifndef PersonData_h #define PersonData_h#inclu.pdf
 
Js hacks
Js hacksJs hacks
Js hacks
 
Building Your First Widget
Building Your First WidgetBuilding Your First Widget
Building Your First Widget
 
2. Create a Java class called EmployeeMain within the same project Pr.docx
 2. Create a Java class called EmployeeMain within the same project Pr.docx 2. Create a Java class called EmployeeMain within the same project Pr.docx
2. Create a Java class called EmployeeMain within the same project Pr.docx
 
How else can you write the code in PHP?
How else can you write the code in PHP?How else can you write the code in PHP?
How else can you write the code in PHP?
 
Create a C# applicationYou are to create a class object called “Em.pdf
Create a C# applicationYou are to create a class object called “Em.pdfCreate a C# applicationYou are to create a class object called “Em.pdf
Create a C# applicationYou are to create a class object called “Em.pdf
 
I am trying to change this code from STRUCTS to CLASSES, the members.pdf
I am trying to change this code from STRUCTS to CLASSES, the members.pdfI am trying to change this code from STRUCTS to CLASSES, the members.pdf
I am trying to change this code from STRUCTS to CLASSES, the members.pdf
 
Rewrite the printInfo() functions of the Employee and Department cla.pdf
Rewrite the printInfo() functions of the Employee and Department cla.pdfRewrite the printInfo() functions of the Employee and Department cla.pdf
Rewrite the printInfo() functions of the Employee and Department cla.pdf
 
JSGeneve - Backbone.js
JSGeneve - Backbone.jsJSGeneve - Backbone.js
JSGeneve - Backbone.js
 

More from Feras Ahmad

Oracle Fusion HCM Payroll Process Flow.pdf
Oracle Fusion HCM Payroll Process Flow.pdfOracle Fusion HCM Payroll Process Flow.pdf
Oracle Fusion HCM Payroll Process Flow.pdf
Feras Ahmad
 
Configure Flexfield Parameters in Value Sets for Document Records.docx
Configure Flexfield Parameters in Value Sets for Document Records.docxConfigure Flexfield Parameters in Value Sets for Document Records.docx
Configure Flexfield Parameters in Value Sets for Document Records.docx
Feras Ahmad
 
Building-Materials
Building-MaterialsBuilding-Materials
Building-Materials
Feras Ahmad
 
How to Debug the Fast Formula.pdf
How to Debug the Fast Formula.pdfHow to Debug the Fast Formula.pdf
How to Debug the Fast Formula.pdf
Feras Ahmad
 
Oracle Fusion Cloud sensitive data access audit
 Oracle Fusion Cloud sensitive data access audit Oracle Fusion Cloud sensitive data access audit
Oracle Fusion Cloud sensitive data access audit
Feras Ahmad
 
Oracle HCM Presentation 2020
Oracle HCM Presentation 2020Oracle HCM Presentation 2020
Oracle HCM Presentation 2020
Feras Ahmad
 
Oracle Fusion HCM vs E-Business Suite HRMS
Oracle Fusion HCM vs E-Business Suite HRMSOracle Fusion HCM vs E-Business Suite HRMS
Oracle Fusion HCM vs E-Business Suite HRMS
Feras Ahmad
 
2020 06-11 goverment KSA Summary VAT increase
2020 06-11 goverment KSA Summary VAT increase2020 06-11 goverment KSA Summary VAT increase
2020 06-11 goverment KSA Summary VAT increase
Feras Ahmad
 
Financial reporting compliance cloud service presentation
Financial reporting compliance cloud service presentationFinancial reporting compliance cloud service presentation
Financial reporting compliance cloud service presentation
Feras Ahmad
 
Absence Work flow query
Absence Work flow queryAbsence Work flow query
Absence Work flow query
Feras Ahmad
 
Setting up audits and audit reports Fusion Cloud
Setting up audits and audit reports Fusion Cloud Setting up audits and audit reports Fusion Cloud
Setting up audits and audit reports Fusion Cloud
Feras Ahmad
 
Oracle EBS R12 Payroll user manual
Oracle EBS R12 Payroll user manualOracle EBS R12 Payroll user manual
Oracle EBS R12 Payroll user manual
Feras Ahmad
 
Oracle EBS R12 Self service user manual
Oracle EBS R12 Self service user manualOracle EBS R12 Self service user manual
Oracle EBS R12 Self service user manual
Feras Ahmad
 
Oracle EBS R 12 Core hr user manual
Oracle EBS R 12 Core hr user manualOracle EBS R 12 Core hr user manual
Oracle EBS R 12 Core hr user manual
Feras Ahmad
 
Oracle Fusion HCM Presentation
Oracle Fusion HCM PresentationOracle Fusion HCM Presentation
Oracle Fusion HCM Presentation
Feras Ahmad
 
Oracle Fusion HCM Presentation
Oracle Fusion HCM PresentationOracle Fusion HCM Presentation
Oracle Fusion HCM Presentation
Feras Ahmad
 
Best practices for fusion hcm cloud implementation
Best practices for fusion hcm cloud implementationBest practices for fusion hcm cloud implementation
Best practices for fusion hcm cloud implementation
Feras Ahmad
 
Oracle EBS Apps HRMS Presentation
Oracle EBS Apps HRMS PresentationOracle EBS Apps HRMS Presentation
Oracle EBS Apps HRMS Presentation
Feras Ahmad
 

More from Feras Ahmad (18)

Oracle Fusion HCM Payroll Process Flow.pdf
Oracle Fusion HCM Payroll Process Flow.pdfOracle Fusion HCM Payroll Process Flow.pdf
Oracle Fusion HCM Payroll Process Flow.pdf
 
Configure Flexfield Parameters in Value Sets for Document Records.docx
Configure Flexfield Parameters in Value Sets for Document Records.docxConfigure Flexfield Parameters in Value Sets for Document Records.docx
Configure Flexfield Parameters in Value Sets for Document Records.docx
 
Building-Materials
Building-MaterialsBuilding-Materials
Building-Materials
 
How to Debug the Fast Formula.pdf
How to Debug the Fast Formula.pdfHow to Debug the Fast Formula.pdf
How to Debug the Fast Formula.pdf
 
Oracle Fusion Cloud sensitive data access audit
 Oracle Fusion Cloud sensitive data access audit Oracle Fusion Cloud sensitive data access audit
Oracle Fusion Cloud sensitive data access audit
 
Oracle HCM Presentation 2020
Oracle HCM Presentation 2020Oracle HCM Presentation 2020
Oracle HCM Presentation 2020
 
Oracle Fusion HCM vs E-Business Suite HRMS
Oracle Fusion HCM vs E-Business Suite HRMSOracle Fusion HCM vs E-Business Suite HRMS
Oracle Fusion HCM vs E-Business Suite HRMS
 
2020 06-11 goverment KSA Summary VAT increase
2020 06-11 goverment KSA Summary VAT increase2020 06-11 goverment KSA Summary VAT increase
2020 06-11 goverment KSA Summary VAT increase
 
Financial reporting compliance cloud service presentation
Financial reporting compliance cloud service presentationFinancial reporting compliance cloud service presentation
Financial reporting compliance cloud service presentation
 
Absence Work flow query
Absence Work flow queryAbsence Work flow query
Absence Work flow query
 
Setting up audits and audit reports Fusion Cloud
Setting up audits and audit reports Fusion Cloud Setting up audits and audit reports Fusion Cloud
Setting up audits and audit reports Fusion Cloud
 
Oracle EBS R12 Payroll user manual
Oracle EBS R12 Payroll user manualOracle EBS R12 Payroll user manual
Oracle EBS R12 Payroll user manual
 
Oracle EBS R12 Self service user manual
Oracle EBS R12 Self service user manualOracle EBS R12 Self service user manual
Oracle EBS R12 Self service user manual
 
Oracle EBS R 12 Core hr user manual
Oracle EBS R 12 Core hr user manualOracle EBS R 12 Core hr user manual
Oracle EBS R 12 Core hr user manual
 
Oracle Fusion HCM Presentation
Oracle Fusion HCM PresentationOracle Fusion HCM Presentation
Oracle Fusion HCM Presentation
 
Oracle Fusion HCM Presentation
Oracle Fusion HCM PresentationOracle Fusion HCM Presentation
Oracle Fusion HCM Presentation
 
Best practices for fusion hcm cloud implementation
Best practices for fusion hcm cloud implementationBest practices for fusion hcm cloud implementation
Best practices for fusion hcm cloud implementation
 
Oracle EBS Apps HRMS Presentation
Oracle EBS Apps HRMS PresentationOracle EBS Apps HRMS Presentation
Oracle EBS Apps HRMS Presentation
 

Recently uploaded

UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
Bhaskar Mitra
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
CatarinaPereira64715
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
Fwdays
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 

Recently uploaded (20)

UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 

Query all roles and duties and privileges Oracle Fusion Cloud

  • 1. SELECT DISTINCT "C"."Job Role id", "C"."Job Role Name", "C"."Duty Role id", papf.person_number, f.first_name || ' ' || f.nam_information1 || ' ' || f.nam_information2 || ' ' || f.last_name full_name, pu_emp.username "UserAccountName", ( SELECT "ASE_ROLE_VL"."ROLE_NAME" FROM "FUSION"."ASE_ROLE_VL" "ASE_ROLE_VL" WHERE "ASE_ROLE_VL"."ROLE_ID" = "C"."Duty Role id" ) AS "Duty Role Name", "ASE_PRIV_ROLE_MBR"."PRIVILEGE_ID" AS "PRIVILEGE_ID", ( SELECT "ASE_PRIVILEGE_VL"."NAME" FROM "FUSION"."ASE_PRIVILEGE_VL" "ASE_PRIVILEGE_VL" WHERE "ASE_PRIVILEGE_VL"."PRIVILEGE_ID" = "ASE_PRIV_ROLE_MBR"."PRIVILEGE_ID" ) AS "Privilege_name", "C"."Navigation path" FROM per_users pu_emp, per_user_roles pur_emp, per_roles_dn prd_emp, per_roles_dn_tl prdt_emp, per_person_names_f f, per_all_assignments_m paam, per_all_people_f papf , ( SELECT "B"."Job_Role_id1" AS "Job Role id", ( SELECT "ASE_ROLE_VL"."ROLE_NAME" FROM "FUSION"."ASE_ROLE_VL" "ASE_ROLE_VL" WHERE "ASE_ROLE_VL"."ROLE_ID" = "B"."Job_Role_id1" ) AS "Job Role Name", "B"."Duty_Role_id1" AS "Duty Role id",
  • 2. "B"."Navigation_path1" AS "Navigation path" FROM ( SELECT "A"."Job_Role_id" AS "Job_Role_id1", "A"."Duty_Role_id" AS "Duty_Role_id1", ( SELECT "ASE_ROLE_TYPE_VL"."ROLE_TYPE_NAME" FROM "FUSION"."ASE_ROLE_TYPE_VL" "ASE_ROLE_TYPE_VL" WHERE "ASE_ROLE_TYPE_VL"."ROLE_TYPE_CODE" = ( SELECT "ASE_ROLE_VL"."ROLE_TYPE_CODE" FROM "FUSION"."ASE_ROLE_VL" "ASE_ROLE_VL" WHERE "ASE_ROLE_VL"."ROLE_ID" = "A"."Job_Role_id" ) ) AS "JOB_ROLE_TYPE_NAME", ( SELECT "ASE_ROLE_TYPE_VL"."ROLE_TYPE_NAME" FROM "FUSION"."ASE_ROLE_TYPE_VL" "ASE_ROLE_TYPE_VL" WHERE "ASE_ROLE_TYPE_VL"."ROLE_TYPE_CODE" = ( SELECT "ASE_ROLE_VL"."ROLE_TYPE_CODE" FROM "FUSION"."ASE_ROLE_VL" "ASE_ROLE_VL" WHERE "ASE_ROLE_VL"."ROLE_ID" = "A"."Duty_Role_id" ) ) AS "DUTY_ROLE_TYPE_NAME", "A"."Navigation_path" AS "Navigation_path1" FROM ( ( SELECT DISTINCT CONNECT_BY_ROOT "ASE_ROLE_ROLE_MBR"."CHILD_ROLE_ID" AS "Job_Role_id", "ASE_ROLE_ROLE_MBR"."PARENT_ROLE_ID" AS "Duty_Role_id", sys_connect_by_path(( SELECT "ASE_ROLE_VL"."ROLE_NAME" FROM "FUSION"."ASE_ROLE_VL" "ASE_ROLE_VL" WHERE "ASE_ROLE_VL"."ROLE_ID" =
  • 3. "ASE_ROLE_ROLE_MBR"."PARENT_ROLE_ID" ), ' – > ') AS "Navigation_path" FROM "FUSION"."ASE_ROLE_ROLE_MBR" "ASE_ROLE_ROLE_MBR" WHERE ( "ASE_ROLE_ROLE_MBR"."EFFECTIVE_END_DATE" >= sysdate OR "ASE_ROLE_ROLE_MBR"."EFFECTIVE_END_DATE" IS NULL ) CONNECT BY PRIOR "ASE_ROLE_ROLE_MBR"."PARENT_ROLE_ID" = "ASE_ROLE_ROLE_MBR"."CHILD_ROLE_ID" ) UNION ( SELECT "ASE_ROLE_VL"."ROLE_ID" AS "Job_Role_id", "ASE_ROLE_VL"."ROLE_ID" AS "Duty_Role_id", ' – > ' || "ASE_ROLE_VL"."ROLE_NAME" AS "Navigation_path" FROM "FUSION"."ASE_ROLE_VL" "ASE_ROLE_VL" WHERE ( "ASE_ROLE_VL"."EFFECTIVE_END_DATE" >= sysdate OR "ASE_ROLE_VL"."EFFECTIVE_END_DATE" IS NULL ) ) ) "A" ) "B" WHERE ( "B"."JOB_ROLE_TYPE_NAME" LIKE '%Duty Roles%' OR "B"."DUTY_ROLE_TYPE_NAME" LIKE '%Duty Roles%' ) ) "C", "FUSION"."ASE_PRIV_ROLE_MBR" "ASE_PRIV_ROLE_MBR" WHERE "ASE_PRIV_ROLE_MBR"."ROLE_ID" = "C"."Duty Role id" AND ( "C"."Job Role Name" ) IN ( 'Employee', 'Line Manager' ) AND f.name_type = 'GLOBAL' AND f.person_id = paam.person_id AND papf.person_id = paam.person_id AND pu_emp.person_id = f.person_id (+) AND pu_emp.user_id = pur_emp.user_id AND pur_emp.role_id = prd_emp.role_id AND pur_emp.role_guid = prd_emp.role_guid AND prd_emp.role_id = prdt_emp.role_id AND pur_emp.role_id = prdt_emp.role_id AND prdt_emp.source_lang = 'US' AND "C"."Job Role Name" = prdt_emp.role_name ORDER BY PERSON_NUMBER