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
Get Started with Redwood for Oracle Cloud HCM   Begin Now

How to to get the total time for Elapsed shift in Global Absence Type Duration Fast Formula

Received Response
112
Views
6
Comments
edited Jun 2, 2021 11:25AM in Workforce Management 6 comments

Content

We have one requirement where we need to write some conversion Fast Formula (Global Absence Type Duration). I am able to create this formula by using GET_PAY_AVAILABILITY function but this function is only working fine for Time Type Work Schedule. Below is the code which I am using.

ld_period_start_date = to_date(to_char(IV_START_DATE,'DD/MM/RRRR')||' '||IV_START_TIME,'DD/MM/RRRR HH24:MI:SS')
ld_period_end_date = to_date(to_char(IV_START_DATE,'DD/MM/RRRR')||' '||IV_END_TIME,'DD/MM/RRRR HH24:MI:SS')

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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