Syntax options:
PACKAGE_COMPILATION
NOPACKAGE_COMPILATION
Determines if a package specification is produced and loaded into
the ACS library.
Oracle Rdb produces a package specification when you process
a module with the LANGUAGE ADA clause specified in the module
header unless you specify the NOPACKAGE_COMPILATION qualifier.
The NOPACKAGE_COMPILATION qualifier prevents the package
specification from being loaded in the ACS library, but still
creates and compiles the .ada file.
The PACKAGE_COMPILATION qualifier is the default.