Categories
Understanding Oracle Payroll Element Mapping

Hello Experts,
I'm seeking information on Payroll Element types (salary, basic pay, NI, tax, etc). Can you guide me on where to find a table, view, report, or configuration that shows how these payroll element types are mapped to categories such as Total Deductions, Gross Pay, and Basic Pay?
I'm a consultant, not an Oracle user, and I'm looking to understand how employee pay elements (payroll elements types) are classified and how salaries are calculated in Oracle
Thank you for your help.
Best Answer
-
Hi Babs,
You can try connecting using PAY_ELE_CLASSIFICATIONS_TL.CLASSIFICATION_ID.
Thanks.
1
Answers
-
Hi @Babs
If you looking for an FDI analytics logic , you can refer below data lineage documentation -
Regards,
Arjun
0 -
Hi Babs,
In Oracle, we have element classification - Earnings/Deductions (Voluntary/Involuntary)/Information etc. Gross Pay/Basic Pay are both elements of type classification Earnings. For salaries calculation, the Payroll engine works a lot behind the scenes using fast formulas, element types and other factors as well.
If you can be more specific on what you are looking for, community may be help you.
Also, if your question is not much related to reporting, you can post your query on below sister forum:
Payroll and Global Payroll Interface (GPI) — Cloud Customer Connect
Thanks.
1 -
Hello both,
Thank you for responses and suggestions.
I'm trying to get something that can help with mapping of element_type_id from pay_element_type_vl into different buckets such as Gross pay, Basic pay, deduction, Pensionable, Taxable, NIable, etc.
0