| Oracle Help for the Web | Contents | Index | Search | View Topic |
| Field Descriptions | Related
Help Topics | Additional Information
| Locating this Page |
Use this page to specify arguments that will be passed to a procedure or function when you execute it.
If you are executing a procedure, it could display an OracleAS Portal database portlet (for example, SCOTT.EXAMPLE_FORM.SHOW) or perform some other task (for example: SCOTT.GIVE_RAISE). If the procedure, displays an OracleAS Portal database portlet, you will see three arguments defined for the procedure:
See the notes below for an explanation of these arguments.
If the procedure performs a task other than displaying an OracleAS Portal database portlet, the Argument text boxes on this page contain any arguments defined for the procedure. You can click the data type icon next to an argument to obtain additional information about it.
| Field | Description |
|---|---|
| Execute | Click to execute the procedure or function with the arguments you specified on this page. |
| Reset | Click to clear all fields on this page. |
| Argument data type icon | Displays the argument's datatype. Click the icon to view more information about the argument. |
| Argument text boxes | Type any argument you want to pass to the function. |
For example, when executing the SCOTT.EXAMPLE_FORM.SHOW procedure, which
displays a form based on the SCOTT.EMP table, you could type
NAME in P_ARG_NAMES, and CLARK in P_ARG_VALUES.
NAME as an argument that corresponding to an entry field on the form. The
form that displays would contain CLARK as a default value in the NAME entry
field.
Or you could specify DEPTNO:JOB in P_ARG_NAMES,
and 10:MANAGER in P_ARG_VALUES to display the
following form. Note that manager and Accounting (10) are selected in this
form by default.

To locate this page in OracleAS Portal:
Copyright © 2005, Oracle. All rights reserved.