How to calculate a daily rate for an element within Occ Sick Pay formula
Summary: Is it possible to use CALL_CALC_VALUE or ORA_RATE_CALCULATOR to find the daily rate for an element which is not actually attached to the formula being processed?
We have a non-taxable allowance, but the OSP offset treats everything as Taxable, so for this allowance only I need to generate a feed to Taxable Pay balance to make sure the OSP offset is non-taxable. To do this I need to calculate the daily rate for the allowance within the OSP absence formula. I tried calling ORA_RATE_CALCULATOR passing in the element_type_id of the allowance element as a CHANGE_CONTEXT, but this doesn't work. So how can I calculate the daily rate for an allowance within the OSP absence formula?