Package Naming Conventions

The main purpose of package names is to distinguish the functions in a package from those in other packages that could potentially have the same names. All packages you create must contain an underscore in their names. For example, the convertDate function belongs to a package called sample_package.

Note: A group of functions is provided with the Forms System software as the package. The package is reserved for system functions that are defined in the XFDL Specification. You may not add to the system package or call your packages by the name system.