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
select * from USER_SOURCE where type='PROCEDURE' and name='my_stored_procedure.'