EBS Customizations (MOSC)

MOSC Banner

Defaulting context value in DFF while opening a page

Hi All,

We have a requirement to default context value in standard quoting page while opening create quote page.

I did controller extension to default the value but it is not working, Below is the code in controller.

        OADescriptiveFlexBean  otb= (OADescriptiveFlexBean)webBean.findChildRecursive("QotHdrFlex");

        otb.setFlexContext(pageContext,"Non Instrument");   

       otb.setContextListRendered(true);

        otb.processFlex(pageContext);

Please help me to resolve this.

Thanks,

Ravi Kumar

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