Saturday, January 12, 2013

[OBIEE11g] Navigating from Oracle BI 11g to Oracle eBS R12


One of the interesting features of Oracle BI 11g is the Action Framework. This feature makes it possible to e.g. navigate from Oracle BI 11g to Oracle eBS R12. When you have a look at the different Oracle BI(A) presentations from Oracle you will see a slide regarding Action Links ‘Insight to Action’.
It looks like this is standard Out-of-the-Box functionality. This is partly true. You should have at least the Oracle BI 11g & Oracle eBS R12 integration in place. Next to that there is some additional configuration / implementation required.
Oracle BI configuration
  • Enable Action Link to Oracle eBS (ActionFrameworkConfig.xml)
Navigate to the following location
ORACLE_MIDDLEWARE_HOME/user_projects/domains/bifoundation_domain/config/fmwconfig/biinstances/coreapplication
Edit the ActionFrameworkConfig.xml
After you have modified the ActionframeworkConfig.xml file, you have to restart the Managed Server in Weblogic that is hosting your Oracle BI EE environment.
  • Oracle BI Connection Pool
Edit / Add a Connection Pool entry in the Oracle BI Administration Pool. This Connection Pool will be used to connect to Oracle BI Applications
Note  
I – the Application Role must have privileges to execute direct database requests against the Oracle eBS Connection Pool.
II –  for the Application Role (responsibility) to successfully invoke a Navigate to E-Business Suite action, the target Oracle eBS function must be accessible from the user’s current Oracle eBS Context.
Identify Oracle eBS Form Parameter
If you want to navigate to a query the form you are navigating to, you should identify the Oracle eBS Form Parameter. This can be achieved by the following steps.
1. Log into Oracle eBS and select the Form you want to navigate to
2. Identify the name of the Form and the Function which calls this Form
Navigate to the Forms Personalization Screen via Help, Diagnostics, Custom Code, Personalize
  • Forms
  • Function
We will use the name of the Form to identify the possible parameters of this Form. In this case;  APXINWKB. The Function Code will be used later on when creating the actual Action Link.
You can download the related .fmb-file from the Oracle eBS Application Server in the following location; $AU_TOP/forms/NL. The ‘NL’-part refers to the language.
When you open the .fmb-file in Oracle Forms, you should be able to locate the parameters
Action Link
Now everything is in place to create the actual Action Link.
  • Create Action Link
Create the Action Link via New, Action, Navigate to E-Business Suite 
  • Edit Action Link
Now we must edit the specific Action Link details
This consists of;
  • The Function Code (AP_APXINWKB_SUMMARY_VIEW)
  • The Oracle BI Connection Pool (Oracle EBS OLTP Connection Pool – Action Framework)
  • Parameter(s) –> INVOICE_ID
With this Action Link it is possible to call this link directly end fill in the Invoice Id yourself.
Another option is to make the Action Link part of an Oracle BI Answers Request.
  • Edit Oracle BI Answers Request
Select and edit a column in an Oracle BI Answers Request. Navigate to the Interaction Tab. Here we can add / edit an (existing) Action Link.
I have chosen to use a Invoice Number with an Action Link which uses a hidden (Invoice Id) column to navigate to Oracle eBS. This way I do not have to show the Invoice Id in the Oracle BI Answers Request. Still I can use the Invoice Id as a parameter in the Oracle eBS Form.