How access out parameter when pl/sql procedure called from javascript?

From: Terri I. <teresni_at_ucia.gov>
Date: 12 Oct 2001 12:12:53 -0700
Message-ID: <b1f8b3bc.0110121112.511fddf3_at_posting.google.com>



[Quoted] I have a PL/SQL procedure defined to return a status code via an OUT parameter so the calling program wil know whether or not the procedure ran properly. I need to call this procedure from a block of JavaScript
code so I am running it 'indirectly' by opening a browser window with the name of the procedure in the URL.

How can I access the value of the OUT parameter when launching a PL/SQL procedure via a URL call?? Received on Fri Oct 12 2001 - 21:12:53 CEST

Original text of this message