Last Payroll Run for employee [message #379939] |
Thu, 08 January 2009 09:52 |
rbertrand
Messages: 45 Registered: November 2005
|
Member |
|
|
hello,
I am trying to find table or view that holds the last payroll run date for an employee. I see it on the People>Assignment>Salary web screen, but when I go to 'about page' and look at the queries behind the form, I can't find it. I also queried all the tables for that column and couldn't find it. Please help!
|
|
|
|
Re: Last Payroll Run for employee [message #380880 is a reply to message #380127] |
Tue, 13 January 2009 14:36 |
rbertrand
Messages: 45 Registered: November 2005
|
Member |
|
|
thanks Ram, thats what I ended up doing. I used the following tables: per_all_assignments_f paaf,
pay_assignment_actions paa,
pay_payroll_actions ppa,
per_all_people_f papf,
pay_action_information pai
We were looking for all emps who were termed but had received a check on our last payroll run. The pai table has gross amount, so I could check if the payment was actually > 0.
thanks for the help Ram, I appreciate it!
|
|
|