Passing a parameter to a package in APEX
fdoMay 9 2012 — edited May 11 2012I'm totally new using APEX and I have the following problem:
I have a form displaying record information (1 record) and I created a Submit button which call a Process that is a Package in the DB. Although the package runs, I need to send a parameter to it and that parameter comes from one field in the form.
How can I do this?
Second level (once I solve the previous one) I want to do a similar thing but instead using a form, I want to do it with a tabular form, hence the package should be called for every record in the form once the button is clicked.
Thanks for the help.
Edited by: user5333042 on May 9, 2012 1:43 PM