Trying to execute a stored procedure without needing a data block query of any kind
Hello,
I have created a customized Oracle Forms form that I want to simply execeute a database stored procedure by passing values from some text fields via a WHEN-BUTTON-PRESSED trigger .
When I run the form via Oracle E-Business Suite, nothing happens. It does not execute the PL/SQL procedure call. In fact, it does nothing.
Any help is appreciated.
0