Formula type that can be called from oracle Payroll
Content
We have a requirement where we need to access Absence data in payroll fast formulas.
So we found some DBI which require person_ID, start_date, END_date context.
Start date and End Date context are not available in fast formula of type Oracle payroll. so we thought of calling another formula from Oracle payroll formula where Start Date and End Date context are available.
but we are getting error that Cant execute formula. So it seems that we can only call particular type of Fast formula from Oracle Payroll Fast formulas.
If anyone can suggest on what all formula types can be called from another type of fast formulas, it would be great help.