nerdexam
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)
  • B
    82% (27)
  • C
    6% (2)
  • D
    3% (1)
  • E
    9% (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.

Full 1Z0-151 Practice