How to integrate Oracle Policy Automation (OPA) with E-Business Suite

Hi All,
we would like to know, how to integrate OPA to E-Business Suite Modules. we would like to integrate OPA to one of our Public Sector Client.
Any Pointers / links / documentation, please mail to me on my id: [email protected] or you can call me on my mobile: +91 99897 18865
Regards
Chandra

My understanding is that the standard EBS web service framework can be used to make calls to the OPA Determinations Server, and this is fairly straightforward.
If anyone has direct experience in this area, it would be good to hear from them.
Davin.

Similar Messages

  • OPA (Oracle Policy Automation)integration with Oracle Application R12

    Hi,
    We want to know checklist for OPA integration with Oracle Applocations( Ebussiness Suite). It is urgent, Can anybody help us on this.
    It is very urgent. Any one can help us to integrate OPA (Oracle Policy Automation) with R12 Ebs.
    Thanks in advance
    Edited by: Venkat K.V on Sep 7, 2010 2:59 AM

    The OPA team doesn't maintain a check-list of integration steps for EBS, but this should be a pretty standard web services integration using Oracle Determinations Server.
    You might also want to check out this tutorial:
    http://www.oracle.com/technetwork/apps-tech/policy-automation/overview/opa10-4.zip, which shows an example of how to integrate the OPA Oracle Web Determinations component with E-Business Suite.
    Davin Fifield

  • Oracle Policy Automation (OPA) Certification Training

    Hi Everyone,
    Please let us know is there any institute for OPA Training and certification in Hyderabad,India

    The only official training and certification on OPA is managed through Oracle University.  The following two courses are recommended for all OPA users:  Oracle Policy Modeling: Essentials Part 1 Rel 10.4 and  Oracle Policy Modeling: Essentials Part 2 Rel 10.4 .  There is also a course offered on the OPA Connector for Siebel:  Oracle Policy Automation (OPA) Connector for Siebel .  Through Oracle University, you can register interest in any of the courses, inquire regarding any customized training needs, including course times, locations, eventual certification, etc   It is recommended that after completion of the two Essentials courses individuals spend at least one project working with an experienced OPA mentor before attempting the certification exam.

  • How to install Oracle Policy Automation in Oracle Application Server?

    We are planning to use OPA with Oracle Ebusiness Suite Release 12.1. We are running Oracle Application Server 11g. We want to deploy the Oracle Policy Automation components in same application server as Oracle Ebusiness Suite.
    (a) How to install Oracle Determinations Engine, Oracle Web Determinations and Oracle Determinations Server on Oracle Application Server? The installation document for OPA doesnt have steps for Oracle Application Server.
    (b) Which one is better, to deploy OPA in separate server or in same server as Oracle Ebusiness Suite?
    (c) How to decide whether to use Java API's using Determination Engine or web services using Determination Server or UI of Web Determinations for our project? Or what factors should we consider?
    Thanks for the help.
    -- Sreeram.H

    (a) You should install the war files for Oracle Determination Server and Oracle Web Determinations as per normal war deployment - there's no special steps required, which is why it is not listed explicitly. There's no reason to deploy Oracle Determinations Engine itself to a web application server.
    (b) "Better" tends to be more a subjective viewpoint, but if you already deploy all your web services on the same server as Oracle E-Business Suite then you should go the same for OPA. Same story for separate server deployment.
    (c) Can't answer that without knowing why you are using OPA! If you are looking to integrate with Oracle E-Business Suite then Oracle Determinations Server would be the sensible choice. Web Determinations is most useful if you want a sensible way to collect or review the relevant assessment data for determinations, as well as for "self service" scenarios. Determinations Engine should be used if you have a completely bespoke integration scenario that can't make use of web services or web applications - but I can't think of a scenario where this would make sense if you are using Oracle E-Business Suite.
    Of course, these are just my views - others may feel more strongly one way or the other!

  • How to Integrate Oracle Projects(EBS-R12) with Primavera P6

    Dear All,
    As i have a requirement that i need to *"Integrate Oracle Projects(EBS-R12) with Primavera P6 for Oracle Projects Accounting ( Costing & Billing ) using Application Integration Architecture(AIA-PIP)"*.
    So kindly suggest me to do the same.
    Thanks in advance for your valuable suggestion.
    Regards,
    Saravanaa

    Vishal, I would recommend that you post this question on the CRM On Demand Integration Development forum.

  • How to integrate Oracle Policy Modeling with IBM Rational ClearCase?

    I have a requirement of versioning the OPM projects as well as the Rulebases. The built in version control sliksvn-1.6.13 works fine, but the option "Add File To Source Control" is not active under the "SourceControl" tab. Can anyone help me in this context? Thanks in advance.

    OPM is looking to see if you have anything installed using the SCCAPI. It does this by looking for the registry key mentioned in the article I linked to.
    If there is no registry setting then OPM says "This person does not have anything to do SCCAPI so I will not show those menu items".  If it is there it will try to use that provider via the SCCAPI.
    I've never seen an installation of ClearCase where it actually set up these registry values properly so I think you will have to edit the registry yourself - giving it the values as per the article I linked to rather than trying to reinstall.
    So no you should not need to make any changes to OPM.
    I do not think that reinstalling ClearCase will help because I do not think it tries to set these registry keys on installation (but I could be wrong).
    What you will need to do is to make sure the registry is updated as per that other article. I realise it is for another product (not OPM) but it is setting it up ClearCase so it is reporting itself to be available in the same way.

  • How to Integrate Oracle Access Manager 11g with Siebel Call Center 7.8

    I need to change the DB authentication to SSO for Siebel Call Center 7.8. I just found a document about integrationg OAM 10g with Siebel 7 (http://download.oracle.com/docs/cd/B28196_01/idmanage.1014/b25347/siebel.htm#Siebel). However, because it's mandatory to use OAM 11g, I don't know whether this doc is suitable for Siebel 7.8. In addition, is it the right way to configure Siebel SSO? I know, in this way, I need to install WebGate. Please give me some expertise. Thanks.

    This should work as long as your web server and operating system support 11g. There may be some differences in how to set up OAM and the WebGate in 11g versus 10g (that is not my area of expertise), but from the Siebel side the integration is the same. You would pass in the user's Siebel ID (pulled from the LDAP directory) as an HTTP header. Then you just need to tweak a few of the parameters in Siebel:
    For the Security Adapter Profile (LDAPSecAdpt most likely) you are using, set:
    SingleSignOn = True
    TrustToken = HELLO (or whatever value you choose)
    In eapps.cfg or eapps_sia.cfg in the virtual directory section for the specific application object manager (e.g. [sales_enu]) set:
    UserSpec = SIEBEL_USER (or whatever HTTP header name you set up in OAM)
    UserSpecSource = HEADER
    SingleSignOn = TRUE
    TrustToken = HELLO (or whatever value you selected for the Security Adapter profile TrustToken parameter)
    ProtectedVirtualDirectory = /sales_enu
    The protected virtual directory will normally be the same as the virtual directory (in this example /sales_enu) unless you are using customer facing applications with anonymous browsing capabilities (for example a catalog that goes to a shopping cart at some point in the process).
    Also in the [SWE] section of the eapps.cfg file the IntegratedDomainAuth parameter should be set to False.
    Hope this information is helpful.
    Best regards,
    Stevan

  • How to integrate oracle crm on demand with R12?

    Hi,
    i wount to implement oracle crm on demand in my company and want to intigrate it with oracle r12. Can any budy guide me how can i do the same? as i am new in this field
    Thanks,
    Vishal Joshi

    Vishal, I would recommend that you post this question on the CRM On Demand Integration Development forum.

  • Let everyone know! Oracle Policy Automation @ OpenWorld Shanghai

    Below are the details of Oracle Policy Automation's (OPA) presence at OpenWorld Shanghai July 22nd - 25th...Scroll down for the English version.
    Key highlights:
    Jiangsu Provincial Office of SAT co-presenting
    2 sessions on 2 different tracks
    Dedicated OPA Demo pod
    关注Oracle Policy Automation ,甲骨文全球大会,2013上海
    在2013上海举行的甲骨文全球大会上,您将和众多行业和技术专家一起参加一系列会议和活动,了解和学习如何解决您所面对的重要问题。Oracle Policy Automation的主题会议将让您了解关于实现业务和技术转型的有价值的信息。
    星期二,7月23日,2013
    会议编号
    时间
    主题
    地点
    CON1621
    16:45 - 17.45
    Oracle Policy Automation 在政府行业
    Heike Lorenz, OPA 产品市场部全球总监,甲骨文公司
    世博中心 - 410 厅
    星期三,7月24日, 2013
    会议编号 
    时间
    主题
    地点
    CON1740
    14:00 – 15:00
    Oracle Policy Automation 路线图: 增强客户体验 
    Heike Lorenz, OPA 产品市场部全球总监,甲骨文公司,
    江苏省国家税务局
    世博中心 – 428 厅
    Oracle Policy Automation 演示台
    在演示中心参观Oracle Policy Automation(OPA)的演示。在这里,不同行业的客户和合作伙伴们将看到一系列的OPA演示,包括OPA云版本。
    日期
    时间
    地点
    星期一,7月22日,2013
    17:45 - 19:45
    甲骨文演示中心
    # 01
    星期二,7月23日,2013
    9:00 - 16:45
    甲骨文演示中心
    # 01
    星期三,7月24日,2013
    9:00 – 17:15
    甲骨文演示中心
    # 01
    星期四,7月25日,2013
    9:00 – 14:00
    甲骨文演示中心
    # 01
    Focus On Oracle Policy Automation @ OpenWorld Shanghai 2013
    At Oracle OpenWorld Shanghai 2013 you will be able join industry professionals and technology experts for a broad range of sessions and activities that will help you learn how you can address the critical issues facing you today. Oracle Policy Automation sessions have been designed for you to gain valuable information on how you can achieve the business and technology transformation. 
    Tuesday July 23rd, 2013
    S  E S S I O N    I D
    T I M E
    T I T L E
    L O C A T I O N
    CON1621
    16:45 - 17.45
    Oracle Policy Automation in Public Sector
    Heike Lorenz, Global Director  OPA Product Marketing, Oracle
    Expo Centre - Room 410
    Wednesday July 24th, 2013
    S  E S S I O N    I D
    T I M E
    T I T L E
    L O C A T I O N
    CON1740
    14:00 – 15:00
    Oracle Policy Automation Roadmap: Supercharging the Customer Experience
    Heike Lorenz, Global Director OPA Product Marketing, Oracle
    Jiangsu Provincial Office of SAT
    Expo Centre - Room 428
    Oracle Policy Automation Demo Pod
    Come see Oracle Policy Automation in action at the Oracle Policy Automation (OPA) demo pod in the DEMOground.  Here customers, prospects & partners across all industries will be able to see a variety of OPA demonstrations, including – OPA Cloud Edition.  
    D A T E
    T I M E S
    L O C A T I O N
    Monday July 22, 2013
    17:45 - 19:45
    Oracle DEMOGrounds
    # 01
    Tuesday July 23, 2013
    9:00 - 16:45
    Oracle DEMOGrounds
    # 01
    Wednesday July 24, 2013
    9:00 – 17:15
    Oracle DEMOGrounds
    # 01
    Thursday July 25, 2013
    9:00 – 14:00
    Oracle DEMOGrounds
    # 01

    The only official training and certification on OPA is managed through Oracle University.  The following two courses are recommended for all OPA users:  Oracle Policy Modeling: Essentials Part 1 Rel 10.4 and  Oracle Policy Modeling: Essentials Part 2 Rel 10.4 .  There is also a course offered on the OPA Connector for Siebel:  Oracle Policy Automation (OPA) Connector for Siebel .  Through Oracle University, you can register interest in any of the courses, inquire regarding any customized training needs, including course times, locations, eventual certification, etc   It is recommended that after completion of the two Essentials courses individuals spend at least one project working with an experienced OPA mentor before attempting the certification exam.

  • Integration of BPEL Process Manager with Oracle Plociy Automation(OPA)

    Hi,
    Can any one tell me how to integrate the BPEL Process Manager with Oracle Plociy Automation(OPA).

    Hi,
    Can any one tell me how to integrate the BPEL Process Manager with Oracle Plociy Automation(OPA).

  • How to integrate Oracle Right Now with our application Calling Button and Chat Button  Application is on WebCenter  Sites

    How to integrate Oracle Right Now with our application Calling Button and Chat Button. Application is on WebCenter  Sites

    Thanks handar. As per your instructions I have tried OAM authorization policy and its working fine. But we also wants to check the same with OES also. Currently I have configure weblogic SM and created domain. In same domain I have deployed my application also. I have created application, resources and authorization policy to authorize /myfolder/index.jsp if user has some specific role. Now if I try to access my web application using http://host:8001/CONTEXT/myfolder/index.jsp, it doesn't check if user is authorized or not. I guess my application is not related to the resource I have created. Please help me with this. Also, let me know if we can retirive logged in user from session and use for authorization.

  • How to Integrate Oracle Apps with BPEL

    hi
    How to Integrate Oracle Apps with Fusion Middleware(BPEL) ?
    Please Provide me steps:
    Regards,
    Khushal

    hi,
    There is an adapter thats being provided with the standard adapter set with SOA installation . There are several ways of integrating with Oracle Apps . The adapter has all the options listed out.
    Regards,
    Ajay

  • How to integrate oracle webcenter with oracle webcenter Sites?

    How to integrate oracle webcenter with oracle webcenter Sites?

    This very much depends on what you mean by the first "oracle webcenter" and what kind of integration you are looking for.
    Oracle WebCenter contains three main product lines:
    - Oracle WebCenter Portal,
    - Oracle WebCenter Sites,
    - and Oracle WebCenter Content.
    Since the newest version 11.1.1.8 it is possible to store Sites' assets in WebCenter Content.
    WebCenter Portal, where the name WebCenter originated from, is another front-end technology, so it would rather co-exist next to Sites than integrate with them. See this thread WebCenter Portal and WebCenter Sites Integration for more details.

  • Ask your Oracle Policy Automation (formerly Haley Office Rules) questions!

    To all of you out there using or thinking of using the product originally known as RuleBurst, then as Haley Office Rules, and now proudly part of the Oracle product family as Oracle Policy Automation:
    Please feel free to post any questions you have on the product line here. The OPA team globally is keen to help out with answering your questions, whether it is about a particular feature, where to find more information, or even recommendations on how you might go about solving a particular rule-writing problem.
    Please, don't be shy! Answers to your OPA questions are just a few keystrokes away.
    And it would be great to see people starting to share their ideas, tips and tricks on how to best use the Oracle Policy Automation product family for your specific business needs. Stake your claim now as an OPA guru, and be the envy of all your friends. :-)
    Cheers,
    Davin Fifield
    Update: I have now locked this thread. Please start a new thread in this forum with any questions you have.
    Edited by: davinfifield on 14/01/2010 15:35

    Hi,
    If I change the Style for date input to Year, Month and Day edits on an Entity Instance collect screen, it will build and debug correct. The issue is that if I close the project and try to re-open it, the following error will show.
    *"Item has already been added. Key in dictionary:'_input-style' Key being added: '_input-style'"*
    After importing the files into a new project (because it didn't open anymore) I noticed that by trying to import the Interview Screens file it gives the same error. After some more research I noticed that it gave the error after changing the input Style at an Entity Instance collect screen.
    How can I still change the Style to Year, Month and Day edits (because in Dutch we normally notate dates like dd-mm-yyyy instead of yyyy-mm-dd)? Single Edit (default) is a bit unnatural, because even with all the settings being in Dutch you still need to input the date with yyyy-mm-dd.
    Thanks,
    Niels Roest

  • Oracle Policy Automation: public Oracle road show in the United States

    Oracle is holding a series of Oracle Policy Automation road show events in the United States in January. Partners and customers are very welcome to attend, free of charge.
    There is an evite available online here: http://www.oracle.com/dm/10q2field/40493_ev_oracle_briefing_jan10.html
    Dates are as follows:
    Boston, MA      January 12, 2010
    Albany, NY      January 14, 2010
    Harrisburg, PA      January 19, 2010
    Houston, TX      January 21, 2010
    Tallahassee, FL      January 28, 2010
    Further information:
    Oracle Briefing
    Policy Automation: The New Paradigm
    Please join Oracle, Exeter Group, and our Customer the Massachusetts Registry of Motor Vehicles
    State and Local government is challenged to implement and automate complex, rapidly changing policies as well as to provide consistent advice to citizens across multiple service delivery channels. In response to this challenge, government agencies are embracing a new approach, which takes complex statutes, regulations and policy documentation and very rapidly converts them to decision automation systems.
    This session will include a discussion of the challenges faced by government agencies in implementing complex and rapidly changing policies and how the Oracle solution can help. We will also have a special government guest speaker from the Massachusetts Registry of Motor Vehicles who will discuss their implementation of this solution. This will be followed by a demonstration.
    Best,
    Peter Still

    You should probably contact RightNow to see if they have the ability to authenticate remotely (something like an LDAP interface). I know thatRightNow sites have a Web Service with the ability to send user name/password to that webservice. Although its not designed primarily as an authentication tool, it might suit your purpose.
    Cheers
    Frank

Maybe you are looking for

  • Need backplate for MSI X48C Platinum

    Hi! I recently acquired an MSI X48C Platinum motherboard but I need a rear I/O shield for it. I found some on eBay but they want $20 for them!! Can anyone here or at MSI help me out by chance? Thanks!

  • Linking two drop down list together

    I have two drop downs list and I need to link them together for the user to only answer one of them and it won't allow an answer in the other or vice versa. How can I set that up? If answer drop down list A then can't answer drop down list B else if

  • Muse "Missing fonts" warning?

    Hi, does anyone know if there is a "Missing Fonts" warning in Muse or some way to check if all the correct fonts are loaded when opening a file? Like the InDesign and Illustrator warning (see pic). Thanks!

  • How can I view stuff that calls for flash player?

    How can I view stuff that calls for flash player on my ipad2?

  • Google Play Store problem after updated to Android 4.0

    Hi Folks, Recently i have updated my Xperia Neo V with Android 4.0.Whenever i'm tryin to download any apps from google play store, it taking more time to start. After that i'm getting notification like "App Name" could not be downloaded due to an err