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

Home -> Community -> Usenet -> c.d.o.misc -> Re: How can i coll a procedure in a function

Re: How can i coll a procedure in a function

From: jane <janeyiu_at_optonline.net>
Date: Sun, 18 Nov 2001 04:09:27 GMT
Message-ID: <XvGJ7.137875$%94.23086629@news02.optonline.net>


How do you call *any* module in *any* module ? Just call it in the execution section feeding any required parametres like...

procedure_1;

BTW, your SELECTs look really weird: select...as ?
> select function_1(columnname) as tablename;
> or
> select function_1(columnname) as dual;

"amir" <amir_at_have-it.de> wrote in message news:30c35a4a.0111171237.4feb60b7_at_posting.google.com...
> Hi,
>
> How can i coll a procedure in a function.
> I need someting like:
>
> select function_1(columnname) as tablename;
> or
> select function_1(columnname) as dual;
>
> In the function i call procedure_1!
>
> Can anybody help me?
>
> Thanks
Received on Sat Nov 17 2001 - 22:09:27 CST

Original text of this message

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