EBS Customizations (MOSC)

MOSC Banner

EAM-> WORKORDER -> CREATE WORK ORDER OAF DFF field read only

edited Jan 13, 2016 6:07AM in EBS Customizations (MOSC) 3 commentsAnswered

Below Bold marked code from OAF page. [EAM-> WORKORDER -> CREATE WORK ORDER]

See line originatorBean.setReadOnly(true); is used to make 1st DFF readonly.

->  It is making it readonly however not updating value in ATTRIBUTE1 of the table. Again when retrieving the work order the value not seen updated at DFF.

-> when I do not use originatorBean.setReadOnly(true) then it is displaying and updating when standard seeded code getting called.

----------

package xxbg.oracle.apps.eam.workorder.webui;

import java.sql.SQLException;

import java.sql.Types;

public class XXBGCreateUpdateWOCO extends CreateUpdateWOCO

{

public void processRequest(OAPageContext pageContext, OAWebBean webBean) {

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center