What/How it runs kronos WIM W_LawPAFKronosLL, daily at 7:40PM(emails only on error LawCallGroup, LaSandra Pace, Deborah Pierce) LawPAFKronosLL.kni UpdateLaborLevelChanges.knx Parent process HR depts FGH and outlying enter PA52s (JOB CHG or STATUS CHG), and run PA100s Child process FGH payroll dept corrects additional fields such as workunit or shift diff in Kronos Input system/files Lawson dbase tables Output system/files Kronos dbase tables Automation none ARCHIVE none Hard Coding source query: and (to_char(PERSACTHST.date_stamp, 'YYYYMMDD')) = (to_char(CURRENT_DATE, 'YYYYMMDD'))) where EMPLOYEE.company = '0010' and (to_char(PERSACTHST.date_stamp,'YYYYMMDD')) = (to_char(CURRENT_DATE, 'YYYYMMDD')) and Workunit.field_key = 82 and Paytype.field_key = 96 and EMPLOYEE.emp_status not in ('00', 'T1', 'T2', 'T3', 'T4', 'T5', 'T6', 'T7', 'T8', 'T9') and (PERSACTHST.action_code = 'JOB CHG' or PERSACTHST.action_code = 'STATUS CHG') SQL under Functions&Variables :FindThatDate Contacts Ruth, Hope, Lawson Team Deborah Pierce, HR LaSandra Pace, PR DOWNTIME do not run multiple times run manually if late on same day, must change current date in source query if different day and (to_char(PERSACTHST.date_stamp, 'YYYYMMDD')) = (20160804)) and (to_char(PERSACTHST.date_stamp,'YYYYMMDD')) = (20160804) can run early but only after HR is done doing PA52s and PA100s