In Oracle Apps Framework the messageLovInput item style is a combination of the lovInput and inlineMessage controls.
Note: messageLovInput can have two or more lovMaps created under it, and each of those lovMaps can have the Criteria Item property set. However if you set the Criteria Item property on more than one lovMap, at runtime when the user invokes an LOV, selects a value from the LOV, and then re-invokes it, both the entered criteria are used. In this case, deleting the value from the search item will not enable the user to query all records from the LOV table’s view objects.
Corresponding web bean: OAMessageLovInputBean
Import Path: import oracle.apps.fnd.framework.webui.beans.message.OAMessageLovInputBean;