How to create LOV in Oracle forms? - oracle

How 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.
Which sql command to be used to get a print out from oracle?
Sql command to print out from oracle - PRINT: ...
What is sql*loader parameters and where do we use it? - oracle
sql*loader parameters - SQL Loader is used for the following: • Load data across a network. • Load data from multiple data files during a single load session...
Report output in excel sheet in oracle applications - oracle
Report output in excel sheet in oracle applications - It is a two step process: 1. Export Oracle Report to text file...
Post your comment