EBS Integration

Hi everyone,
I have a requirement where i have to pass some HRMS related data from Oracle EBS R12 to a java application.I have planned to carry out this task using BPEL and IREP in EBS.But i am not sure how to carry out this integration.Please anyone let me know or suggest how to proceed with this task??
Also please let me know if there are any end to end tutorials available for the same.

you can create webservice proxy for the BPEL wsdl file and call it from java application
steps in jdev
1. Create Application and project
2. Right click on project --> New --> Business Tier --> Web Serivces --> Java Web service from wsdl
3. in the wizard
Step 1: -enter your wsdl document url
Step 2: select the service you want to call
other steps are self explanatory.
then finish.
4. Now you can import the generated class into your java application to call the web service.
--Prasanna                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • SOLUTION: Implementing Operating Unit Org Security Without EBS Integration

    Hi all,
    Thank you for taking the time to review this post.
    Environment
    Oracle BI Applications 7.9.6 (Financial & Project Analytics)
    Oracle E-Business Suite 11.5.10
    Question
    I have implemented BI Applications and am using LDAP Authentication (OID/MSAD) to authenticate the BI Apps users. This is authenticating successfully. I also require to implement GROUP authorisation and OU_ORG security, however as I am not implementing the documented EBS integration (as per Metalink Note ID 555254.1) I am looking at a custom solution.
    To achieve this I have created a custom database table in the BAW that contains the USER, GROUP and OU_ORG information. Then I have created separate Initialization Blocks for the GROUP and OU_ORG security that are being triggered after the LDAP Authentication. These SQL queries are based on returning data to a row-wise initialization Variable. I am aligning the GROUP values to the OOTB Presentation Groups and am able to get that Initialization Block to work as anticipated - the User only has the privileges to see Dashboard and Application links as I have configured in the Web Catalog.
    However, they can see all data across all orgs. The OU_ORG security is returning the correct org_ids into the row-wise variable, but I appear to be missing how OBIEE utilises this for data security.
    If you are able to assist with a possible solution, that would be greatly appreciated. Also, if it relates to a change at the Dashboard, Answers or RPD level, if you were able to include where specifically in these components that would also be very beneficial.
    Many thanks,
    Gary.

    Here is another approach with ‘external database authentication’ where the EBS database provides the user information.
    1. Create a table with the mapping of the EBS responsibilities and OBI Apps Groups
    Ex: Create a new table “xx_resp_group_mapping” which contains the mapping between the EBS responsibility and OBI Apps groups.
    Essentially, a one-time mapping of the BI apps groups needs to be done with the EBS groups so that the corresponding default access of these BI Apps groups can be passed on to the custom groups
    2. Modify the authentication initialization block to validate the user against EBS
    3. Modify the authorization initialization block to fetch the respective OBI Apps groups using the EBS user and the mapping table created in point 1
    4. Enable the standard OU based security initialization block.
    5. Add all the OBI Apps groups under the Operating Unity Security Group
    6. Modify the permissions in the Operating Unity Security Group to put a filter on the Sales Org OU. Other filters on fact tables are not modified.
    7. By default OBI Apps applies data level filters on fact tables. If dimension tables need explicit data level security it would need customization.
    8. Any users who are not in EBS but need exclusive access only to BI Apps data can be granted exclusive access by adding those users directly in the OBI repository. They would directly be validated against the OBI server.
    However, this approach is not suitable if the number of users are high in numbers.

  • OBIA 7.9.5 EBS Integration Not Logged On nQSError 43001 Authentication Fail

    Hi,
    I'm attempting to get Oracle Business Intelligence Applications 7.9.5 / OBIEE 10.1.3.3.2 integrated into the eBusiness Suite 11.5.10.2 per Metalink Note 552735.1. At the moment not an action link, just menu option to SA Administrator.
    I've run into and worked around a number of problems with the Initialization block variables setup in OracleBIAnalyticsApps.rpd and now no longer get errors in the NQServer.log after disabling Initialization Blocks for Siebel/Peoplesoft and disabling 2 EBS specific Init blocks that were erroring; 'Inventory Organizations' and 'Ledgers' I'll fix those later.
    However, now I get an error in the sawlog0.log file as follows:
    File: project/webodbcaccess/odbcconnectionimpl.cpp Line: 371
    Properties: ConnId-6,6;ThreadID-1145072560
    Location:
    saw.odbc.connection.open
    saw.connectionPool.getConnection
    saw.threadPool
    saw.threads
    Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. NQODBC [SQL_STATE: 08004|http://forums.oracle.com/forums/] [nQSError: 10018|http://forums.oracle.com/forums/] Access for the requested connection is refused.
    [nQSError: 43001|http://forums.oracle.com/forums/] Authentication failed for in repository Star: invalid user/password. (08004)
    Type: Error
    Severity: 42
    Time: Wed Dec 3 07:13:16 2008
    File: project/webconnect/connection.cpp Line: 276
    Properties: ThreadID-1145072560
    Location:
    saw.connectionPool.getConnection
    saw.threadPool
    saw.threads
    Authentication Failure.
    Odbc driver returned an error (SQLDriverConnectW).
    Can anyone point me in the right direction here?
    Thanks,
    Gareth

    The strange thing is both Gareth and I have configured OBIA/OBIEE on a Linux server and local authentication works fine. Once we enable external EBS authentication, we get the error listed above.
    Does anyone who has done the OBIA EBS integration with OBIEE running on Linux have an example of the odbc.ini file. It appears that even though we have reconfigured OracleBIAnalyticsApps.rpd to use OCI everywhere, that there is still some hard coded ODBC references for external authentication.
    We are configuring instanceconfig.xml as directed:
    Integrating Oracle Business Intelligence Applications with Oracle E-Business Suite
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=552735.1
    Configuring InstanceConfig.xml for External Authentication
    1. Modify the instanceconfig.xml file for the Oracle BI Presentation Services as shown below:
    <?xml version="1.0"?>
    <WebConfig>
    <ServerInstance>
    <CatalogPath>c:\temp\default</CatalogPath>
    <DSN>AnalyticsWeb</DSN>
    <Auth>
    <ExternalLogon enabled="true">
    <ParamList>
    <Param name="NQ_SESSION.ICX_SESSION_COOKIE"
    source="cookie"
    nameInSource="EBSAppsDatabaseSID"/>
    <Param name="NQ_SESSION.ACF"
    source="url"
    nameInSource="ACF"/>
    </ParamList>
    </ExternalLogon>
    </Auth>
    <!-- Other settings here. -->
    </ServerInstance>
    </WebConfig>
    2. The nameInSource for the cookie should be the same as the Oracle E-Business Suite application database SID name. To verify the name of the cookie, using Firefox, check the name of the cookie created under the us.oracle.com domain (or the domain where your Oracle E-Business Suite Application server is running). Please note that the cookie name is case sensitive.

  • UCM - EBS integration

    Hi,
    We are integrating the UCM with EBS and all the setup and configuration has been completed for Managed Attachments solution. Now we are testing the functionality.
    But, the ZOOM menu is not opening when we click on ZOOM icon in People Form of Human Resources Module. It is not even displaying any error.
    Could anybody help me what else to be done to open Zoom menu
    Thanks
    Sravan

    Hi,
    This perticular issue of opening the zoom menu got resolved, by inserting the following row in AXF_CONFIGS table...
    FORMID     FORMFUNCTION     SOLUTIONENDPOINT     ENTITYNAME     LOGENABLED     DATABLOCKNAME
    1     AXF_MANAGED_ATTACHMENTS     http://et_gx990-as5.emiratestransport.com:16000/axf-ws/AxfSolutionMediatorService     VIS     1     AXF_DEFAULT
    The form function should be "AXF_MANAGED_ATTACHMENTS", otherwise the zoom menu would not be opened.
    However, we are facing the other issue now, that the "Managed Attachments" screen is not opening when we click on zoom menu... If the AXF_SOAP_SECURITY is True I/PM is getting opened (I guess this is for "Imaging Solution") that too with some exception. And when the AXF_SOAP_SECURITY is FALSE then nothing is opening on clicking on zoom menu... I guess the "Managed Attachments" screen should be opened when we click on zoom menu.. but it is not opening...
    Starting a new thread for this particular issue... If you could help me with this... please...
    Edited by: sravan.kadaveru on Nov 26, 2011 6:08 AM

  • IPM EBS integration - zoom button is not opening window

    Hi,
    We have done the integration between EBS and IPM. It was working fine till the point we changed the IPM schema name.
    Initially we did the integration with IPM schema DEV_IPM and done all the changes it was working fine.
    For doing the UAT we created the schema UAT_IPM and done the new domain setup with IPM pointing to UAT_IPM. In standalone IPM is working fine. However since this point we are not able open the IPM window from Zoom button.
    What are the changes do we need to do in AXF tables after this? i am sure there should be some setting with AXF_properties table only. but not able to figure out WHAT ?????
    Please help.
    Regards,
    Vikrant Korde

    This got resolved.

  • Not able to start presentation services during EBS integration with OBI

    Hi All,
    I ran through an issue while trying to integrate OBIEE 11.1.1.5 with EBS R12. I followed the steps mentioned in the below link
    http://docs.oracle.com/cd/E14571_01/bi.1111/e16364/ebs_actions.htm
    I restarted all the services but i was routed to OBIEE login screen through EBS. Later on i made some changes in connection pool of the repository and started the services but now presentation services are not coming up. i tried restarting all the services from EM and opmnctl but to no avail. i went through sawlog5 and console~coreapplication_obips1~1.log file but not able to find any specific error. Below is the error description from both the files
    sawlog5.log : [2012-06-29T07:24:45.000+02:00] [OBIPS] [ERROR:16] [] [saw.dms.conext.unwrap] [ecid: 000001U8AG25Ahd5pf_AiY01402c000001,0:29] [tid: 4884] Failed to restore ctx from reference[[
    File:executioncontext.cpp
    Line:286
    Location:
    saw.dms.conext.unwrap
    saw.threadpool
    saw.threads
    ecid: 000001U8AG25Ahd5pf_AiY01402c000001,0:29
    ThreadID: 4884
    console~coreapplication_obips1~1.log : 12/06/29 08:08:29 Start process
    12/06/29 08:08:51 Start process
    12/06/29 08:19:41 Start process
    12/06/29 08:20:00 Start process
    12/06/29 09:09:53 Start process
    12/06/29 09:10:15 Start process
    i am relatively new to OBIEE 11g platform. Please let me know if i need to look in some other log files.
    Regards,
    Sandeep

    Hi,
    i did make changes to connection pool but those changes are inevitable. I pointed those connection pools to the new EBS database.
    @DPKA : i did make changes to instanceconfig. As a part of OBIEE integration with EBS, i changed instanceconfig.xml and started the services. I didn't bring down the services while making the changes. Did that have any impact on services.
    Regards,
    Sandeep

  • EBS Integration Approach - API call or Interface Tables

    Hi,
    I'm very new to EBS, but am looking from a data-centric perspective on which approach would be best suited for updating Service Contracts.
    We have at any one time a peak of 5000 records that would need to be matched against an IB identifier and then if that is matched correctly, proceed to update EBS.
    So my question is, given the medium level of volume and fact we're not doing "bulk loading" which would be the better approach? Seems to me the API call to extend the Service Contract would be best.
    Thanks for taking a look!

    Hi;
    All APIs are listed in Oracle Integration Repository
    http://irep.oracle.com/index.html
    API User Notes - HTML Format [ID 236937.1]
    R12.0.[3-4] : Oracle Install Base Api / Open Interface Setup Test [ID 427566.1]
    Oracle Trading Community Architecture API User Notes, June 2003 [ID 241320.1]
    Technical Uses of Customer Interface and TCA-API [ID 269121.1]
    Pelase also check below:
    Api's in EBS
    Re: Api's in EBS
    http://sairamgoudmalla.blogspot.com/2009/05/script-to-find-oracle-apis-for-any.html
    API
    Fixed Asset API
    List of API
    Re: List of APIs
    Oracle Common Application Components API Reference Guide
    download.oracle.com/docs/cd/B25284_01/current/acrobat/jta115api.pdf
    List of APIs and open interface R12
    Re: List of APIs and open interface R12
    Regard
    Helios

  • ADF EBS Integration - How to open the ADF page in new tab or window

    Hi,
        We are building ADF custom applications and want to integrate them with EBS R12 (12.1.3) through Responsibilities and Menus.
    We have achieved session sharing and launching the Custom ADF app from EBS menu. The problem is, the Custom ADF page opens in the same page.
    Is there anyway to open the ADF application in new tab or window while launching from EBS Menu ? 
    Highly appreciate your help on this.
    Thanks,
    Ananthakumar

    Bhaskar,
    Refer old threads by searching for "new window" / "_blank"
    - Senthil

  • Does EBS Integration Repository has API capability or Export facility?

    Now looking into the Integration repository in V12 from the perspective of application integration. Is is possible to interrogate the repository from an outside program using APIs? Or is the repository only meant to to be a browser within the Oracle Apps environment? It would be very useful to have the API capability so that the discovery, import and mapping activities to the V12 integration objects (interface tables, stored procedures, concurrent program,..) can be performed from an integration program.
    If the repository is only a browser and does not expose a queryable API, is there an export facility so that could be exported a whole set of interface metadata and import that into an external integration application?
    Edited by: Patty on Nov 9, 2008 5:39 AM
    Edited by: Patty on Nov 9, 2008 5:44 AM

    Hi Srini,
    Thanks for your attention to my question.
    As we know, Oracle Integration Repository provides a complete catalog of Oracle E-Business Suite's business service interfaces. One of our applications needs to integrate with Oracle E-Business Suite. That means we need to get all the business service interfaces through IRep. Is there are APIs can be called from integration applications, or IRep metadata can be exported, we can easily implement integration with Oracle E-Business Suite.
    Hopefully you can give me some suggestions or information. Thanks.

  • BI Apps 7.9.6 authentication method with EBS integration

    Hi all,
    since the default BI Apps documentation (meaning Security Guide, which deals mainly with Init Block setup for different security groups for EBS implementation) is not very clear about it, I just would like to assure - the only way, how to integrate BI Apps OBIEE environment with EBS int term of security (authentication/authorization) is via the method, described in Oracle® Fusion Intelligence For E-Business Suite - meaning through setup BI Pres Service to get cookie value from EBS session and populate NQ_SESSION.ICX_SESSION_COOKIE whic is then used in OBIEE Init Blocks to setup the context of EBS user and based on that context , initialize different session variables (even row-wise - for populating variables used in security filters - e.g. LEDGER) for logged EBS/OBIEE user , is that right ? There isn't any other method, how to authenticate EBS user in OBIEE - like using the similar way for BI Apps implementation with Siebel CRM (authenticate user via executing Init Block, assigned with Connection Pool, in which :USER,:PASSWORD variables are used to authenicate user againts Siebel OLTP db) ?
    Just to want to assure, that this is the only way, how to integrate BI Apps OBIEE environment into EBS from security point of view.
    Thanks very much in advance for your answers/opinion.
    Michal Zima

    I'm not using EBS R12.1.3 but I can give a suggestion, if possible try it once.
    Using current configuration (Informatica and DAC) run a data load sourcing from EBS R12.1.3.
    Let me know if you try this :)

  • Endeca-EBS integration( EAM module)

    Hi,
    We are trying to integrate EBS with Endeca. After following all the steps in the document ID:1497685.1 , we tried to login through EBS url. The reports came up for EAM module. But when we try to drill down on the hyperlink for a specific work-order in the work orders table it is redirecting to home page after asking the user to enter EBS credentials again! Also when we try to drill down based on specific Asset number, we are asked to provide EBS user credentials before the details of specific asset number shows up. Ideally speaking it should not ask the user to enter the login credentials for the second time. Could someone suggest a solution for this.
    Thanks,
    Anusha

    Anusha,
    This does sound like a security setup issue, which is why I started with the custom EBSMDEXSecurityManager. However, there are many other places to look. It sounds as if you're suggesting that you can see the EAM-Endeca pages just fine, but when you click on a link within an Endeca results table, instead of going to the WO detail page, it is redirecting you elsewhere. If you have admin Endeca privileges can you go to the "preferences" of the results table and see what the target page URL is for the WO link? Once we've identified the target page (and I believe some EBS Endeca Apps target an intermediate page for security verification purposes), can you ensure your EBS user has proper permissions to view that page? If memory serves, the EBS user might need to be associated to certain security "functions".
    Thanks,
    Dan

  • EBS Integration HTTP 404 error

    I have a function defined in EBS to call Apex. When I click on function in Menu in Oracle it gives me error The webpage cannot be found HTTP 404 error. I close down this window and after couple of clicks the Apex form opens up. It is very frustrating for users to click atlest 2-3 times before they get into Apex.
    Here is the function that I have in Oracle to call Apex.
    CREATE OR REPLACE PROCEDURE APPS.apex_launch (application IN NUMBER default 112
    , page IN NUMBER DEFAULT 1
    , request IN VARCHAR2 DEFAULT NULL
    , item_names IN VARCHAR2 DEFAULT NULL
    , item_values IN VARCHAR2 DEFAULT NULL)
    AS
    name_arr OWA.VC_ARR;
    value_arr OWA.VC_ARR;
    BEGIN
    dbms_output.put_line('Inputs '||application||' Page '||page);
    OWA_UTIL.mime_header('text/html', FALSE);
    OWA_COOKIE.send(name => 'APEX_APPS_'||application,
    value=>fnd_global.user_name||':'||
    apex_generate_hash(fnd_global.user_name),
    domain=>'.silganplastics.com',
    path=>'/',
    expires=>sysdate+1);
    OWA_UTIL.redirect_url('http://cfdsun111.silganplastics.com:8091/apex/f?p='||application||':'||page||'::YES');
    END apex_launch;
    Any help is appreciated.
    Thanks,
    Suman

    Integration with EBS has been discussed many times - pl use the search feature to find threads
    http://forums.oracle.com/forums/search.jspa?threadID=&q=EBS&objID=f137&dateRange=thisyear&userID=&numResults=15
    HTH
    Srini

  • Agile PLM EBS Integration

    Hello All,
    Is there any document available which speaks about E-Business Suite integration with Agile PLM.
    Thanks,
    Kannan B

    Hi again;
    You can also check below notes(and references) and see its helpful for your issue:
    Averify Guide for the Beginner Agile PLM Administrator [ID 828889.1]
    Agile e6.1 Certification Matrix (Supported Platforms) [ID 603116.1]
    Oracle Configurator White Papers [ID 434324.1]
    Also check Hussein Sawwan's greatest post about same topic
    New to Agile PLM
    Regard
    Helios

  • DRM - EBS 11.x integration

    Hello All,
    I need to integrate DRM with EBS 11.x.  The DRM to EBS integration currently available requires EBS R12.  What options are available for integrating EBS 11.x with DRM?  Can we use the EBS interface tables?  If this is an option, where can I find information / documentation regarding those tables & meta data & tress requirements?
    Thanks!

    Have a look at the below docs.
    http://docs.oracle.com/cd/E17236_01/epm.1112/drm_oracle_gl_integration.pdf
    http://docs.oracle.com/cd/E26401_01/doc.122/e48747/T450006T573609.htm
    Thanks,
    ~KKT~

  • OBIEE 11.1.1.3.0 integrated with Oracle EBS R12

    Hi,
    I have Oracle EBS Vision Instance v R12.1 installed on Redhat 5 and wanted to install OBIEE latest version. Can some please point to system architecture diagram as i am conflicted with installation. I do not have complete idea but writing here what i actually know.
    Oracle EBS R12 on Linux
    OBIEE V 11.X on Linux
    Now install prepackeged analystical function on windows machine and using BI tool deploy/use them with Oracle EBS.
    Please point me to a note which describes the components and what does it take to make up and running in conjuction with Oracle.
    Thanks in advance
    Prashant

    Please see these docs.
    Integrating Oracle Business Intelligence Applications with Oracle E-Business Suite [ID 555254.1]
    What documentation do I need to review when installing and configuring a OBI Apps 7.9.6.x environment with EBS? [ID 1221764.1]
    Master Note for OBIEE Integration issues with EBS, Siebel, SSO, Portal Server [ID 1248939.1]
    Oracle SSO E-Business Suite Applications Integration with Oracle Business Intelligence [ID 553423.1]
    Oracle EBS integration with OBIEE [ID 733137.1]
    Document for implementing security OBIEE Apps with EBS and Siebel CRM as sources [ID 756851.1]
    What Application must be chosen for Responsibility within EBS when integrating with OBIEE [ID 1246464.1]
    Also, search Steven Chan's Blog and you should get couple of hits -- http://blogs.oracle.com/stevenChan/
    Thanks,
    Hussein

Maybe you are looking for

  • Standalone workflow procedures

    Anyone have an elegant solution to the following: We're converting SQL scripts used to populate a data warehouse into autonomous transaction PL/SQL subprocedures to be called by simple workflow procedures. Several of the scripts are required to drop

  • How to configure something similar to optSoapShortcut in SOA Suite 11g

    Hi, We are migrating processes in BPEL 10g to composites in SOA Suite 11g (11.1.1.5). In one of these processes we are extracting the ws-addressing elements replyTo and MessageID from the SOAP header from the calling process and saving these values i

  • Java Compiler

    I wrote three programs with the names 'A.java', 'B.java' and 'C.java' (abc package). When i compile 'javac *.java', sometimes it is not compiling the programs though it is not giving any compiler errors. A uses B class. Please can somebody explain me

  • Hiding of prices in SC, PO, contracts in SRM

    Hi, We got one requirement for hiding of prices in SC, PO and contracts in SRM for some external users. Which Badi we need to implement? We are thinking to implement BBP_UI_CONTROL_BADI, is this the correct approach? Kindly adivce. I am new to SRM. I

  • Looking for AMD AHCI storage driver for Windows 7 64bit

    I plan to downgrade Notebook 15-F009VM with AMD E1-2100 processor to Windows 7 64 bit.  It looks like it has an AMD AHCI storage controller.  Can anyone direct me to the driver so that I can load the Windows 7 OS on the system?