Re: Stored Procedures
Date: 1995/11/30
Message-ID: <DIvLrL.E1u_at_txnews.amd.com>#1/1
xgmb_at_sunyit.edu (Gineen Brement) wrote:
>Hi
>
>We are using Oracle7 and Forms 3.0. I have successfully written, compiled
>and stored a couple of functions which I want to now call from a PL/SQL
>procedure within a form. I'm calling the function with the following
>syntax:
>
>x = function_name(parameters ...)
>
>when the procedure is compiled, I get the following error:
>
> identifier 'FUNCTION' must be declared
>
>HOw can I call a stored procedure in Forms 3.0 within a PL/SQL block.
>
>Thanks
>Gineen Brement ,SUNY Utica/Rome
Have you specified in, out, in/out for the parameters
for your stored function?
Can you enclose a copy of your function if it still does not work?
Regards,
Suman.
Received on Thu Nov 30 1995 - 00:00:00 CET
