Re: How to call a procedure,with RCT1

From: John Hurley <johnbhurley_at_sbcglobal.net>
Date: Wed, 29 Jul 2009 05:05:12 -0700 (PDT)
Message-ID: <e79194d9-264f-483a-a0f4-4b184c1b3795_at_c2g2000yqi.googlegroups.com>



On Jul 29, 1:41 am, pal <jayadevpal..._at_gmail.com> wrote:

snip

> I have a procedure in which i have declared globalPkg.RCT1. Can any
> one tell me how to call this procedure from a trigger.
>
> I.e.,
>
> Procedure A
>
> (
> RC1 OUT globalPkg.RCT
> )
> As
> Begin
> ------
> END;
>
> I need to call this A from a trigger. Can any one tell me how to call
> this.
>
> Thanks & Regards
>
> Jayadev

How about ...

Procedure A ( some_variable );

... it might be more helpful if you can show us a larger fully developed example Received on Wed Jul 29 2009 - 07:05:12 CDT

Original text of this message