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.

It’s a little bit of work, but still it’s a nice feature.

– Daan

15 thoughts on “Navigating from Oracle BI 11g to Oracle eBS R12

  1. Hi Daan,

    I was able to create the Action Link in the column properties and the link opened in a tab(EBS). The real requirement is to fetch the Invoices from EBS. Please advice.

    Thanks,
    SP

    Like

  2. Hi Daan,

    Many thanks for your help. We have fix our issue to connect to EBS from BI.

    However, I am facing a new issue because we need to connect directly from BI to “submit: Request” Function. That means we need to go directly to EBS-FORM Run concurrent request.

    Do you have any idea how to run it?

    Many thanks in advance.

    Alejandro.-

    Like

  3. HI,

    I am wondering if anyone knows how to:
    I – the Application Role must have privileges to execute direct database requests against the Oracle eBS Connection Pool.

    Thanks in advance.

    Like

    1. Hi Alejandro,

      This is a long time ago.

      You should check the privileges, via the web; Administration, Security, Manage Privileges, Admin: General, Issue SQL Directly.

      Next to that you can double-check the permissions on the General tab of the Connection Pool via the Administration Tool.

      Hope this helps.

      Daan

      Like

  4. Hello Daan,

    Have you ever get this kind of FRM-47023 FRM-40105 FRM-47024? When you try to pass the parameters from the action link to the oracl ebs form ?

    I did the SSO integration and i dont have problems.

    Kinds Regards,
    Cesar Advincula

    Like

  5. Hi Arthur,

    I haven’t tried the same in an Oracle eBS 11.5.8 environment. As far as navigating from Oracle eBS 11.5.8 to Oracle BI, there is some Oracle eBS patching involved. I am not sure whether the same applies from Oracle BI back to Oracle eBS 11.5.8. Apart from the patching, I don’t see any reason why it wouldn’t work.

    – Daan

    Like

  6. Hi Dan,

    I checked the doc 1457278.1 . I entered the ebusinesssuite tag after accounts tag. However there are two ActionframeworkConfig,xml . Should i make changes in both the files ? Do we need to restart any OBI services after making the changes ?

    ActionframeworkConfig.xml path :
    a) ORACLE_MIDDLEWARE_HOME/Oracle_BI1/bifoundation/admin/domainconfig
    b)ORACLE_MIDDLEWARE_HOME/user_projects/domains/bifoundation_domain/config/fmwconfig/biinstances/coreapplication

    I am on OBIEE 11.1.15 version.

    Regards,
    Sandeep

    Like

    1. Hi Sandeep,

      After you have modified the ActionframeworkConfig.xml file in ORACLE_MIDDLEWARE_HOME/user_projects/domains/bifoundation_domain/config/fmwconfig/biinstances/coreapplication, you have to restart the Managed Server in Weblogic that is hosting your Oracle BI EE environment.

      Good Luck,

      – Daan

      Like

  7. I followed all the steps but still ‘Navigate to E business Suite’ link does not appear in OBIEE 11G. SSO is configured and i am able to login through EBS to OBIEE and users have access to execute direct database request. Is there any other configuration that needs to be done.

    Like

Leave a Reply to Sharon Paul Cancel reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.