Home > Managing Database Objects w... > Managing Packages
|  Previous |  Next | 
A package is a database object that groups logically related PL/SQL types, items, functions and procedures. Packages usually have two parts, a specification and a body. The specification is the interface to your application. The body implements the specification.
| See Also: 
 |