HCM Table to connect payroll run result values to an employee assignment
Summary
Need help with finding a table or column which can tell payroll run result values ran for an assignment_idContent
Hello Everyone,
I am in middle of editing an SQL query for our payroll activity report, where we only want to show assignment details for an employee for which active payroll is running.
We have employees with multiple assignments and we want to determine for which assignment payroll is being run for an employee. One assignment is active while other one is Inactive or terminated assignment but we are unable to determine at run result level how to determine which assignment is link to run result values. As of now, when an employee terminate, we effective_end_date that assignment in per_all_assingments_m table and create a new row for that assignment with assignment_status_type = 'INACTIVE'.
0