-
On the Oracle Portal Home page, click
on the shortcut bar.
-
Click the Applications tab
in the Oracle Portal Navigator.
The Name
column of the Navigator displays the names of all applications in
which you have privileges to build components.
-
Click the name of the application in which you want to build the LOV.
-
Click Create, then
List of Values. The Lists
of Values page displays.
-
Click Static List of Values.
-
In the Owner list, chose the
application that will own the finished List of Values.
Note: The list displays only
applications in which you have Edit or higher access privileges.
-
In the Name field, enter a
name for the LOV. Choose a name that describes the LOV's function;
for example, DEPTNO_LOV.
-
In the Default Format list,
choose a default display format for the LOV, for example a check box
or radio group. Developers can change this format when building the
component's customization form.
-
In the Show Null Value list,
choose whether to display null values in the LOV.
-
In the Display Value column,
type each value you want to include in the LOV. End users of the LOV
will be able to select from this list.
-
For each Display Value you
specify, type a Return Value.
This value is passed as an argument to the component. The Return
Value can be the same as the Display
Value.
-
In the Display Order column,
enter numbers beginning with 1 to set the order that values appear in
the LOV. For example, enter 1 for the first display value you want to
appear at the top of the list, 2 for the second value, and so forth.
Hint: You can skip numbers.
For example, entering 2, 4, 8, 6 in the Display
Order column produces the same LOV order as 1, 2, 4, 3. If
you don't choose a Display Order,
Display Values appear in the LOV in the order they are entered in
this wizard step.
-
Click OK to create the List
of Values.
-
(Optional) To test the LOV, click Run.