The image shows Step 5: Specify Stored Procedure of the Adapter Configuration Wizard. The instructions read as follows: Enter a stored procedure or function. The procedure package name can be included, for example, EMPLOYEE.GET_NAME, where the package name is EMPLOYEE and the procedure is GET_NAME. If the procedure does not belong in a package, enter the procedure name. You can also browse and search for a procedure. The term procedure is used to mean both stored procedures and functions. The following fields are available for user input: Schema, Procedure (PKG.PLSQL appears in the image), and a list of arguments (Name, Type, In/Out, and Position). A wrapper procedure is created in a separate package. A field is provided to input a package name. You can also overwrite a specified wrapper package, if one exists.