GET_PAY_AVAILABILITY Function returns incorrect value
Summary:
GET_PAY_AVAILABILITY Function returns incorrect value
Content (please ensure you mask any confidential information):
I am reviewing the seeded proration formula. The GET_PAY_AVAILABILITY function returns an incorrect value during proration calculation, as it includes Saturdays and Sundays when calculating the number of workdays between dates. Could we check which schedule it is using in the calculation? The expectation is that only working days (Monday through Friday) should be considered.
Code:
l_units = GET_PAY_AVAILABILITY( l_resource_type,actual_start_date,l_actual_end_date,'Y','Y','N','N',unit_type,'Y','Y',l_default_hours_per_day,'8:30','0-1-1-1-1-1-0')
Tagged:
0