I created a custom function within PL/SQL to calculate the number of business days between two dates, based on a particular IFS calendar. I’d like to use this in an IAL Object, but I’m getting an error that it is not-defined. How do I appropriately define it so the IAL Object will deploy without error? We are on IE 10.
Solved
Custom PL/SQL Function in IAL

Best answer by dsj
Hi
Try to prefix the function call in the sql with &AO..CalculateBusinessDayFromOffset to see if it solves the problem.
Login to plsql developer with IAL Owner (IFSINFO) and see if the SQL returns results.
A better practice is to add the function inside a PLSQL package and deploy :)
Regards,
Damith
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.