Surround your procedure code accordingly:
create or replace procedure YOUR_TEST as begin <proc code here> end; / show errors
Click the green arrow to compile - you should receive the following message:
Procedure YOUR_TEST compiled
Now run this:
exec YOUR_TEST ;
nb: env: Oracle 12g, Sql Developer v18.4
source share