We are on Oracle Fusion using Oracle Cloud Application 21C (11.13.21.07.0)
Looking at SQL for one of our BI reports, I found Oracle-generated code calling AP_INVOICES_UTILITY_PKG.get_release_by_user(AP_HOLDS_ALL.HOLD_ID)
I need to understand what this procedure does to build a custom report.
Checking latest eTRM 12.2.2, AP_INVOICES_UTILITY_PKG does not seem to include this procedure any more
Does anyone know where I can get code for get_release_by_user? Or maybe you can post it from your installation if you have 11.13.21?