Like GP, NA payroll does not have option to run pay calculation for single/multiple employees'.
To run for specific employees in NA payroll, need to change the payline status. If any changes we made in online to paysheets then also it will trigger pay_line_status = 'U'
for eg: using below sql we can update the payline to - Job Chage.
UPDATE PS_PAY_LINE A
SET A.JOB_CHANGE = 'R' where emplid ='XXXX' and pay_end_dt='DD-MON-YYYY'.
after updating the payline status, run pay calculation by selecting the option below.
To run for specific employees in NA payroll, need to change the payline status. If any changes we made in online to paysheets then also it will trigger pay_line_status = 'U'
for eg: using below sql we can update the payline to - Job Chage.
UPDATE PS_PAY_LINE A
SET A.JOB_CHANGE = 'R' where emplid ='XXXX' and pay_end_dt='DD-MON-YYYY'.
after updating the payline status, run pay calculation by selecting the option below.