Moving Payroll HCM Cloud Case Study
Moving Payroll HCM Cloud Case Study
Moving Payroll HCM Cloud Case Study
a case study
Prepared by: Bill Stratton, Grant Thornton
Tony Tarantino, YRC Worldwide
@GrantThornton
• Frequent OHUG, OAUG and Open World Presenter, mostly on Fast Formula
solutions
Collectively, we have approximately 20 - 25% of the public carrier market by tonnage. We provide the broadest coverage and
more service capability throughout North America than any competitor. To put it simply, customers tell us where they want their
freight to go and when it needs to be there, and we take it there; we carry the economy
5
About Grant Thornton
We are the U.S. member firm of Grant Thornton International, a global organization of member
firms providing audit, tax and advisory services to clients for more than 90 years.
OFFICES
Specialized Partner of the JD Edwards Excellence Excellence Award, 2015 (Fusion Middleware JD Edwards Excellence
Year, 2014 (EPM, NA) Award, 2015 Innovation at Serta Simmons Bedding) Award, 2016
Transitions /
Talent acquisition Compensation
onboarding
Talent
management Goals / performance Succession / talent Learning
management review management
J=J+1
Date_Earned[J] = This_Date_Earned
This_Date_Earned = TO_CHAR(Earned_Date)
IF (WSA_EXISTS(Date_Earned_Name,'TEXT_NUMBER'))
THEN YRC_Date_Earned = WSA_GET(Date_Earned_Name,EMPTY_TEXT_NUMBER)
ELSE
YRC_Date_Earned[1] = This_Date_Earned
i=1
Found = 'NO'
WHILE (YRC_Date_Earned.EXISTS(i)) LOOP
(
IF YRC_Date_Earned[i] = This_Date_Earned THEN Found = 'YES'
i=i+1
)
IF Found = 'NO' THEN YRC_Date_Earned[i] = This_Date_Earned
WSA_SET(Date_Earned_Name,YRC_Date_Earned)