Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: PL/SQL function as a parameter to another PL/SQL function?

Re: PL/SQL function as a parameter to another PL/SQL function?

From: JAgra <jagra_at_telepac.pt>
Date: 1997/05/13
Message-ID: <5lau25$7tm@duke.telepac.pt>#1/1

In article <01bc5a62$bc77e480$b90110ac_at_gastineau1.giveblood.org>,

   "Brian Gastineau" <bgastine_at_giveblood.org> wrote:
>Can a PL/SQL function be passed into another PL/SQL function? My situation
>is that during conversion of data, several different tests will be run
>against each record, but the response to the true/false condition will be
>the same.
>
>Suggestions for workarounds would also be appreciated.
>
>Thanks,
>Brian Gastineau
>bgastine_at_giveblood.org

Take a look at the dbms_sql package.

Received on Tue May 13 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US