Chapter 14. Packages A package is a collection of PL/SQL objects grouped together under one package name. Packages include procedures, functions, cursors, declarations, types, and variables. There are numerous benefits in collecting objects into a package. In this chapter, you learn what these benefits are and how to use them. |