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
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.

For more information, please refer to this announcement explaining best practices for getting answers to questions.

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

edited Jun 2, 2021 11:25AM in Workforce Management 7 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!