Wednesday, December 28, 2011

How to Create OAF Page

Create OAF Hellow Page Screen Shots:            

























Browse DBC FIle..









select * from fnd_responsibility find responsibility_key.

                              

select * from fnd_application where application_short_name like 'FND%'


                     











                                               

                                          










And also specify winow Title:Hellow
Title:HelloPage



                                               






Specify: id:HelloName
Maximum Length:50





Id: MassageLayout





AttributeSet: /oracle/apps/fnd/attributesets/Buttons/Go





                                               

                                                  


Prompt:Employee Name










public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
{
  super.processFormRequest(pageContext, webBean);
  if (pageContext.getParameter("Go") != null)
  {
    String userContent = pageContext.getParameter("HelloName");
        String message = "Hello, " + userContent + "!";
    throw new OAException(message, OAException.INFORMATION);
  }
}



                                                 




                                                                       







2 comments:

  1. I really appreciate information shared above. It’s of great help. If someone want to learn Online (Virtual) instructor lead live training in ORACLE ACCESS FRAMEWORK, kindly contact us http://www.maxmunus.com/contact
    MaxMunus Offer World Class Virtual Instructor led training on ORACLE ACCESS FRAMEWORK We have industry expert trainer. We provide Training Material and Software Support. MaxMunus has successfully conducted 100000+ trainings in India, USA, UK, Australlia, Switzerland, Qatar, Saudi Arabia, Bangladesh, Bahrain and UAE etc.
    For Demo Contact us.
    Saurabh Srivastava
    MaxMunus
    E-mail: saurabh@maxmunus.com
    Skype id: saurabhmaxmunus
    Ph:+91 8553576305 / 080 - 41103383
    http://www.maxmunus.com/


    ReplyDelete