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 -> Calling procedures from PL/SQl functions (called from a SQL stmt)

Calling procedures from PL/SQl functions (called from a SQL stmt)

From: Ananth Rani <arani_at_ix.netcom.com>
Date: Fri, 01 Jan 1999 09:21:44 -0800
Message-ID: <368D0428.4A78F5EC@ix.netcom.com>


Hi,

This is a bit convoluted but:

However, I noticed that the procedure that is called cannot do any updates, inserts or deletes. Is there a trick to get past this ?

select myfunc(parent) from dual;

Function myfunc
.....
bom_exploder(parent) <---- this proc does a BOM explosion which inserts

records into a temp table.

End;

Thanks,
AR Received on Fri Jan 01 1999 - 11:21:44 CST

Original text of this message

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