G-7210: Try to keep your packages small. Include only few procedures and functions that are used in the same context.
Major
Efficiency, Maintainability
Reason
The entire package is loaded into memory when the package is called the first time. To optimize memory consumption and keep load time small packages should be kept small but include components that are used together.