Here is what I get.
SQL> select * from user_procedures;

select * from user_procedures

ORA-00942: table or view does not exist

-D

SQL> select * from sys.user_procedures;

select * from sys.user_procedures

ORA-00942: table or view does not exist