How to call a procedure,with RCT1
From: pal <jayadevpaleri_at_gmail.com>
Date: Tue, 28 Jul 2009 22:41:06 -0700 (PDT)
Message-ID: <1ee00bfc-9792-49f7-a8f2-0088413873c8_at_r38g2000yqn.googlegroups.com>
I have a procedure in which i have declared globalPkg.RCT1. Can any one tell me how to call this procedure from a trigger.
END; I need to call this A from a trigger. Can any one tell me how to call this.
Date: Tue, 28 Jul 2009 22:41:06 -0700 (PDT)
Message-ID: <1ee00bfc-9792-49f7-a8f2-0088413873c8_at_r38g2000yqn.googlegroups.com>
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 Received on Wed Jul 29 2009 - 00:41:06 CDT