Thursday, July 13, 2017

Calling One Page to Another Page in OAF

Calling One Page to Another Page

PageContext.setForwordURL('

//1.Path
//2.Function
//3.Keep_Menu_Context
//4.HOME_PAGE or NULL
//5. Passing Param Values from Source to Destination using Hash map
//6. Retain AM - Set the Values Retain when came back to Home page
//7. Add Bread Crumb - URL Keep in Memory
//8. OAException.Error or OAWebBeanConstants.IGNORE_MESSAGES


      pageContext.setForwardURL("OA.jsp?page=/xxcust/oracle/apps/po/req/webui/createinvoicePG"
                               ,null
                               ,OAWebBeanConstants.KEEP_MENU_CONTEXT
                               ,null
                               ,null
                               ,false
                               ,OAWebBeanConstants.ADD_BREAD_CRUMB_YES,
                               OAWebBeanConstants.IGNORE_MESSAGES);

No comments:

Post a Comment