• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

passing parameters between procedures

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic