Creating a procedure should include
- identifying the principles of using procedures with parameters
- programming the CREATE or REPLACE PROCEDURE code, including the definition of the parameters
- programming the PL/SQL procedure block using the parameters defined in the procedure definition.