Multiple choice technology programming languages Which built-in causes an LOV to display for a text item that has one defined? WHEN-NEW-ITEM-INSTANCE WHEN-NEW-LOV GO_ITEM SHOW_LOV Reveal answer Fill a bubble to check yourself D Correct answer Explanation In Oracle Forms, the SHOW_LOV built-in function is used to programmatically display a List of Values (LOV) associated with a text item. The other options are triggers or navigation built-ins.