How to Launch ADF application from the EBS Home Page in R12.1.3

This is for Release 12.1.3 and up only.

Regardless of how or if an Oracle ADF 11g application integrates with Oracle E-Business Suite data on the back end, launching an Oracle ADF 11g application from the OA Framework home page in Oracle E-Business Suite is simple with the addition of new features in Oracle E-Business Suite Applications Technology Release 12.1.3., including Oracle Application Framework and Oracle Application Object Library.

Note that this mechanism is only for launching ADF; it does not provide session management or other features that would allow a user to navigate back to the Oracle E-Business Suite UI from the ADF UI.

  1. The ADF application must be located on a separate application tier server machine from the Oracle E-Business Suite application server
  2. The ADF application is deployed using Oracle WebLogic Server 11g or another appropriate application server.
  3. In the Oracle E-Business Suite, set the value of the FND_EXTERNAL_ADF_URL profile option to the context root of the URL for the application, such as http://www.myhost.com:7001/my-context-root. The profile option may be set at whatever level is appropriate (site, responsibility, and so on).
  4. Create a new Oracle E-Business Suite function using the ADFX function type. Set the HTML Call as: GWY.jsp?targetPage=faces/ For example: GWY.jsp?targetPage=faces/MyADFShoppingAppDashboard
  5. Incorporate the new function into Oracle E-Business Suite function security by adding it onto a menu and creating appropriate roles, responsibilities, and grants.
  6. Select the new link from the Oracle E-Business Suite home page to go to the ADF application.
  7. You may also call your function from within OA Framework pages the same way you call other registered functions.

More reference can be viewed from below support link:

FAQ for Integration of Oracle E-Business Suite and Oracle Application Development Framework (ADF) Applications (Doc ID 1296491.1)

2 thoughts on “How to Launch ADF application from the EBS Home Page in R12.1.3

  1. Nazeema

    Nice post, I am working on ADF 12.2.1, I have same requirement, i have a login.html page for adf security, I need to skip login page while navigating from EBS screen,

    Like

    Reply

Leave a comment