Re: plsql webtoolkit newbie question
From: Elaine <elaine_clarkNOelSPAM_at_figroup.co.uk.invalid>
Date: Tue, 25 Jan 2000 02:22:00 -0800
Message-ID: <062513a3.4fb644eb_at_usw-ex0109-070.remarq.com>
Date: Tue, 25 Jan 2000 02:22:00 -0800
Message-ID: <062513a3.4fb644eb_at_usw-ex0109-070.remarq.com>
You can create an overloaded procedure, and the correct one will be called depending on the parameters being passed: For example:
PROCEDURE abc(p1 IN varchar2, p2 IN varchar2)
is
begin
//some code
end abc;
PROCEDURE abc
is
begin
//some code
end abc;
Ensure that each procedure is declared in your package
header. Hope it helps
Elaine :-)
- Sent from AltaVista http://www.altavista.com Where you can also find related Web Pages, Images, Audios, Videos, News, and Shopping. Smart is Beautiful