The Oracle Application Framework creates a messageLovChoice item style as a hybrid between a messageLovInput and a messageChoice. The messageLOVChoice bean appears as a torch icon on the OAF page on the right side of a messageChoice.
Once the torch is clicked a new region will be opened, this region is called as the LOV region in Oracle Application Framework terms, the LOV region will allow the user to search and select a value from the available ones. Once the value is selected the region will close automatically, the control will return back to the base OAF page and the choice box will display the value selected from the LOV region.
Corresponding web bean: OAMessageLovChoiceBean
Import Path: import oracle.apps.fnd.framework.webui.beans.message.OAMessageLovChoiceBean;