Trying to execute stored procedure on WHEN-BUTTON-PRESSED trigger using Oracle Forms in E-Business S
Hello,
I have created a customized Oracle Forms form that I want to simply execete 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*.
The stored procedure inserts data into a custom table but the form is supposed to run in the E-Business Suite environment.
I don't need a datablock to query or anything just need to execute a stored procedure.
Any help is appreciated.
0