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?
Show answer and explanation
Correct answer: A
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.





