I have searched the net and I\'ve found a post that uses the following snippet to check if a stored procedure exists:
select * from USER_SOURCE where ty
I was not able to find stored procedure with any of the methods above.
Reason: stored procedure was inside package. Oracle uses packages to gather several stored procedures in one module.