Reusing Code
There are several ways to reuse code that you have written in Oracle Forms:
- Copy triggers or program units between modules as you would any other type
of object.
- Subclass triggers or program units.
- Create PL/SQL libraries of program units that can be called from any module
to which the PL/SQL library is attached.
Related topic
About Libraries