Oracle
1Z0-151 · Question #68
An LOV must be displayed several times in your form; therefore, good performance when displaying LOV is essential. In a When-New-Form-instance trigger, you want to save the ID of the LOV in a global…
The correct answer is B. FIND_LOV. Referencing Objects by Internal ID Finding the object ID: lov_id := FIND_LOV('my_lov')
Working with LOVs and Editors
Question
An LOV must be displayed several times in your form; therefore, good performance when displaying LOV is essential. In a When-New-Form-instance trigger, you want to save the ID of the LOV in a global variable so that you can use it in any code to display the LOV. Which built-in would you use to get the ID of the LOV?
Options
- ASHOW_LOV
- BFIND_LOV
- CGET_ITEM_PROPERTY
- DGET_LOV_PROPERTY
- EGET_APPLICATION_PROPERTY
How the community answered
(33 responses)- B82% (27)
- C6% (2)
- D3% (1)
- E9% (3)
Explanation
Referencing Objects by Internal ID Finding the object ID: lov_id := FIND_LOV('my_lov')
Topics
#FIND_LOV#LOV ID#LOV built-ins#performance optimization
Community Discussion
No community discussion yet for this question.