The messageTextInput in Oracle Application Framework provides an item which acts as a text box so that a user can enter the values into it and can save the same once the entered values passes the BC4J validation if any. It is a combination of the textInput and inlineMessage controls.
You can also write a prompt for the text box to specify the purpose of the text box in the label field provided by the Oracle Apps Framework.
Corresponding web bean: OAMessageTextInputBean
Import Path: import oracle.apps.fnd.framework.webui.beans.message.OAMessageTextInputBean;