From: Suman Guha <ssoman@txcam.amd.com>
Subject: Re: Stored Procedures
Date: 1995/11/30
Message-ID: <DIvLrL.E1u@txnews.amd.com>#1/1
sender: news@txnews.amd.com
references: <DItrqr.FA2@sunyit.edu>
content-type: text/plain; charset=us-ascii
organization: XXXXXXXXXXX
mime-version: 1.0
newsgroups: comp.databases.oracle
x-mailer: Mozilla 1.1N (Windows; I; 16bit)


xgmb@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.



