posted 19 years ago
Hi,
I need help. i have a form in a procedure and getting the parameters in the form. Now This procedure is called from OAS portal page. The portal page is Pl/SQL page and it calls the procedure. When the page is called it displays the form. So when they submit the data. I should insert that data into the database and later display it. For that in my package I have 2 procedures. One that displays the form and other that gets the data and inserts into the database. What i did is in the action I am calling the procedure that accepts the paramters. But because I can't call a proceure directly I am getting an error page. What I want is when I hit the submit button the values should be forwarded to another page that calls the procedure to insert data into database.How do I do that. Can anyone help me with this how do it. Any help would be really appreciated.
Thanks.