How to find Procedure Name incase you dont know the package Name Posted on January 23, 2015 by admin select * from all_source where lower(text) like '%proc_name%'