SlideShare a Scribd company logo
1 of 33
Download to read offline
REMINDER
Check in on the
COLLABORATE mobile app
What’s new in HR Analytics from 7.9.6.4
to 11.1.1.x and what you need to know
Prepared by:
Ron Nelson
Sr. OBIEE Consultant
Emtec, Inc.
Session ID#: 10421
Introduction
73%
YEARS
46serving clients
OUR COMPANY
500dedicated
associates
19
over
years
BEST
PLACES
TO WORK
TECHNOLOGY
EMPOWERED
BUSINESS
SOLUTIONS
“right size provider”
“client for life”
India
Pune
Bangalore
USA
IL, PA, NJ,
GA, VA,
MN, FL
Canada
Toronto
Ottawa
GLOBAL
DELIVERY
OUR SERVICES
87%
14
prior tier 1
consultancies
Avg years
experience
fulltime
employees
OUR PEOPLE
25+
OTHER
PARTNERS
- onshore
- offshore
- nearshore
- blended
managed services
Management
Consulting
Applications Cloud Analytics Infrastructure
strategy,
governance,
process
ERP, HCM, CRM,
app. development,
mobile solutions
applications,
infrastructure
enterprise reporting,
predictive analytics,
big data
service management,
enterprise infrastructure,
end user computing
Business and Technology Empowered
Ron Nelson
■ Sr. OBIEE Consultant at Emtec, Inc.
■ Over 5 years of experience working with Oracle BI products.
■ Several successful implementations of OBIA and BIFS.
■ Integrated OBIEE with Essbase, PeopleSoft, MRI, and LRO.
Agenda
OBIA Overview (OOTB)
Obtaining the Payroll Data
Modeling the Payroll Data
Payroll Dashboards and Reports
Compensation Dashboards and Reports
Insights into OBIA 11g Payroll & Compensation
OBIA Overview (OOTB)
What OBIA does to your Transactional Data
ERP
Role based dashboards
Metrics/KPIs
Subject Areas
Physical Data Maps
OBIEE Repository
Dictionary (RPD)
Security
Business Analytics
Data Warehouse (BAW)
ETL Process
Essbase
Obtaining the Payroll Data
Payroll Data (SDE) ODI Adaptors: PeopleSoft
■ SDE_PSFT_PayRunBalanceDetailFact_Deductions
▪ Extracts current deductions from the PAY_DEDUCTION table.
■ SDE_PSFT_PayRunBalanceDetailFact_Earnings
▪ Extracts earnings and hours from the PAY_EARNINGS table.
■ SDE_PSFT_PayRunBalanceDetailFact_OthEarns
▪ Extracts all other earnings from the PAY_OTH_EARNS table.
■ SDE_PSFT_PayRunBalanceDetailFact_SpclEarns
▪ Extracts special earnings from the PAY_SPCL_EARNS table.
■ SDE_PSFT_PayRunBalanceDetailFact_Taxes
▪ Extracts total taxes from the PAY_TAX table.
■ SDE_PSFT_PayRunBalanceDetailFact_TotalNet
▪ Extracts Net Pay from the PAY_CHECK table.
■ SDE_PSFT_PayRunBalanceDetailFact
▪ Combines the W_PSFT_PAY_RUN_BAL_F_TMP table that is loaded by the above mappings and inserts
into the W_PAY_RUN_BAL_DTL_FS table.
■ SDE_PSFT_PayRunTypeDimension
▪ Uses the W_PAY_RUN_BAL_DTL_FS table to compile the W_PAY_RUN_TYPE_D table that houses the
Run Type Codes and Action Type Codes.
■ SDE_PSFT_PayPeriodDimension
▪ Uses PAY_CALENDAR and PAYGROUP_TBL to compile the differing payroll periods.
■ SDE_PSFT_PayPayrollDimension
▪ Uses PAYGROUP_TBL to populate the dimension with payroll name, payroll id, and legislation code.
PeopleSoft has the
most adaptors of all
supported source
systems.
Payroll Data (SDE) ODI Adaptors: EBS
■ SDE_ORA_PayrollRunBalanceFact
▪ Combines the payroll balance fact tables with HR dimension
tables.
■ SDE_ORA_PayRunTypeDimension
▪ Uses the W_PAY_RUN_BAL_DTL_FS table to compile the
W_PAY_RUN_TYPE_D table that houses the Run Type
Codes and Action Type Codes.
■ SDE_ORA_PayPayrollDimension
▪ Uses PAY_ALL_PAYROLLS_F and
HR_ORGANIZATION_INFORMATION to populate the
dimension with payroll name, payroll id, and legislation code.
■ SDE_ORA_PayPeriodDimension
▪ Uses PAY_ALL_PAYROLLS_F and PER_TIME_PERIODS to
compile the differing payroll periods.
■ SDE_ORA_PayrollBalanceDimension
▪ Uses PAY_BALANCE_TYPES, PAY_DEFINED_BALANCES,
and PAY_BALANCE_DIMENSIONS to populate balance
category, balance code, balance name, and balance
description.
EBS has a condensed
list of adaptors for
Payroll.
Payroll Data (SDE) ODI Adaptors: Fusion
■ SDE_FUSION_PayRunBalanceDetailFact
▪ Combines the PayRollBalance, OrganizationUnitPVO,
and LegislativeDataGroupPVO tables and inserts into the
W_PAY_RUN_BAL_DTL_FS table.
■ SDE_FUSION_PayrollBalanceDimension
▪ Uses DefinedBalancesInBalanceGroupUsage and
BalanceCategory to populate balance category, balance
code, balance name, and balance description.
■ SDE_FUSION_PayrollDimension
▪ Uses LegislativeDataGroupPVO and PayrollDPVO the
dimension with payroll name, payroll id, and legislation
code.
■ SDE_FUSION_PayPeriodDimension
▪ Uses PayrollDPVO and TimePeriodDPVO to compile the
differing payroll periods.
■ SDE_FUSION_PayRunTypeDimension
▪ Uses the W_PAY_RUN_BAL_DTL_FS table to compile
the W_PAY_RUN_TYPE_D table that houses the Run
Type Codes and Action Type Codes.
Fusion also has a
condensed list of
adaptors specific to
the application.
Inside the ODI interface
Pre-defined source table mappings are available for all
standard adaptors out-of-the-box.
Modeling the Payroll Data
New Payroll Data Fact Tables
Payroll Balance Fact Table:
W_PAY_RUN_BAL_F
The Balance Fact Table captures all of the individual earnings
and deductions metrics while the Detail Fact Table
summarizes the total amount needed to pay workers.
■ Includes such measures as:
▪ Benefits Costs
▪ Healthcare Costs
▪ Pension Costs
▪ Taxes
▪ Deductions
▪ Hours (Sick, Vacation…etc.)
■ Includes such measures as:
▪ Balance Amount (amount
required to pay workers by
period)
▪ FTE
Payroll Balance Detail Fact Table:
W_PAY_RUN_BAL_DTL_F
New Payroll Dimension Tables
Pay Run Type Dimension:
W_PAY_RUN_TYPE_D
The new dimension tables contain pay run types, payroll
name, pay balances, and pay periods.
■ Includes such measures as:
▪ Run Type Code
▪ Action Type Code
▪ Relationship Run Type Code
Payroll Type Dimension:
W_PAY_PAYROLL_D
■ Includes such measures as:
▪ Payroll Name
▪ Payroll Code
▪ Legislative Data Group Code
Pay Balance Dimension:
W_PAY_BALANCE_D
■ Includes such measures as:
▪ Balance Categories
▪ Balance Code
▪ Balance name
Pay Period Dimension:
W_PAY_PERIOD_D
■ Includes such measures as:
▪ Period Name
▪ Period Number
Payroll
Dashboards and Reports
OBIA 11.1.1.x delivers five new out-of-the-
box Payroll Dashboards
Payroll Trend Payroll Cost
Overtime Spend Payroll Labor Hours
Overview
Payroll Dashboards: Overview
Consists of four reports: Payroll Monitor, Payroll Overview,
Earnings Balance, and Deductions Balance.
Payroll Dashboards: Payroll Trend
Consists of three reports: Payroll Earnings Trend, Payroll
Deductions Trend, and Deductions Summary Balance Trend.
Payroll Dashboards: Payroll Cost
Consists of three reports: Payroll Cost Summary, Payroll Cost
Trend, and Top 10 Total Payroll Cost.
Payroll Dashboards: Overtime Spend
Consists of three reports: Overtime Spend Summary, 3 Year
Overtime Pay Trend, and Top 10 Overtime Pay.
Payroll Dashboards: Payroll Labor Hours
Consists of the Payroll Hours report.
This report gives an overview of the change in the number of
standard and overtime hours year over year.
Compensation
Dashboards and Reports
OBIA 11.1.1.x delivers three updated out-of-
the-box Compensation Dashboards
Salary Compression Pay for Performance
Overview
Compensation Dashboards: Overview
Consists of three reports: 3-Year Salary Trend, Salary
Percentile, and Salary by Department Hierarchy.
This provides a quick
snapshot of average
base salary trends,
salary broken out into
percentiles, and salary
by department
hierarchy.
Compensation Dashboards:
Salary Compression
Consists of three reports: Compression within Grades,
Salary Compression of Experienced Workers, and Salary
Compression Between Jobs.
These reports give the user a quick view of base salaries, and
mid-point amounts by grade. The reports also allow the user to
drill into the individual grades to view detail.
Compression within Grades
Compensation Dashboards:
Salary Compression Continued
Consists of three reports: Compression within Grades,
Salary Compression of Experienced Workers, and Salary
Compression Between Jobs.
Compression of Experienced Workers
Compensation Dashboards:
Salary Compression Continued
Consists of three reports: Compression within Grades,
Salary Compression of Experienced Workers, and Salary
Compression Between Jobs.
Compression Between Jobs
Compensation Dashboards:
Pay for Performance
Consists of two reports: Performance Base Salary Analysis
and Departmental Compensation and Performance Analysis.
These reports provide
an average base
salary by performance
band, average base
salary by department,
and length of service
and mean
performance rating.
Insights into OBIA 11.1.1.x
Payroll & Compensation
Insights into OBIA 11.1.1.x
Payroll & Compensation
■ Leverages standard adaptors
■ Utilizes the centralized Business Analytics Data Warehouse
■ Provides insights to HR and Leadership to allow a proactive approach to
payroll and compensation management through fast, reliable dashboards
that highlight key performance metrics, as well as standard detailed reports.
■ Dependent upon business needs, customization of the dashboards,
reports, and/or metrics is available to the end user and developer to allow
for analyzing specific business requirements.
■ Coupled with existing dimensionality inclusive of, but not limited to location,
performance, tenure, and department the data views are vast.
■ By integrating payroll and compensation data into HR Analytics, this results
in one version of the truth.
Contact Details
Ron Nelson
Sr. OBIEE Consultant
Emtec, Inc.
P: 312.216.6971 | M: 630.781.6530
E-mail: Ron.Nelson@emtecinc.com
www.emtecinc.com
Please complete the session
evaluation
We appreciate your feedback and insight
You may complete the session evaluation either
on paper or online via the mobile app

More Related Content

What's hot

Webinar Presentation: Microsoft Dynamics 2013 Year End Close
Webinar Presentation: Microsoft Dynamics 2013 Year End Close Webinar Presentation: Microsoft Dynamics 2013 Year End Close
Webinar Presentation: Microsoft Dynamics 2013 Year End Close Emtec Inc.
 
Finit - All Things Chart of Accounts
Finit  - All Things Chart of AccountsFinit  - All Things Chart of Accounts
Finit - All Things Chart of Accountsfinitsolutions
 
JD Edwards Distribution Deep Dive Workshop
JD Edwards Distribution Deep Dive WorkshopJD Edwards Distribution Deep Dive Workshop
JD Edwards Distribution Deep Dive WorkshopTerillium
 
Finit solutions getting the most out of hyperion planning - intro to the pl...
Finit solutions   getting the most out of hyperion planning - intro to the pl...Finit solutions   getting the most out of hyperion planning - intro to the pl...
Finit solutions getting the most out of hyperion planning - intro to the pl...finitsolutions
 
Implementing Oracle Hyperion Profitability and Cost Management in a Professio...
Implementing Oracle Hyperion Profitability and Cost Management in a Professio...Implementing Oracle Hyperion Profitability and Cost Management in a Professio...
Implementing Oracle Hyperion Profitability and Cost Management in a Professio...InnovusPartners
 
Craig Randall - Resume 3.2
Craig Randall - Resume 3.2Craig Randall - Resume 3.2
Craig Randall - Resume 3.2Craig Randall
 
A Deep Dive into HPCM for Planning and Essbase Professionals
A Deep Dive into HPCM for Planning and Essbase ProfessionalsA Deep Dive into HPCM for Planning and Essbase Professionals
A Deep Dive into HPCM for Planning and Essbase ProfessionalsAlithya
 
Oracle Cloud Time and Labor: Default Payroll Rate, Override Rate and Flat Dol...
Oracle Cloud Time and Labor: Default Payroll Rate, Override Rate and Flat Dol...Oracle Cloud Time and Labor: Default Payroll Rate, Override Rate and Flat Dol...
Oracle Cloud Time and Labor: Default Payroll Rate, Override Rate and Flat Dol...Alithya
 
Fusion apps receivables
Fusion apps   receivablesFusion apps   receivables
Fusion apps receivablesHasan Shabbir
 
OneStream Deep Dive
OneStream Deep DiveOneStream Deep Dive
OneStream Deep DiveFinext
 
Profitability & Cost Management Cloud Service: Have It Your Way
Profitability & Cost Management Cloud Service: Have It Your WayProfitability & Cost Management Cloud Service: Have It Your Way
Profitability & Cost Management Cloud Service: Have It Your WayAlithya
 
Finit - Creative Solutions for FX Analysis in HFM
Finit - Creative Solutions for FX Analysis in HFM Finit - Creative Solutions for FX Analysis in HFM
Finit - Creative Solutions for FX Analysis in HFM finitsolutions
 
Sage 100 User Group – Nov 2017
Sage 100 User Group – Nov 2017Sage 100 User Group – Nov 2017
Sage 100 User Group – Nov 2017BCS ProSoft
 
Deltek Vision User Group – Nv 2017
Deltek Vision User Group – Nv 2017Deltek Vision User Group – Nv 2017
Deltek Vision User Group – Nv 2017BCS ProSoft
 
Hfm to Financial Consolidation and Close Cloud
Hfm to Financial Consolidation and Close CloudHfm to Financial Consolidation and Close Cloud
Hfm to Financial Consolidation and Close CloudAlithya
 
Cycling Off FDM Classic on Steroids and Taking a Dose of FDMEE HGH
Cycling Off FDM Classic on Steroids and Taking a Dose of FDMEE HGHCycling Off FDM Classic on Steroids and Taking a Dose of FDMEE HGH
Cycling Off FDM Classic on Steroids and Taking a Dose of FDMEE HGHAlithya
 

What's hot (19)

Webinar Presentation: Microsoft Dynamics 2013 Year End Close
Webinar Presentation: Microsoft Dynamics 2013 Year End Close Webinar Presentation: Microsoft Dynamics 2013 Year End Close
Webinar Presentation: Microsoft Dynamics 2013 Year End Close
 
Finit - All Things Chart of Accounts
Finit  - All Things Chart of AccountsFinit  - All Things Chart of Accounts
Finit - All Things Chart of Accounts
 
JD Edwards Distribution Deep Dive Workshop
JD Edwards Distribution Deep Dive WorkshopJD Edwards Distribution Deep Dive Workshop
JD Edwards Distribution Deep Dive Workshop
 
Finit solutions getting the most out of hyperion planning - intro to the pl...
Finit solutions   getting the most out of hyperion planning - intro to the pl...Finit solutions   getting the most out of hyperion planning - intro to the pl...
Finit solutions getting the most out of hyperion planning - intro to the pl...
 
Implementing Oracle Hyperion Profitability and Cost Management in a Professio...
Implementing Oracle Hyperion Profitability and Cost Management in a Professio...Implementing Oracle Hyperion Profitability and Cost Management in a Professio...
Implementing Oracle Hyperion Profitability and Cost Management in a Professio...
 
Craig Randall - Resume 3.2
Craig Randall - Resume 3.2Craig Randall - Resume 3.2
Craig Randall - Resume 3.2
 
A Deep Dive into HPCM for Planning and Essbase Professionals
A Deep Dive into HPCM for Planning and Essbase ProfessionalsA Deep Dive into HPCM for Planning and Essbase Professionals
A Deep Dive into HPCM for Planning and Essbase Professionals
 
Oracle Cloud Time and Labor: Default Payroll Rate, Override Rate and Flat Dol...
Oracle Cloud Time and Labor: Default Payroll Rate, Override Rate and Flat Dol...Oracle Cloud Time and Labor: Default Payroll Rate, Override Rate and Flat Dol...
Oracle Cloud Time and Labor: Default Payroll Rate, Override Rate and Flat Dol...
 
Introduction to HPCM
Introduction to HPCMIntroduction to HPCM
Introduction to HPCM
 
Fusion apps receivables
Fusion apps   receivablesFusion apps   receivables
Fusion apps receivables
 
OneStream Deep Dive
OneStream Deep DiveOneStream Deep Dive
OneStream Deep Dive
 
DLI_Products
DLI_ProductsDLI_Products
DLI_Products
 
Profitability & Cost Management Cloud Service: Have It Your Way
Profitability & Cost Management Cloud Service: Have It Your WayProfitability & Cost Management Cloud Service: Have It Your Way
Profitability & Cost Management Cloud Service: Have It Your Way
 
Resume_Abhigyan
Resume_AbhigyanResume_Abhigyan
Resume_Abhigyan
 
Finit - Creative Solutions for FX Analysis in HFM
Finit - Creative Solutions for FX Analysis in HFM Finit - Creative Solutions for FX Analysis in HFM
Finit - Creative Solutions for FX Analysis in HFM
 
Sage 100 User Group – Nov 2017
Sage 100 User Group – Nov 2017Sage 100 User Group – Nov 2017
Sage 100 User Group – Nov 2017
 
Deltek Vision User Group – Nv 2017
Deltek Vision User Group – Nv 2017Deltek Vision User Group – Nv 2017
Deltek Vision User Group – Nv 2017
 
Hfm to Financial Consolidation and Close Cloud
Hfm to Financial Consolidation and Close CloudHfm to Financial Consolidation and Close Cloud
Hfm to Financial Consolidation and Close Cloud
 
Cycling Off FDM Classic on Steroids and Taking a Dose of FDMEE HGH
Cycling Off FDM Classic on Steroids and Taking a Dose of FDMEE HGHCycling Off FDM Classic on Steroids and Taking a Dose of FDMEE HGH
Cycling Off FDM Classic on Steroids and Taking a Dose of FDMEE HGH
 

Similar to What’s New in HR Analytics from 7.9.6.4 to 11.1.1.x and What You Need to Know

Workforce Plus: Tips and Tricks to Give Workforce an Extra Kick!
Workforce Plus: Tips and Tricks to Give Workforce an Extra Kick! Workforce Plus: Tips and Tricks to Give Workforce an Extra Kick!
Workforce Plus: Tips and Tricks to Give Workforce an Extra Kick! Alithya
 
Payroll process oracle hrms
Payroll process oracle hrmsPayroll process oracle hrms
Payroll process oracle hrmsShaju Shana
 
ODTUG Configuring Workforce: Employee? Job? or Both?
ODTUG Configuring Workforce: Employee? Job? or Both? ODTUG Configuring Workforce: Employee? Job? or Both?
ODTUG Configuring Workforce: Employee? Job? or Both? Alithya
 
PPPPPPPAYROLL_MANAGEMENT_SYSTEM_BOO.pptx
PPPPPPPAYROLL_MANAGEMENT_SYSTEM_BOO.pptxPPPPPPPAYROLL_MANAGEMENT_SYSTEM_BOO.pptx
PPPPPPPAYROLL_MANAGEMENT_SYSTEM_BOO.pptxSuraj857568
 
Introduction on Workday Payroll Management System and Software Solutions
Introduction on Workday Payroll Management System and Software SolutionsIntroduction on Workday Payroll Management System and Software Solutions
Introduction on Workday Payroll Management System and Software SolutionsERP Cloud Training
 
Sap hcm payroll concept - Best SAP HR Training Institute in Pune
Sap hcm payroll concept - Best SAP HR Training Institute in PuneSap hcm payroll concept - Best SAP HR Training Institute in Pune
Sap hcm payroll concept - Best SAP HR Training Institute in PuneAspire Techsoft Academy
 
content_whitepaper_simplifying_payroll_hr
content_whitepaper_simplifying_payroll_hrcontent_whitepaper_simplifying_payroll_hr
content_whitepaper_simplifying_payroll_hrRochelle A Blee
 
The Three Stages of Global Payroll Implementation
The Three Stages of Global Payroll ImplementationThe Three Stages of Global Payroll Implementation
The Three Stages of Global Payroll ImplementationCloudPay
 
Payroll management presentation
Payroll management presentationPayroll management presentation
Payroll management presentationAnam Khan
 
Payrollmanagement 131216001152-phpapp02
Payrollmanagement 131216001152-phpapp02Payrollmanagement 131216001152-phpapp02
Payrollmanagement 131216001152-phpapp02Anam Khan
 
ERPNext system (CubeTech)
ERPNext system (CubeTech)ERPNext system (CubeTech)
ERPNext system (CubeTech)noossaa
 
Lee Schuch Resume
Lee Schuch ResumeLee Schuch Resume
Lee Schuch ResumeLee Schuch
 
Ais Romney 2006 Slides 13 The Hr Cycle
Ais Romney 2006 Slides 13 The Hr CycleAis Romney 2006 Slides 13 The Hr Cycle
Ais Romney 2006 Slides 13 The Hr Cyclesharing notes123
 
The ultimate guide to cost management
The ultimate guide to cost managementThe ultimate guide to cost management
The ultimate guide to cost managementTim Kalbitzer
 
SAP SF - EC Demo.pptx
SAP SF - EC Demo.pptxSAP SF - EC Demo.pptx
SAP SF - EC Demo.pptxudayasree76
 
presentation about Erpnext HR system
 presentation about Erpnext HR system presentation about Erpnext HR system
presentation about Erpnext HR systemBassamQahtan
 

Similar to What’s New in HR Analytics from 7.9.6.4 to 11.1.1.x and What You Need to Know (20)

Na payroll
Na payrollNa payroll
Na payroll
 
Workforce Plus: Tips and Tricks to Give Workforce an Extra Kick!
Workforce Plus: Tips and Tricks to Give Workforce an Extra Kick! Workforce Plus: Tips and Tricks to Give Workforce an Extra Kick!
Workforce Plus: Tips and Tricks to Give Workforce an Extra Kick!
 
Payroll process oracle hrms
Payroll process oracle hrmsPayroll process oracle hrms
Payroll process oracle hrms
 
ODTUG Configuring Workforce: Employee? Job? or Both?
ODTUG Configuring Workforce: Employee? Job? or Both? ODTUG Configuring Workforce: Employee? Job? or Both?
ODTUG Configuring Workforce: Employee? Job? or Both?
 
PPPPPPPAYROLL_MANAGEMENT_SYSTEM_BOO.pptx
PPPPPPPAYROLL_MANAGEMENT_SYSTEM_BOO.pptxPPPPPPPAYROLL_MANAGEMENT_SYSTEM_BOO.pptx
PPPPPPPAYROLL_MANAGEMENT_SYSTEM_BOO.pptx
 
Introduction on Workday Payroll Management System and Software Solutions
Introduction on Workday Payroll Management System and Software SolutionsIntroduction on Workday Payroll Management System and Software Solutions
Introduction on Workday Payroll Management System and Software Solutions
 
Sap hcm payroll concept - Best SAP HR Training Institute in Pune
Sap hcm payroll concept - Best SAP HR Training Institute in PuneSap hcm payroll concept - Best SAP HR Training Institute in Pune
Sap hcm payroll concept - Best SAP HR Training Institute in Pune
 
Db
DbDb
Db
 
content_whitepaper_simplifying_payroll_hr
content_whitepaper_simplifying_payroll_hrcontent_whitepaper_simplifying_payroll_hr
content_whitepaper_simplifying_payroll_hr
 
Global payroll
Global payroll Global payroll
Global payroll
 
The Three Stages of Global Payroll Implementation
The Three Stages of Global Payroll ImplementationThe Three Stages of Global Payroll Implementation
The Three Stages of Global Payroll Implementation
 
Payroll management presentation
Payroll management presentationPayroll management presentation
Payroll management presentation
 
Payrollmanagement 131216001152-phpapp02
Payrollmanagement 131216001152-phpapp02Payrollmanagement 131216001152-phpapp02
Payrollmanagement 131216001152-phpapp02
 
ERPNext system (CubeTech)
ERPNext system (CubeTech)ERPNext system (CubeTech)
ERPNext system (CubeTech)
 
Lee Schuch Resume
Lee Schuch ResumeLee Schuch Resume
Lee Schuch Resume
 
Ais Romney 2006 Slides 13 The Hr Cycle
Ais Romney 2006 Slides 13 The Hr CycleAis Romney 2006 Slides 13 The Hr Cycle
Ais Romney 2006 Slides 13 The Hr Cycle
 
DynaPay for Dynamics 365 BC - Global Payroll
DynaPay for Dynamics 365 BC - Global PayrollDynaPay for Dynamics 365 BC - Global Payroll
DynaPay for Dynamics 365 BC - Global Payroll
 
The ultimate guide to cost management
The ultimate guide to cost managementThe ultimate guide to cost management
The ultimate guide to cost management
 
SAP SF - EC Demo.pptx
SAP SF - EC Demo.pptxSAP SF - EC Demo.pptx
SAP SF - EC Demo.pptx
 
presentation about Erpnext HR system
 presentation about Erpnext HR system presentation about Erpnext HR system
presentation about Erpnext HR system
 

Recently uploaded

Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Hyundai Motor Group
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 

Recently uploaded (20)

Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 

What’s New in HR Analytics from 7.9.6.4 to 11.1.1.x and What You Need to Know

  • 1. REMINDER Check in on the COLLABORATE mobile app What’s new in HR Analytics from 7.9.6.4 to 11.1.1.x and what you need to know Prepared by: Ron Nelson Sr. OBIEE Consultant Emtec, Inc. Session ID#: 10421
  • 3. 73% YEARS 46serving clients OUR COMPANY 500dedicated associates 19 over years BEST PLACES TO WORK TECHNOLOGY EMPOWERED BUSINESS SOLUTIONS “right size provider” “client for life” India Pune Bangalore USA IL, PA, NJ, GA, VA, MN, FL Canada Toronto Ottawa GLOBAL DELIVERY OUR SERVICES 87% 14 prior tier 1 consultancies Avg years experience fulltime employees OUR PEOPLE 25+ OTHER PARTNERS - onshore - offshore - nearshore - blended managed services Management Consulting Applications Cloud Analytics Infrastructure strategy, governance, process ERP, HCM, CRM, app. development, mobile solutions applications, infrastructure enterprise reporting, predictive analytics, big data service management, enterprise infrastructure, end user computing Business and Technology Empowered
  • 4. Ron Nelson ■ Sr. OBIEE Consultant at Emtec, Inc. ■ Over 5 years of experience working with Oracle BI products. ■ Several successful implementations of OBIA and BIFS. ■ Integrated OBIEE with Essbase, PeopleSoft, MRI, and LRO.
  • 5. Agenda OBIA Overview (OOTB) Obtaining the Payroll Data Modeling the Payroll Data Payroll Dashboards and Reports Compensation Dashboards and Reports Insights into OBIA 11g Payroll & Compensation
  • 7. What OBIA does to your Transactional Data ERP Role based dashboards Metrics/KPIs Subject Areas Physical Data Maps OBIEE Repository Dictionary (RPD) Security Business Analytics Data Warehouse (BAW) ETL Process Essbase
  • 9. Payroll Data (SDE) ODI Adaptors: PeopleSoft ■ SDE_PSFT_PayRunBalanceDetailFact_Deductions ▪ Extracts current deductions from the PAY_DEDUCTION table. ■ SDE_PSFT_PayRunBalanceDetailFact_Earnings ▪ Extracts earnings and hours from the PAY_EARNINGS table. ■ SDE_PSFT_PayRunBalanceDetailFact_OthEarns ▪ Extracts all other earnings from the PAY_OTH_EARNS table. ■ SDE_PSFT_PayRunBalanceDetailFact_SpclEarns ▪ Extracts special earnings from the PAY_SPCL_EARNS table. ■ SDE_PSFT_PayRunBalanceDetailFact_Taxes ▪ Extracts total taxes from the PAY_TAX table. ■ SDE_PSFT_PayRunBalanceDetailFact_TotalNet ▪ Extracts Net Pay from the PAY_CHECK table. ■ SDE_PSFT_PayRunBalanceDetailFact ▪ Combines the W_PSFT_PAY_RUN_BAL_F_TMP table that is loaded by the above mappings and inserts into the W_PAY_RUN_BAL_DTL_FS table. ■ SDE_PSFT_PayRunTypeDimension ▪ Uses the W_PAY_RUN_BAL_DTL_FS table to compile the W_PAY_RUN_TYPE_D table that houses the Run Type Codes and Action Type Codes. ■ SDE_PSFT_PayPeriodDimension ▪ Uses PAY_CALENDAR and PAYGROUP_TBL to compile the differing payroll periods. ■ SDE_PSFT_PayPayrollDimension ▪ Uses PAYGROUP_TBL to populate the dimension with payroll name, payroll id, and legislation code. PeopleSoft has the most adaptors of all supported source systems.
  • 10. Payroll Data (SDE) ODI Adaptors: EBS ■ SDE_ORA_PayrollRunBalanceFact ▪ Combines the payroll balance fact tables with HR dimension tables. ■ SDE_ORA_PayRunTypeDimension ▪ Uses the W_PAY_RUN_BAL_DTL_FS table to compile the W_PAY_RUN_TYPE_D table that houses the Run Type Codes and Action Type Codes. ■ SDE_ORA_PayPayrollDimension ▪ Uses PAY_ALL_PAYROLLS_F and HR_ORGANIZATION_INFORMATION to populate the dimension with payroll name, payroll id, and legislation code. ■ SDE_ORA_PayPeriodDimension ▪ Uses PAY_ALL_PAYROLLS_F and PER_TIME_PERIODS to compile the differing payroll periods. ■ SDE_ORA_PayrollBalanceDimension ▪ Uses PAY_BALANCE_TYPES, PAY_DEFINED_BALANCES, and PAY_BALANCE_DIMENSIONS to populate balance category, balance code, balance name, and balance description. EBS has a condensed list of adaptors for Payroll.
  • 11. Payroll Data (SDE) ODI Adaptors: Fusion ■ SDE_FUSION_PayRunBalanceDetailFact ▪ Combines the PayRollBalance, OrganizationUnitPVO, and LegislativeDataGroupPVO tables and inserts into the W_PAY_RUN_BAL_DTL_FS table. ■ SDE_FUSION_PayrollBalanceDimension ▪ Uses DefinedBalancesInBalanceGroupUsage and BalanceCategory to populate balance category, balance code, balance name, and balance description. ■ SDE_FUSION_PayrollDimension ▪ Uses LegislativeDataGroupPVO and PayrollDPVO the dimension with payroll name, payroll id, and legislation code. ■ SDE_FUSION_PayPeriodDimension ▪ Uses PayrollDPVO and TimePeriodDPVO to compile the differing payroll periods. ■ SDE_FUSION_PayRunTypeDimension ▪ Uses the W_PAY_RUN_BAL_DTL_FS table to compile the W_PAY_RUN_TYPE_D table that houses the Run Type Codes and Action Type Codes. Fusion also has a condensed list of adaptors specific to the application.
  • 12. Inside the ODI interface Pre-defined source table mappings are available for all standard adaptors out-of-the-box.
  • 14. New Payroll Data Fact Tables Payroll Balance Fact Table: W_PAY_RUN_BAL_F The Balance Fact Table captures all of the individual earnings and deductions metrics while the Detail Fact Table summarizes the total amount needed to pay workers. ■ Includes such measures as: ▪ Benefits Costs ▪ Healthcare Costs ▪ Pension Costs ▪ Taxes ▪ Deductions ▪ Hours (Sick, Vacation…etc.) ■ Includes such measures as: ▪ Balance Amount (amount required to pay workers by period) ▪ FTE Payroll Balance Detail Fact Table: W_PAY_RUN_BAL_DTL_F
  • 15. New Payroll Dimension Tables Pay Run Type Dimension: W_PAY_RUN_TYPE_D The new dimension tables contain pay run types, payroll name, pay balances, and pay periods. ■ Includes such measures as: ▪ Run Type Code ▪ Action Type Code ▪ Relationship Run Type Code Payroll Type Dimension: W_PAY_PAYROLL_D ■ Includes such measures as: ▪ Payroll Name ▪ Payroll Code ▪ Legislative Data Group Code Pay Balance Dimension: W_PAY_BALANCE_D ■ Includes such measures as: ▪ Balance Categories ▪ Balance Code ▪ Balance name Pay Period Dimension: W_PAY_PERIOD_D ■ Includes such measures as: ▪ Period Name ▪ Period Number
  • 17. OBIA 11.1.1.x delivers five new out-of-the- box Payroll Dashboards Payroll Trend Payroll Cost Overtime Spend Payroll Labor Hours Overview
  • 18. Payroll Dashboards: Overview Consists of four reports: Payroll Monitor, Payroll Overview, Earnings Balance, and Deductions Balance.
  • 19. Payroll Dashboards: Payroll Trend Consists of three reports: Payroll Earnings Trend, Payroll Deductions Trend, and Deductions Summary Balance Trend.
  • 20. Payroll Dashboards: Payroll Cost Consists of three reports: Payroll Cost Summary, Payroll Cost Trend, and Top 10 Total Payroll Cost.
  • 21. Payroll Dashboards: Overtime Spend Consists of three reports: Overtime Spend Summary, 3 Year Overtime Pay Trend, and Top 10 Overtime Pay.
  • 22. Payroll Dashboards: Payroll Labor Hours Consists of the Payroll Hours report. This report gives an overview of the change in the number of standard and overtime hours year over year.
  • 24. OBIA 11.1.1.x delivers three updated out-of- the-box Compensation Dashboards Salary Compression Pay for Performance Overview
  • 25. Compensation Dashboards: Overview Consists of three reports: 3-Year Salary Trend, Salary Percentile, and Salary by Department Hierarchy. This provides a quick snapshot of average base salary trends, salary broken out into percentiles, and salary by department hierarchy.
  • 26. Compensation Dashboards: Salary Compression Consists of three reports: Compression within Grades, Salary Compression of Experienced Workers, and Salary Compression Between Jobs. These reports give the user a quick view of base salaries, and mid-point amounts by grade. The reports also allow the user to drill into the individual grades to view detail. Compression within Grades
  • 27. Compensation Dashboards: Salary Compression Continued Consists of three reports: Compression within Grades, Salary Compression of Experienced Workers, and Salary Compression Between Jobs. Compression of Experienced Workers
  • 28. Compensation Dashboards: Salary Compression Continued Consists of three reports: Compression within Grades, Salary Compression of Experienced Workers, and Salary Compression Between Jobs. Compression Between Jobs
  • 29. Compensation Dashboards: Pay for Performance Consists of two reports: Performance Base Salary Analysis and Departmental Compensation and Performance Analysis. These reports provide an average base salary by performance band, average base salary by department, and length of service and mean performance rating.
  • 30. Insights into OBIA 11.1.1.x Payroll & Compensation
  • 31. Insights into OBIA 11.1.1.x Payroll & Compensation ■ Leverages standard adaptors ■ Utilizes the centralized Business Analytics Data Warehouse ■ Provides insights to HR and Leadership to allow a proactive approach to payroll and compensation management through fast, reliable dashboards that highlight key performance metrics, as well as standard detailed reports. ■ Dependent upon business needs, customization of the dashboards, reports, and/or metrics is available to the end user and developer to allow for analyzing specific business requirements. ■ Coupled with existing dimensionality inclusive of, but not limited to location, performance, tenure, and department the data views are vast. ■ By integrating payroll and compensation data into HR Analytics, this results in one version of the truth.
  • 32. Contact Details Ron Nelson Sr. OBIEE Consultant Emtec, Inc. P: 312.216.6971 | M: 630.781.6530 E-mail: Ron.Nelson@emtecinc.com www.emtecinc.com
  • 33. Please complete the session evaluation We appreciate your feedback and insight You may complete the session evaluation either on paper or online via the mobile app