Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 77 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to get the Take-Home Pay (Net Pay) of EMP in Oracle HCM

I am working on generating reports related to Take-Home Pay (Net Pay) in Oracle HCM, which is the net amount of income a worker receives after deductions (such as taxes, benefits, and other contributions).
Could someone guide me on the best way to retrieve this net pay amount ?
Answers
-
Hi, Have a look at writing a query using subject areas
Compensation - Salary Details Real Time https://docs.oracle.com/en/cloud/saas/human-resources/25a/faohb/Compensation--Salary-Details-Real-Time-SA-13.html
and if you need the breakdown
from gross to net maybe tryPayroll - Element Entries Real Time https://docs.oracle.com/en/cloud/saas/human-resources/25a/faohb/Payroll--Element-Entries-Real-Time-SA-28.html
0