Configuring Oracle EBS

To integrate CloudIO within Oracle EBS UI at application level:

You will be changing the property at an application level to specify the Oracle integration.

  1. Setup Profile: Define a profile XXRA_HOME_PAGE_URL as shown. Profile access should be set at site level.

2. Setup profile Value: Set the CloudIO application base URL as a site level profile value for the defined profile. E.g.: https://apps.cloudio.io or http://internal.cloudio.io:8080

3. OA_HTML Setup: Copy the provided ra.jsp & raframe.jsp files to $OA_HTML on all the Oracle EBS application middle-tier.

Compile using the following code:

cd $OA_HTML
$FND_TOP/patch/115/bin/ojspCompile.pl --compile -s 'ra.jsp' --flush
$FND_TOP/patch/115/bin/ojspCompile.pl --compile -s 'raframe.jsp' --
Flush

4. Menu Setup: CloudIO applications can be accessed through the Oracle EBS menu function. To navigate to a screen on the CloudIO application without having you to re-login, click Standard Oracle EBS Menu function.

5. Form Function: Define a form function of type “SSWA jsp function” with an HTML call value based on the target page type.

List of page type and their corresponding HTML call value:

Page type

HTML call value

GWT

ra.jsp?raparam=$p$dashboard&client=GWT

Angular

ra.jsp?raparam=/app/dashboard&client=ANG

IO(React)

ra.jsp?raparam=/app/dashboard&client=IO

  • Add the functions defined above to the required menu as shown below:

6. Tools Menu/Icon Setup (Forms Personalization): To navigate to a specific transaction from an Oracle EBS form to a CloudIO screen using the Tools menu, you can use Forms Personalization.

This option is used to define a menu and create the Launch a Function action as shown below:

Last updated

Was this helpful?