When users enter address information, you want them to be able to select the state from a static
list of values. You have not used a list of states before, and there is no database table that
contains state information.
What is the first step in creating such a list of values as quickly as possible?
A.
invoke the LOV wizard.
B.
Create a new record group that is based on a SQL query.
C.
Create a new static record group.
D.
Create a list iteminstead; a list of values is not appropriate for a static list.
Explanation:
ow to create LOV in Oracle forms?
List of Values(LOV) are used either when a selected list is too long and hence would not be
appropriate for a drop down, but needs a search form to select the value.
Steps to create LOV functionality:
* Click on the LOV icon in the object navigator and choose a manual/automatic wizard. This will
create a record group.
* Open a search form in the Dialog Page
* Select values inside this form.
* Return selected values to the original page.
C is the correct answer.