CUSTOM.PLL style package/procedure or anything for Reports
We are moving to 12.1.3 from 11.5.10. We were not multi org. Now because of required multi-org for all our custom (non-core) form and reports cannot query from HZ_CUST_ACCT_SITE. For form we have tested calling MO_GLOBAL.init from CUSTOM.pll and found is working so far without modifying our forms.
Now I am wondering if there is any thing (at common place) that all the reports (.rdf) are calling so that we can included call to MO_GLOBAL.init before running report?
Custom forms and reports are too many and openning each of them and including call to MO_GLOBAL at new_form_instance or before_report_trigger will delay the upgrade process.