Hi everyone,
For context, I’m trying to use a projections custom action to call a package procedure, passing in values on the page. This Package procedure is from a package I created, not IFS standard
Based on what is seen in the documentation for a procedure to be eligible, my procedure should satisfy the requirements (see below).
My method is to be called Test_Package.test_proc
test_proc is a procedure with no parameters
In the Custom Actions section of the Page Configuration screen we can select a PL/SQL method.
clicking on the “find” option for PL/SQL method we get a list of available methods to be used. What needs to be done in order for my created package procedure to show up here? How is this list generated?
Currently, my package procedure as well as the hundreds of other packages we have created that exist in our database aren’t appearing in this list.
thankyou,
Lavon