Posted by: prankster April 7, 2011
sql help
Login in to Rate this Post:     0       ?        
if you are trying to print the source of these two functions, then first run that sql, that will create these two function.
Then do
select TEXT from all_source where TYPE='FUNCTION'
select NAME from all_source where type='FUNCTION'
check if your function is there

Read Full Discussion Thread for this article