PL/SQL by Example / Procedures and Functions
Named blocks include procedures and functions. These can be called repeatedly. The declarative section within both types of methods is indicated by the keyword IS
, which is mandatory. Further division into the executable part and the exception handling part is identical to anonymous blocks.