you must initialize the constant at the time of declaration
SQL> SQL> SQL> declare 2 myNumber_constant constant number := 50; 3 begin 4 null; 5 end; 6 / PL/SQL procedure successfully completed. SQL> SQL>