Need Start and stop times for individual Payroll time types in fast formula — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Need Start and stop times for individual Payroll time types in fast formula

edited Oct 10, 2019 6:18PM in Workforce Management 2 comments

Content

Hi I am trying to use time calculation fast formula to process meal logic to subtract meal hours from the regular hours. Now I am using the existing fast formula but I am stuck at point .

We have following design

Payroll time type  Start time stop time

Regular Hours    08:00 AM   08:00 PM

Meal Break          10:00 AM 10:30 AM

Meal Break           04:00 PM  04:30 PM

INPUTS ARE  
  HWM_CTXARY_RECORD_POSITIONS,
  HWM_CTXARY_HWM_MEASURE_DAY,
  measure ,
  OraMeasureAll ,
  UnitOfMeasure ,
  PayrollTimeType,
  StartTime,
  StopTime,
  TimeRecordType 

nidx = 0    
WHILE (nidx < max_ary ) LOOP 
(  
    nidx = nidx + 1 
 
 l_rec_pos = NullText
 l_measure = 0 
 l_OraMeasureAll = 0
 l_UnitOfMeasure = NullText
 
 l_measureDay = 0
    l_tc_StartTime = NullDate

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!