In Oracle Apps Framework the formValue bean is used to add value that will be submitted with a form, but the key point to mention is that value is not displayed to the user.
To make the formValue bean get a value the formValue’s ViewName and ViewAttribute has to be mapped to a View Object and as soon as that View Object is executed the formValue get’s the value of the mapped attribute.
Corresponding web bean: OAFormValueBean
Import Path: import oracle.apps.fnd.framework.webui.beans.form.OAFormValueBean;