Re: Stored Procedure Execution in Forms Version3

From: Robert Begin <robert_at_frodo.sudburyrc.edu.on.ca>
Date: 1995/05/12
Message-ID: <3ovpar$1ue_at_frodo.sudburyrc.edu.on.ca>#1/1


In <D8Bz5y.8IJ_at_crash.cts.com> Muthu Ramaswamy <pme_at_crash.cts.com> writes:

>Everyone,
 

> I am able to execute a procedure or sub-program in a sql* plus
>session. When I tried to execute the same in SQL* FORMS Version3 I get
>the following error :
 

> pl/sql error 302. Component **** must be declared.
 

>I do have all the privileges to execute the procedure and I also tried
>executing the procedure thru a synonym.
 

>( The environment is TERMINAL-HOST and there is no network connections
> involved. )
 

>Can anyone please help me to fix the problem that I have in FormsV3.
 

>Thanks in advance.

Try calling your func/proc prefixed with the package name, ie:

        pckg_name.proc_name(parm,...);

I've had no problems doin' it that way Received on Fri May 12 1995 - 00:00:00 CEST

Original text of this message