We are upgrading a (really) old Forms and Reports 6i application which calls some reports using code in a pll library.
This used to work in Forms and Reports 6i, but on 12.2.1.3... not so much:
FRM-21219: Cannot find report. Invalid ID
The developer thinks this might be because the "focus" changes from the Form itself to the library, and somereport metadata is not passed to the plsql code executing from within the library.
Is it still possible in 12.2.1.3 to call a report using code in a .pll file?
Note: Much if not most of this app was originally created using Oracle Designer but has been updated manually since Designer was dropped by Oracle.