Using Generated Code in Programs

The Code Generator creates a PL/SQL package consisting of one or more procedures or functions. There is one procedure or function for each activity selected during code generation. Since the procedure or function is overloaded (different input or output parameters are used), the generated code adds suffixes to the procedure or function names to avoid any name resolution problems.

Code Generator creates the following kinds of procedures and functions:

Oracle Workflow Integration

Code Generator also generates activity procedures that can be used for Oracle Workflow integration. For details, see Oracle Workflow Procedures.