Activated a special menu in forms perz to run EDITOR_PKG.report but PLS-00201.
Hi,
Can anyone advise on below?
EBS R12.1.3, Forms customization issue
When attempting to customize EBS to show the output of a conc.request by
creating a package proc to submit the request, wait for completion and return the request_id.
In the forms personalization I activate a special_menu and then run PL/SQL block
='BEGIN
EDITOR_PKG.report('||:GLOBAL.REQUEST_ID||',''Y'');
END'
When running the program generates below error,
although I added the FNDCONC library to and recompiled the main form, and bounced the appl.server
Why is this error generated when the FNDCONC library contains the EDITOR_PKG package ?