A.1.6 About PL/SQL Libraries

PL/SQL libraries contain logic which can be called from any of the Forms Modules to which it is linked. Such libraries are primarily used to define commonly used business logic that must be manually re-implemented after creating the initial application. Generally such logic should be implemented as application-level processes so that they can be called from any generated page.