What Is a PL/SQL
Package?
A package is a schema object that groups logically
related PL/SQL types, variables, and subprograms. Packages usually have two
parts, a specification (spec) and a body; sometimes the body is unnecessary.
The specification is the interface to the package.
Advantages of PL/SQL Packages
Packages
have a long history in...