Use the Code Fragments page of the New User-Defined Function wizard
to specify code fragments that you want to include in the user-defined function.
- Header fragment
- Specify the full path to a file that includes a code fragment that you
want to insert at the start of the routine.
- Variable declaration fragment
- Specify the full path to a file that includes a code fragment that declares
variables.
- Exception handler fragment
- Specify the full path to a file that includes a code fragment that handles
exceptions.
- Pre-return fragment
- Specify the full path to a file that includes a code fragment that will
run before the results of the routine are returned.