E-business Suite "SOA" Adapter ??

Can someone point me to material/documentation/urls related to the Oracle 11i E-business Suite "SOA" Adapter?

I am facing the same problem.
I Installed the SOA Suite 11gR1 and wanted to install the JMS Adapter.
The Download page for the Integration Adapters told me:
     Oracle Integration Adapters can be downloaded from the Oracle Fusion Middleware 11gR1 Software Downloads page.
I folllowed the link and ended up on page
http://www.oracle.com/technetwork/middleware/downloads/fmw-11-download-092893.html
This page contains links for the downloads for Oracle Fusion Middleware 11gR1 (11.1.1.1 - 11.1.1.3) Downloads
However I could not find out which Download contains the JMS adapter.
Anyhow I would be interested in the most recent version. Thus I tried to to follow the hint on the top of the page (
Note: For Oracle Fusion Middleware 11gR1 (11.1.1.4) downloads please visit the product specific download pages) and ended at the overview for all downloads.
Please can someone point me to the correct download.
     Oracle Fusion Middleware 11gR1 (11.1.1.1 - 11.1.1.3)
Software Downloads

Similar Messages

  • Oracle R12 Solutions Architect (Oracle E-business Suite, SOA, OBIEE)

    Hi All
    can any one help to find documents concept & implementation of integeration between Oracle E-business Suite R12, SOA and OBIEE ??
    Thanks a lot
    Mohamed

    Hi Mohamed;
    can any one help to find documents concept & implementation of integeration between Oracle E-business Suite R12, SOA and OBIEE ??Please check below and see its helpful for your issue
    Installing Oracle E-Business Suite Integrated SOA Gateway, Release 12 [ID 556540.1]
    Oracle Business Intelligence Enterprise Edition (OBIEE) : Technical FAQ [ID 436547.1]
    Integrating Oracle Business Intelligence Applications with Oracle E-Business Suite [ID 552735.1]
    Failed Login During R12 E-Business Suite Integration With BI Publisher [ID 972859.1]
    Regard
    Helios

  • E-Business Suite apps_initialize and SOA Global Transactions

    Hi,
    We are developing an integration which sends data from one system to an Oracle E-Business Suite instance. In order to load the data into E-Business we need to call API’s which require the fnd_global.apps_initialize to be run.
    We have a custom PL/SQL procedure which calls the API
    e.g.
    SOA -> custom PL/SQL -> E-Biz API
    The custom PL/SQL runs apps_initialize.
    The problem is when we call this from SOA via a XA connection we get the following error:
    <P_ERR_MESSAGE>Error - Failed to delete the interface records after reading result! Message: Unknown Error ORA-20001: Oracle error -20001: ORA-20001: Oracle error -2074: ORA-02074: cannot SET NLS in a distributed transaction
    has been detected in fnd_global.set_nls.set_parameter('NLS_LANGUAGE','AMERICAN').
    has been detected in fnd_global.set_nls. ORA-06512: at "APPS.APP_EXCEPTION", line 72
    ORA-06512: at "APPS.FND_GLOBAL", line 245
    ORA-06512: at "APPS.FND_GLOBAL", line 1426
    ORA-06512: at "APPS.FND_GLOBAL", line 1684
    ORA-06512: at "APPS.FND_GLOBAL", line 2309
    ORA-06512: at "APPS.FND_GLOBAL", line 2447
    ORA-06512: at "APPS.FND_GLOBAL", line 2385
    ORA-06512: at "APPS.ICSOA_UTIL_PKG", line 42
    ORA-06512: at "APPS.ICAR_INT_PKG", line 521
    </P_ERR_MESSAGE>
    The main error here is cannot SET NLS in a distributed transaction.
    This is caused by fnd_global.apps_initialize running SET NLS commands in order to do it’s thing.
    We are looking to use the functionality of global transactions in order to achieve reliable messaging.
    Does anyone have any experience with calling custom PL/SQL from SOA XA connections?
    Robert

    Robert,
    I have the similar use case. I am using a seeded Oracle API to insert data into the tables. I want the user information to be populated in the WHO columns (CREATED_BY, LAST_UPDATED_BY). I have mentioned the jca.apps.username and jca.apps.responsibility in the Invoke activity.
    But unfortunately, the columns are not populated with the data. I am using the Oracle Apps Adapter to call the API.
    Any inputs will be really helpful.
    Thanks,
    Sakthi.

  • SOA with E-business suite

    Hi,
    I want to know something about SOA, and if the same can be integrated with E-biz suite ?
    What would be the benefit of this ?
    Thx.

    Check the following links:
    Enabling Adaptive Business Processes: Oracle E-Business Suite and Service-Oriented Architecture
    http://www.oracle.com/products/middleware/docs/oracle_ebs_and_soa.pdf
    Service-Enable 11i -- Get A Jump On Fusion
    http://blogs.oracle.com/schan/2006/07/24
    Leveraging Service-Oriented Architecture for E-Business Suite Integration
    http://www.oracle.com/technology/products/applications/integration/1147_EBS_and_SOA.ppt
    Oracle Applications Integration Cookbook: A Developer's Guide
    http://download.oracle.com/otndocs/products/integration/oracle_apps_integration_cookbook.pdf

  • EBS - EDI Integration using SOA Suite EBS Adapter

    Hi, We would be receiving EDI 850 PO document in Oracle B2B. We want to update this EDI 850 document in EBS. We are using EBS Adapter. But we don't have much idea on how EDI method works in EBS. Couldn't find much references for implementation. Pls. provide some details if you have done this before.
    Thanks!

    Do you have SOA installed and integrated with R12? If not, please see these docs.
    Integrating Oracle E-Business Suite 12.1.3 with BPEL in SOA Suite 11g [ID 1070257.1]
    Useful Articles for the Oracle E-Business Suite Technology Stack for Technical Consultant / DBA [ID 828157.1] -- SOA/BPEL/Webservices
    Integrating Oracle E-Business Suite Release 12 with Oracle BPEL available in Oracle SOA Suite 11g [ID 1321776.1]
    Installing Oracle E-Business Suite Integrated SOA Gateway, Release 12 [ID 556540.1]
    Troubleshooting and Known Issues for EBS SOA Suite Deployment in R12.1.1 [ID 797596.1]
    Thanks,
    Hussein

  • Can oracle e-business suite adapter be dynamically configured??

    I have to call different instances of e-business suite. Can i use a single oracle application adapter to connect to different instances through dynamic configuration...........

    Hi,
    wrong forum. This is a JDeveloer / ADF forum
    Frank

  • API for creating new User in Oracle E-Business Suite through BPEL

    Hello,
    I would like to use a BPEL process to create a new User in Oracle E-Business Suite. In the Integration Repository I was able to find an API called FND_USER_PKG/LOAD_ROW that creates/updates Application's User data. Is this the API I should be using? If so, I would like to better understand how to use this API.
    I have created a simple BPEL process and added an Oracle Application Service, which uses this FND_USER_PKG/LOAD_ROW API. I set the following parameter before Invoking the Oracle Application Service: X_USER_NAME, X_ENCRYPTED_USER_PASSWORD and X_START_DATE. When I run the BPEL process I get the following error. I suspect that I am not passing all the required input parameters. Does anyone have any sample data I can use to get this API to load correctly? If I am using the wrong API, please let me know.
    Please note, I have also posted this question to the SOA Suite and BPEL discussion forums...
    Thank you kindly!
    Christine
    - <input>
    - <Invoke_OracleEBS_SecurityUser_InputVariable>
    - <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="InputParameters">
    - <InputParameters xmlns:db="http://xmlns.oracle.com/pcbpel/adapter/db/APPS/FND_USER_PKG/LOAD_ROW/" xmlns="http://xmlns.oracle.com/pcbpel/adapter/db/APPS/FND_USER_PKG/LOAD_ROW/">
    <db:X_USER_NAME>
    CRILEY
    </db:X_USER_NAME>
    <db:X_ENCRYPTED_USER_PASSWORD>
    CRILEY
    </db:X_ENCRYPTED_USER_PASSWORD>
    <db:X_START_DATE>
    2009-01-01
    </db:X_START_DATE>
    </InputParameters>
    </part>
    </Invoke_OracleEBS_SecurityUser_InputVariable>
    </input>
    - <fault>
    - <bindingFault xmlns="http://schemas.oracle.com/bpel/extension">
    - <part name="code">
    <code>
    20001
    </code>
    </part>
    - <part name="summary">
    <summary>
    file:/E:/product/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_OracleEBS_OnBoarding_1.0_d71e16636aa9ff51b9975926da6faeb2.tmp/OracleEBS_SecurityUser.wsdl OracleEBS_SecurityUser_ptt::OracleEBS_SecurityUser(InputParameters) - WSIF JCA Execute of operation 'OracleEBS_SecurityUser' failed due to: Error while trying to prepare and execute an API.
    An error occurred while preparing and executing the APPS.FND_USER_PKG.LOAD_ROW API. Cause: java.sql.SQLException: ORA-20001: APP-FND-02600: Unable to create user CRILEY due to the following reason(s):
    Unabled to call fnd_ldap_wrapper.create_user due to the following reason:
    ORA-20001: Unabled to call fnd_ldap_wrapper.create_user due to the following reason:
    An unexpected error occurred. Please contact your System Administrator...
    ORA-06512: at "APPS.APP_EXCEPTION", line 72
    ORA-06512: at "APPS.FND_USER_PKG", line 783
    ORA-06512: at "APPS.FND_USER_PKG", line 916
    ORA-06512: at "APPS.FND_USER_PKG", line 1035
    ORA-06512: at "APPS.FND_USER_PKG", line 645
    ORA-06512: at line 1

    Hello and thank you for your response. I am new to using APIs so please excuse my inexperience... I am not sure how to run the API outside of BPEL... Is that something you could easily walk me through?
    I have made the following changes in BPEL based on your recommendation: 1) Added Oracle Application Service and used the API, LDAP_WRAPPER_CREATE_USER, found in the Oracle Application Module Browser* under: Applications Technology (ATG_PF)&gt; User Management (UMX)&gt; User (FND_USER)&gt; PLSQL&gt; User (FND_USER_PKG)&gt; LDAP_WRAPPER_CREATE_USER
    2) Set the following parameter prior to Invoking the Oracle App Service: X_USER_NAME, X_UNENCRYPTED_PASSWORD,X_START_DATE, X_END_DATE, X_DESCRIPTION, X_EMAIL_ADDRESS, X_FAX, X_EXPIRE_PWD.
    3) Deploy and run BPEL through BPEL Control.
    I get the following {color:#ff0000}error on the Invoke{color}. {color:#339966}Do you see any issues with the values I am passing in the input{color}? Any idea why I am getting this error? Is there anything that I need to have configured for the API to work correctly, other than adding an Oracle Application Service in the BPEL?
    Thank you for your time,
    Christine
    bq. Faulted while invoking operation "OracleEBS_LDAP_Create_User" on provider "OracleEBS_LDAP_Create_User". \\     - &lt;messages&gt; \\     - &lt;input&gt; \\     - &lt;Invoke_OracleEBS_LDAP_Create_User_InputVariable&gt; \\     - &lt;part xmlns:xsi="[http://www.w3.org/2001/XMLSchema-instance]" name="InputParameters"&gt; \\     - &lt;{color:#339966}InputParameters{color} xmlns:db="[http://xmlns.oracle.com/pcbpel/adapter/db/APPS/FND_USER_PKG/LDAP_WRAPPER_CREATE_USER/]" xmlns="[http://xmlns.oracle.com/pcbpel/adapter/db/APPS/FND_USER_PKG/LDAP_WRAPPER_CREATE_USER/]"&gt; \\     &lt;db:X_USER_NAME&gt; \\     CRILEY \\     &lt;/db:X_USER_NAME&gt; \\     &lt;db:X_UNENCRYPTED_PASSWORD&gt; \\     CRILEY \\     &lt;/db:X_UNENCRYPTED_PASSWORD&gt; \\     &lt;db:X_START_DATE&gt; \\     2009-01-01 \\     &lt;/db:X_START_DATE&gt; \\     &lt;db:X_END_DATE&gt; \\     2010-01-01 \\     &lt;/db:X_END_DATE&gt; \\     &lt;db:X_DESCRIPTION&gt; \\     CRILEY \\     &lt;/db:X_DESCRIPTION&gt; \\     &lt;db:X_EMAIL_ADDRESS&gt; \\[[email protected]|mailto:[email protected]] \\ &lt;/db:X_EMAIL_ADDRESS&gt; \\     &lt;db:X_FAX&gt; \\     999-888-7777 \\     &lt;/db:X_FAX&gt; \\     &lt;db:X_EXPIRE_PWD&gt; \\     0 \\     &lt;/db:X_EXPIRE_PWD&gt; \\     &lt;/InputParameters&gt; \\     &lt;/part&gt; \\     &lt;/Invoke_OracleEBS_LDAP_Create_User_InputVariable&gt; \\     &lt;/input&gt; \\     - &lt;fault&gt; \\     - &lt;bindingFault xmlns="[http://schemas.oracle.com/bpel/extension]"&gt; \\     - &lt;part name="code"&gt; \\     &lt;code&gt; \\     20001 \\     &lt;/code&gt; \\     &lt;/part&gt; \\     - &lt;part name="summary"&gt; \\     &lt;summary&gt; \\     file:/D:/product/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_OracleEBS_OnBoarding_1.0_d71e16636aa9ff51b9975926da6faeb2.tmp/OracleEBS_LDAP_Create_User.wsdl [OracleEBS_LDAP_Create_User_ptt::OracleEBS_LDAP_Create_User(InputParameters) |http://forums.oracle.com/forums/]- WSIF JCA Execute of operation 'OracleEBS_LDAP_Create_User' failed due to: Error while trying to prepare and execute an API. \\     An error occurred while preparing and executing the APPS.FND_USER_PKG.LDAP_WRAPPER_CREATE_USER API. Cause: java.sql.SQLException: ORA-20001: Unabled to call fnd_ldap_wrapper.create_user due to the following reason: \\     ORA-20001: {color:#ff0000}Unabled to call fnd_ldap_wrapper.create_user due to the following reason: \\     An unexpected error occurred. Please contact your System Administrator.. \\     {color}ORA-06512: at "APPS.APP_EXCEPTION", line 72 \\     ORA-06512: at "APPS.FND_USER_PKG", line 3877 \\     ORA-06512: at line 1 \\\\     ;
    Edited by: Christine Riley on Jan 28, 2009 1:22 PM
    Edited by: Christine Riley on Jan 28, 2009 1:26 PM

  • PL/SQL API for Creating Sales Order in E Business Suite from BPEL

    Hi,
    I am new to Oracle SOA 11g.
    I have done the Deleting Sales Order using PL/SQL API ( Oracle Apps Adapter ) [ API Name: OE_ORDER_PUB.DELETE_ORDER ]. While executing the BPEL, it is correctly deleting Sales Order in E Business Suite which is created EBS User Interface. I don't face any problem while deleting the sales order.
    Now, in same way, I have to create a new Sales Order using PL/SQL API. I don't find any API's related to creating Sales Order in Order Management Suite (OM_PF) -->Order Management (ONT) --> Sales Order (ONT_SALES_ORDER) --> PL/SQL --> Process Order API (OE_ORDER_PUB) in Module Browser.
    Please tell me which PL/SQL API to use to create new Sales Order in BPEL.
    Thanks,
    -- Gowtham

    You may be on a different patch level. Can you ensure that you have applied all latest patches for your version?
    See sample code at http://jyotioraapps.blogspot.com/2009/08/use-of-oeorderpubprocessorder-to-create.html
    Hope this helps,
    Sandeep Gandhi

  • Help with 11i E-Business Suite Install on Windows XP

    I've tried unsuccessfully to install the E-Business Suite on Windows XP machine. I repeatedly get the following message during the install (I start from a clean restored environment each time) " RW-20001 Error: Unzip failed: Insufficient disk space: Please create enough space for the intstall". I get this message even though I have only used 100GB of a total of 500GB. I'm installing from DVDs provided by Oracle.
    I also get an error message related to the "Listener". The detail of this message is included below.
    Any suggestions to get past this would be appreciated.
    Question on the Domain Name Configuration:
    When i follow the instructions from a previous thread and do
    C:\ipconfig I get the following:
    Connection-specific DNS Suffix: PMSC.COM
    IP Address : 192.168.0.103
    I added PMSC.COM per the instructions in the thread.
    The original entry in the host file was:
    127.0.0.01 localhost
    It is now:
    127.0.0.01 localhost
    127.0.0.01 localhost.PMSC.COM
    I'm trying to set this up as a standalone installation with everything on the harddrive of this computer. I'm confused as to what the correct host entry should be and if this is the cause of my intallation failures. I can provide as much information as possible to help diagnose my probelms. Thanks.
    The only error messages I can find in the log files show a problem with the Listener. The error message is as follows:
    LSNRCTL for 32-bit Windows: Version 9.2.0.6.0 - Production on 05-JAN-2007 17:30:43
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCPMSCDEV))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 2: No such file or directory
    Connecting to (ADDRESS=(PROTOCOL=TCP)(Host=pmsc_main.pmsc.com)(Port=1521))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    LSNRCTL for 32-bit Windows: Version 9.2.0.6.0 - Production on 05-JAN-2007 17:30:44
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 9.2.0.6.0 - Production
    System parameter file is C:\oracle\pmscdevdb\9.2.0\network\admin\PMSCDEV_pmsc_main\listener.ora
    Log messages written to c:\oracle\pmscdevdb\9.2.0/network/admin\pmscdev.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROCPMSCDEVipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=PMSC_Main.PMSC.COM)(PORT=1521)))
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCPMSCDEV))
    STATUS of the LISTENER
    Alias PMSCDEV
    Version TNSLSNR for 32-bit Windows: Version 9.2.0.6.0 - Production
    Start Date 05-JAN-2007 17:30:44
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security OFF
    SNMP OFF
    Listener Parameter File C:\oracle\pmscdevdb\9.2.0\network\admin\PMSCDEV_pmsc_main\listener.ora
    Listener Log File c:\oracle\pmscdevdb\9.2.0/network/admin\pmscdev.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROCPMSCDEVipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=PMSC_Main.PMSC.COM)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PMSCDEV" has 1 instance(s).
    Instance "PMSCDEV", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    addlnctl.cmd exiting with status 0
    Please refer to the remaining logs on middle tier at - c:\oracle\pmscdevappl\admin\PMSCDEV_pmsc_main\log\01050527.log
    Any suggestions to get past this would be appreciated.

    1. Make sure the user installing the apps has admin priviledges
    2. Create a staging area from the DVD if you can - since you have so much space on your system, then attempt the installation from the staging area. The perl script to use is already on the DVD - adautostg.pl
    3. > Connection-specific DNS Suffix: PMSC.COM
         IP Address : 192.168.0.103
    and you added
         127.0.0.01 localhost.PMSC.COM, I feel it should have been
         192.168.0.103 localhost.PMSC.COM ( if localhost is your server name. Adding this will nto affect anything)
    although I can see from your log file, that the server name is pmsc_main, if so you have to add the servername.domainname.com to the host file too, such as
         192.168.0.103 pmsc_main.pmsc.com.
    Essentially, when you ipconfig, it has to return pmsc_main.pmsc.com against the IP address of your server - i.e. 192.168.0.103 and / or 127.0.0.01
    Basically, see the following threads:
    a. How to Install 11.5.10 on Win XP
    b. Oracle EBS 11.5.10.2 Installation Steps
    c. http://forums.oracle.com/forums/thread.jspa?threadID=447193&tstart=0
    Note: To clean your system of previous installations, see the following if you have metalink -
    Note 107961.1 How To Clean Out A Previous Oracle Applications Installation On Windows NT,
    however, if you dont have access to metalink, do the labour of deleting every reference to the failed installations on your system and the registry (CAREFUL! if you are up to it)

  • Oracle E-Business Suite integration is failing with OSSO

    Hi all,
    We are integration EBS 12.1.1 with OSSO 10g (OID 10.1.4.3) using txkrun.pl script. This is a production environment and has 2 nodes of OID and 2 nodes of Database in RAC mode. When we run the txkrun.pl script we are getting the below error:
    Mon Dec 13 15:06:38 GMT+05:30 2010 SSO database is jdbc:oracle:thin:@ldap://oid_hostName:389/idmprod,cn=oraclecontext
    Mon Dec 13 15:06:38 GMT+05:30 2010 Exception while creating database connection :java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:162)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:274)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:328)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:361)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:151)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:595)
    at java.sql.DriverManager.getConnection(DriverManager.java:572)
    at java.sql.DriverManager.getConnection(DriverManager.java:196)
    at oracle.security.sso.SSORegistrar.main(SSORegistrar.java:327)
    Mon Dec 13 15:06:38 GMT+05:30 2010 Check if your database is up and running.
    The DB is up and running and we are able to telnet the OID ports from EBS machine. Please let me know if anyone has faced this error before.
    This is very urgent and appreciate your quick response.
    Thanks,
    Mahendra.

    If you are running Oracle E-Business Suite Release 12.1.1 and integrating with OID 11g, you will also need to download and install TXK patch 7651166, which provides several fixes to Applications Technology code, including an update to the Oracle E-Business Suite OID registration scripts that adds support for OID 11g. The patch should be applied to all Oracle E-Business Suite middle tier nodes. This patch is not required if you are integrating with any other version of Oracle E-Business Suite.
    Regards,
    Prashant.

  • Haley Rules Engine - HaleyAuthority with respect to Oracle E Business Suite

    I am currently exploring on Haley Rules Engine which is recently aquired by Oracle.
    As per my investingation, i came to know that HaleyAuthority ruleEngine is available as plugin from the recent release of Siebel CRM 8.0 installation and onwards.
    Here goes my questions
    1) is this haleyAuthority rule engine available as third party tool? If so, How to integrate with Oracle E- Business Suite.
    2) Like Siebel 8.0, Is this HaleyAuthority plugged in any latest version of our oracle E- Business Suite?
    Please let me know your understanding and information on Haley Rules Engine with respect to Oracle E-Business Suite.
    Thanks in Advance.

    Praveen ,
    May be late for you (but for others looking similar information)
    haleyAuthority is different from Haley Determination Services (now Oracle Policy Automation)
    OPA (Haley's Determination Services) are available as Web Service which you can invoke from E-Business Suite or Use Fusion Middleware (SOA Suite / BPEL) as layer between OPA and E-Business Suite
    For overview of Haley Office Rules or Oracle Policy Automation check
    http://onlineappsdba.com/index.php/2009/04/27/oracle-policy-automation-modeling-earlier-haley-office-rules-determination/

  • E-Business Suite - BizTalk Server Integrations

    Our organization is implementing BizTalk Server 2010 to facilitate communication with an ERP under development in an Oracle E-Business Suite r12.1 “On Demand” environment. Some of the modules being developed in E-Business Suite include Payroll, Advanced Benefits, Human Resources, and AP. We are seeking information from anyone who has done something like this. In particular, we would like to know more about exposing and consuming web services to accomplish this integration. Our IT Department will be able to develop its own web services and BizTalk applications within our own domain, but we do not have experience with Oracle E-Business Suite. We understand that the Integration Repository/SOA Gateway may be used to expose some APIs but not all of them. We also understand there may be security and other issues with Oracle functionality that BizTalk adapters for E-Business Suite would have no knowledge of. To summarize, we need to know: (1) if integration between E-Business Suite and outside systems using web services and/or BizTalk has been achieved by anyone in this forum, and (2) if so, how the integration was achieved.

    I think your concern is due to externally hosted EBS so that you need to find a secure way of integrating your applications hosted in your datacenter with it. The key here is to have a relaibale network infrastructure - either have dedicated network lines between your data center and on demand or have some high quality VPN between them. If you have this in place, you can treat EBS as another of your internal apps and apply the same security standards as your other internal apps if it is also supported by ebs.

  • Fax and SMS from E-Business Suite

    I am currently working on the implementation of HRMS and finance
    modules from the E-business suite. My question is, Is it
    possible to fax or SMS from these core modules, if so how is
    this achieved if using Microsoft exchange, is there any relevant
    documentation around
    Thanks
    Mark

    While I am not aware of any standard published means to do so, you can also think of triggering a Java code to instantiate the business event.
    A non-intrusive approach could be.
    1. Have a Java Business Event Subscription to the Item-create/update event.
    2. Make API calls to the BPEL invocation code from this Java BPES. (The OTN BPEL tutorials have sample code)
    However, there is a risk that the Java client classes required for invoking BPEL processes may not be part of the middle-tier JAVA classpath. ($AF_CLASSPATH in adovars.env). You need to check with techstack team in case you run into issues and need additional jars in the classpath.
    Alternatively,
    3. Create a seeded JMS queue in apps
    4. You can publish a message to a JMS AQ Queue from your Java BES code
    5. Have a JMS adapter to trigger your BPEL process.
    Alternatively, (probably not what you want)
    1. Create a new interface table to store BPEL invocation requests.
    2. Have a DB polling on this table.
    3. Maintain status of BPEL process also in this table.
    4. Purge "success" records from this table at regular intervals. This will keep your DB polling non-intrusive from your actual process flow in apps.

  • How to Display Data from Oracle E Business Suite tables in ADF

    Hi,
    I am new to ADF.
    I have a requirement to Create an ADF page for Search Results Screen.
    However the result data is from one of the Oracle E Business Suite Tables.
    ie I need to create a Screen where user will enter a Purchase Order Number and Click on Button.
    The Screen should show details from PO_HEADERS_ALL (from Oracle ERP Database Table) based on the entered PO Number.
    Is it possible to implement the same? Can some one guide me how to do it?
    Thanks,
    Kamath

    Hi,
    Is there a way where I can create a VO in ADF to which I can insert records dynamically from a source and the Source connects to E Business Suite tables and returns results ie BPEL etc.
    http://download.oracle.com/docs/cd/E15523_01/web.1111/b31974/bcadvvo.htm#sm0341
    Just replace the PLSQL example with your data source
    Can ADF invoke SOA which inturn connects to Oracle E Business Suite and fetches the data from Oracle tables and pass it back to ADF? Is it possible
    Yes. Just use a WS proxy client to access the SOA entry point (WSDL) and follow the link above
    Frank

  • Use FDM to write mapped data TO (not from) E-Business Suite staging DB

    Hello All,
    Looking for the most efficient method to write FDM mapped data TO (not from) Oracle E-Business Suite staging DB.
    Any thoughts/suggestions are most appreciated.

    You can use the data mart adapter to export the FDM Mapped Data to a file to be imported into EBS.
    You could also use ERPI and use the writeback functionality.

Maybe you are looking for

  • Applying BP05 on OIM version 11.1.1.5.0

    Eperts, I am applying BP05 on OIM version 11.1.1.5.0 (https://updates.oracle.com/Orion/PatchDetails/process_form?patch_num=14609562 Following error in step “4.1 Stage 1: Patching the Oracle Binaries (OPatch Stage)” while applying patch. complete outp

  • Can't create a 3rd partition in Disk Utility

    Long story short I have used Boot Camp to get Windows, so I have 2 partitions. But, I need to create another partition to install another copy of Windows on it, but Disk Utility has grayed out the '+' to allow me to create a new partition. All I can

  • Problem with popup (new window)

    Hi Experts, We have URLs links in the Easy Access Menu. The browser window is now being opened without scrollbars, IE navigation buttons, nothing! If the URL is called without using the WEBGUI, everything is fine. Do you have a solution for this? Tha

  • Color Correcting Clips With Dissolves

    When you're color correcting clips in a sequence with dissolves, are you color correcting the entire clip or just the part before or after the dissolve? Do you have to remove other effects to color correct the whole clip? Sure hope not but there seem

  • None of the menubar links (Options, Content, Logout, etc.) or Channel bar links (Edit, Minimize, Maximize,etc.) work anymore.

    They suddenly quit working for all domains. When the link is clicked on, it just "refreshes" to itself. I even created a new domain with all the default settings. When I do a search on the portal server for the providers that are being called, I get