• Skip to main content

Tech Honey

The #1 Website for Oracle PL/SQL, OA Framework and HTML

  • Home
  • HTML
    • Tags in HTML
    • HTML Attributes
  • OA Framework
    • Item in OAF
    • Regions in OAF
    • General OAF Topics
  • Oracle
    • statement
    • function
    • clause
    • plsql
    • sql

Form Value in OA Framework

October 27, 2012 by techhoneyadmin

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;

Filed Under: Items Tagged With: Form Value in OA Framework, Form Value in OAF, OA Framework Form Value, OAF Form Value, OAFormValueBean, What is Form Value in OAF

Image Item in OA Framework

October 27, 2012 by techhoneyadmin

Suppose you want to show an image on to an Oracle Application Framework page then you have to use the Oracle Apps Framework provided Image bean. This bean has to be mapped to an image so that the image can be displayed to once the OAF page is rendered.

For example when we see an update column in a table, that column uses image bean to display the image of update icon.

Corresponding web bean: OAImageBean

Import Path: import oracle.apps.fnd.framework.webui.beans.OAImageBean;

Filed Under: Items Tagged With: Image Item in OA Framework, Image Item in OAF, OA Framework Image Item, OAF Image Item, OAImageBean, What is Image Item in OAF

Link Item In OA Framework

October 27, 2012 by techhoneyadmin

The Oracle Application Framework provides the Link bean so that you can redirect the control to any other page once the Link bean has been clicked. The link bean item style creates an HTML link tag which can then be redirected to some other page as required.

To open a new browser on the click of the link bean from an OAF page you just need to make the target property of the link bean to _blank.

Corresponding web bean: OALinkBean

Import Path: import oracle.apps.fnd.framework.webui.beans.nav.OALinkBean;

Filed Under: Items Tagged With: Link Item in OA Framework, Link Item in OAF, OA Framework Link Item, OAF Link Item, OALinkBean, What is Link Item in OAF

Message Choice Bean in OA Framework

October 27, 2012 by techhoneyadmin

In order to make a drop down box in any Oracle Application Framework page the messageChoice bean is used. The messageChoice bean gives the user the functionality to select a value from the drop down list in an Oracle Apps page. People often get confused between the MessageChoice and the List Of Values (LOV), whereas there are huge differences between both.

Value of the dropdown list of MessageChoice bean comes from the BC4J object.

Corresponding web bean: OAMessageChoiceBean

Import path: import oracle.apps.fnd.framework.webui.beans.message.OAMessageChoiceBean;

Filed Under: Items Tagged With: Message Choice in OA Framework, Message Choice in OAF, OA Framework Message Choice, OAF Message Choice, OAMessageChoiceBean, What is Message Choice in OAF

Message Download Bean in OA Framework

October 27, 2012 by techhoneyadmin

The MessageDownload bean is a very special one in Oracle Apps Framework. It’s special because it allows the user to download a file from the middle tier to the client’s machine directly from the OAF page.

Corresponding web bean: OAMessageDownloadBean

Import Path: import oracle.apps.fnd.framework.webui.beans.message.OAMessageDownloadBean;

Filed Under: Items Tagged With: Message Download Bean in OA Framework, Message Download Bean in OAF, OA Framework Message Download Bean, OAF Message Download Bean, OAMessageDownloadBean, What is Message Download Bean in OAF

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 63
  • Page 64
  • Page 65
  • Page 66
  • Page 67
  • Interim pages omitted …
  • Page 76
  • Go to Next Page »

Copyright © 2025 · Parallax Pro on Genesis Framework · WordPress · Log in