In Oracle Apps Framework the messageFileUpload item style is created as a combination of the fileUpload and inlineMessage controls. The fileUpload control adds a widget that can be used to upload a file right from the Oracle Application Framework page. Any OAF page that contains this control must have attribute “usesUpload” set to true.
Corresponding web bean: OAMessageFileUploadBean
Import Path: import oracle.apps.fnd.framework.webui.beans.message.OAMessageFileUploadBean;