Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> How to check if a Function exists in a package
Hello!
I would like to have somthing like that:
Package p_customer
function a function c
Package p_order
function a if existfunction(p_customer.a) then return p_customer.a(); else standardcode; end if;
Is that possible to have a function existfunction() to do it like described above?
Thank you!
Stefan
Received on Fri Jan 26 2007 - 02:43:40 CST