How to create LOV in Oracle forms?
Answer Posted / pranita kochar
In the ‘Object Navigator’ window, select the LOVs object known as "List of values."
Then click on the green ‘+’ (Create) icon. In the ‘New List Of Value’ window, leave the default radio button which is: ‘Use the LOV Wizard’ and the click ‘OK.’
LOVs get their data from Record Groups, which may be populated using SQL queries, or by entering a static list of values. In the LOV Wizard window, use the default to base your LOV on a new Record Group; and then click ‘Next.’
In the ‘SQL Query Statement’ box, write a ‘SQL’ statement to query customers name and their ID. Then click ‘Next.’
(SQL Query Statement)
| Is This Answer Correct ? | 15 Yes | 8 No |
Post New Answer View All Answers
what is oracle forms?
Can any one send me oracle form and reports tutorials from which i may get help.contact me on my mail cse_kashif@hotmail.com.
Name the different triggers associated with oracle forms having a master-detail relationship.
Explain how one can iterate through items and records in a specified block?
Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?
a text item is there what r the different types of triggers associated with it
What do you understand by oracle forms?
in after report trigger if you don't write Srw.user_exit(Fnd_user exit) what it will do it will stop report execution or it will just not free the memory
In workflow how can we send a notification to the Supplier giving the Corresponding report Details.
what is a package n what r the packages availbla in report
did u received a single file or multiple files
suppose u have been seven tables based on that u have to create a report u don't have access to db. then how do u find the relation between tables
What do you understand by oracle forms and why are they required?
What is an oracle report? List its various types.
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed