• Skip to primary navigation
  • 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

Items

Form Paramter in OA Framework

October 27, 2012 by techhoneyadmin

In Oracle Apps Framework the formParameter item style provides the functionality to act as a placeholder for submission parameters. Suppose you want a user to fill his credit card details and then you want to call a payment gateway by passing his credit card information, then you will use the formParameter bean to hold the values of the credit card filled by the user in the OAF page.

Oracle Application Framework also provides the formValue bean for holding the values, but there are differences between formParameter and formValue beans of OAF, these are listed below.

1. formParameter won’t support a “value” attribute. Instead, the value is set only at form submission time.
2. A formParameter with a particular name can be added N number of times to a form without ill effects; only one instance will appear. This is noticeably different from the formValue, where reuse will cause the same value to appear multiple times in the form submission.

Corresponding web bean: OAFormParameterBean

ImportPath: import oracle.apps.fnd.framework.webui.beans.form.OAFormParameterBean;

Filed Under: Items Tagged With: Form Parameter in OA Framework, Form Parameter in OAF, OA Framework Form Parameter, OAF Form Parameter, OAFormParameterBean, What is Form Parameter in OAF

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

  • « Go to Previous Page
  • Page 1
  • Page 2
  • Page 3
  • Page 4
  • Page 5
  • Interim pages omitted …
  • Page 8
  • Go to Next Page »

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