Link between Oracle APEX and Oracle Applications

1.1k views Asked by At

Is there any link between Oracle Applications Users and Oracle APEX? Why we need this link between them is we want to provide set of Application Users to access some Reports in Oracle APEX what we have created.

Instead of creating users separately and assigning to the Workspace, Is there any way to use application users login to apex environment ?

Regards, Bharat

1

There are 1 answers

0
Pete Mahon On

You don't need to use SSO for EBS versions 11i and above.

Oracle Support Document 1306563.1 gives a complete solution on how to integrate the two for R12.1. If you are using 11i, see this whitepaper by Rod West.

Your EBS users do not need to be created in APEX , merely authenticated and authorised.

Once you have set up your integration, your APEX environment is referenced in an FND Profile Option and your SSWA JSP menu functions point to a JSP file, which takes parameters for application, page etc.

You can customise the JSP to suit your integration needs.