Creation of packages should include
- writing a program for the package specification:
- programming the CREATE or REPLACE PACKAGE code naming the package
- defining the variables and constructs to be used in the package
- writing a program for the package body:
- programming the CREATE or REPLACE BODY code naming the package body to include the subprograms that were defined in the package specification within a BEGIN – END block.