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

How to get the persons total working days by using IV_START_DATE AND IV_END_DATE

edited Mar 7, 2025 4:53PM in Workforce Management 2 comments

Summary:


Content (please ensure you mask any confidential information):

l_period_start_date = to_date(to_char(IV_START_DATE,'DD/MM/RRRR')||' '||IV_START_TIME,'DD/MM/RRRR HH24:MI:SS')
l_period_end_date = to_date(to_char(IV_END_DATE,'DD/MM/RRRR')||' '||IV_END_TIME,'DD/MM/RRRR HH24:MI:SS')

/*
l_entry_duration = GET_PAY_AVAILABILITY ('ASSIGN',
l_period_start_date,
l_period_end_date,
'Y',
'Y',
'Y',
'Y',
'D')
*/

CALL_FORMULA( 'GET_PAY_AVAILABILITY',

l_period_start_date > 'actual_start_date',

l_period_end_date > 'actual_end_date',

'D' > 'unit_type',

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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