EBS 11.5.10.2  Integration

Hello,
I have an EBS 11.5.10.2 and I need to get some data from an other server in format of a flat file.
That data is going to be treated by a PLSQL procedure in the EBS 11.5.10.2 and then used in some way in the database.
What is the best way to get that data in an architectural/security point of view ?
BR

Load the data into custom table and then using API load into databse tables

Similar Messages

  • Loading Alias from EBS to planning through erp integrator

    Hi all,
    Can anybody tell me how to load the member properties from EBS to Hyperion Planning using ERP integrator. My trial only loaded the members with few default properties.
    My planning application is classic. And i used mapping type as "single segment". Didnt find any detailed options there to define the member properties.
    Thanks

    Hello,
    I do not believe storage type is available.
    The Alias is based on the languages you have defined when you setup your applications inside of ERPi. Not all "aliases" will come over; and only the basic information is actually stored as a description. I would suggest you review the ERPi Admin guide for your release.
    Please review the documentation completely and ensure you understand it. The most current documentation can be found at the following URL.
    http://download.oracle.com/docs/cd/E17236_01/epm.1112/erpi_admin.pdf
    Information retrieved from the source can be found on Page 31.
    Information about aliases can be found on Page 34.
    Thank you,

  • OBIEE Security - How to setup SSO-integrated EBS users & mobile access?

    I'm looking for the best approach to solution my company's OBIEE Security requirements, they are:
    1) Create a standard authentication/security process at an enterprise level
    2) Maintain EBS Roles to provide object-level and data-level security in OBIEE
    3) EBS Users must go through the EBS portal to get to OBIEE (ie. single signon integration)
    4) non-EBS users must go through the OBIEE portal
    5) Both EBS and non-EBS users need ability to use the OBIEE iPad mobile application
    So for the EBS users, I've implemented the SSO integration between OBIEE 11.1.1.5.0 and EBS R11 based on the Oracle white paper [ID 1343143.1]. I've also set up an Authorization session init block to read the user's EBS Roles and set up object/data level security.
    For the non-EBS users, I've kept the default identity store (WLS-LDAP) and authentication provider.
    My question is what's the best approach for providing mobile access to the EBS users? Obviously I can't pass an HTML cookie to the iPad for these guys. Assuming these EBS users are in an corporate-LDAP store, I was thinking to setup a dual authentication store that connects to both corporate-ldap(EBS) and the WLS-integrated LDAP(non-EBS).
    Will this work? Does anyone have a better approach they'd like to share?

    Please post the details of the application release, database version and OS.
    We have a customer, who has upgraded to EBS R12 recently. With EBS R12 there comes a responsibility that enables users to directly open embedded BI in EBS. When people do LDAP authentication to EBS, they can directly open the OBIEE inside the EBS. But, when the EBS is SSO (OAM+WNA) integrated, OBIEE SSO in EBS does not work. What is the error?
    It could be related that OAM generated cookies are not recognized by embedded OBIEE.
    Is there a way to do a setup with both OAM SSO enabled to EBS, and EBS-OBIEE SSO is enabled inside EBS ? I do not think there is a single document that covers all the above (I believe you are aware of the individual docs).
    For urgent issue, please always log a SR.
    Thanks,
    Hussein

  • Oracle EBS constraints and integrity

    Hi,
    Can anybody please explain me why Oracle EBS doesn't use referential integrity defined in the database?
    thanks

    Hi;
    Can anybody please explain me why Oracle EBS doesn't use referential integrity defined in the database?I belive its use. Please see:
    http://blogs.oracle.com/stevenChan/2008/04/comparing_oem_data_masking_and.html
    http://www.linkedin.com/answers/technology/information-technology/databases/TCH_ITS_DBS/498465-17381239
    11i System Item KFF Item Segment Length Reduction [ID 376210.1]
    Regard
    Helios

  • APEX to EBS(R12.1.3) integration, Error while validating ICX session

    Hi,
    We have successfully integrated APEX page into EBS, i.e. we are able to invoke the APEX page from EBS Responsibility/Menu.
    for APEX integration, we have installed APEX on separate OHS on the same server as EBS (and same domain) and in the Form Function HTML call we are using "GWY.jsp?targetAppType=APEX&p=160:10::" to invoke the APEX page.
    Issue is, the APEX page displays error "ORA-06502: PL/SQL: numeric or value error: character string buffer too small", which we are not able to capture or supress.
    but the page functions as expected and insert/update of tables working fine, in short everything is as expected except that error message.
    In Before Header we are calling a custom procedure, which invokes "wfa_sec.getsession( l_username);" to validate the ICX session, this is raising the error.
    when i try call "ICX_SEC.getsessioncookie" before the above procedure, it returns valid Session ID and call to "ICX_SEC.check_session" returns VALID; i am not sure why it is throwing error to validate an available Valid session?
    All we want is to use the same ICX session in APEX page without need to pass the User name/password or re-login in APEX or set the User/Responsibility context again.
    any help would be appriciated.
    Rgds,
    -Kamal
    Edited by: Kamal on 30-Oct-2012 01:11

    Try changing your target to:
    GWY.jsp?targetAppType=APEX&p=160:10:::Yeswhich will enable debugging when launched.
    Are you selecting information from icx_sessions into some variables (user_id, responsibility_id etc) for use in the VPD?
    There isn't really any need to "wfa_sec.getsession( l_username);" - the following query should give you everything you need for an EBS context:
    SELECT  s.user_id,
            s.responsibility_id,
            s.responsibility_application_id,
            s.security_group_id,
            u.user_name
      FROM  icx_sessions s,
            fnd_user u
    WHERE  u.user_id = s.user_id
        AND s.session_id = icx_sec.getsessioncookie
        AND s.last_connect + NUMTODSINTERVAL( time_out, 'MINUTE') > SYSDATE;Select those into some protected application variables and then use fnd_global.apps_initialize() in the "initialization pl/sql code" section of APEX (VPD).
    Then if you need anything in your application, you can use the variables in fnd_global (or the application items of course).

  • OFR integration with EBS and UCM

    Hi All,
    We are implementing the following modules from Oracle Content Management to one of our Client, the following are the configurations we need :
    Configure and deploy Oracle Forms Recognition (OFR) 10GR3
    Configure the Oracle Adopter for integration of OFR with EBS
    Configure the Adopter for integration of OFR with Oracle UCM content server
    I really like to have any technical design document on integrations front, especially from OFR -> EBS, OFR -> UCM and also UCM -> EBS.
    Any pointers for the same is well appreciated.
    Regards,
    Radhika

    Hi All,
    We are implementing the following modules from Oracle Content Management to one of our Client, the following are the configurations we need :
    Configure and deploy Oracle Forms Recognition (OFR) 10GR3
    Configure the Oracle Adopter for integration of OFR with EBS
    Configure the Adopter for integration of OFR with Oracle UCM content server
    I really like to have any technical design document on integrations front, especially from OFR -> EBS, OFR -> UCM and also UCM -> EBS.
    Any pointers for the same is well appreciated.
    Regards,
    Radhika

  • [URGENT] Get Inbound Message in EBS Using XML Gateway + SOAP

    Hi experts,
    I want to ask you about how to process the inbound message using XML Gateway and SOAP protocol.
    I have 2 EBS instances, let's called it A (source) and B (destination).
    FYI, I'm following this ebook: "Oracle E-Business Suite Development and Extensibility Handbook" in chapter 12 regarding Oracle XML Gateway.
    So I don't use BPEL PM to do this.
    I'm just using EBS with XML Gateway and Integrated SOA Gateway responsibilities.
    When I tried to send the XML from A to B using OXTA, it's success, the data can be processed in B and could store in the database.
    But when I tried to use SOAP, the XML message that has been sent from A is success, and when I check it on B (Integrated SOA Gateway -> SOA Monitor), the message is in there and I can see the SOAP request and response as well.
    SOAP request:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns0="http://xmlns.oracle.com/apps/fnd/XMLGateway" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
    - <env:Header>
    - <ns0:XMLGateway_Header>
    <ns0:MESSAGE_TYPE>XML</ns0:MESSAGE_TYPE>
    <ns0:MESSAGE_STANDARD>OAG</ns0:MESSAGE_STANDARD>
    <ns0:TRANSACTION_TYPE>XKLB</ns0:TRANSACTION_TYPE>
    <ns0:TRANSACTION_SUBTYPE>ORDER_DETAILS_XO</ns0:TRANSACTION_SUBTYPE>
    <ns0:DOCUMENT_NUMBER>9282</ns0:DOCUMENT_NUMBER>
    <ns0:PARTY_SITE_ID>142</ns0:PARTY_SITE_ID>
    <ns0:USERNAME>cons.ade</ns0:USERNAME>
    <ns0:PASSWORD>cons.ade</ns0:PASSWORD>
    </ns0:XMLGateway_Header>
    </env:Header>
    - <env:Body>
    <ns0:ReceiveDocument xsi:type="xsd:string"><ORDER_DETAILS_XO xmlns=""> <ORDER> <ORDNO>100002</ORDNO> <ORDWT>100002</ORDWT> <RDATE/> <CITY>JAKARTA</CITY> <ZIP>17121</ZIP> </ORDER> </ORDER_DETAILS_XO></ns0:ReceiveDocument>
    </env:Body>
    </env:Envelope>
    SOAP response:
    - <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <env:Header />
    - <env:Body>
    - <ReceiveDocument_Response xmlns="http://xmlns.oracle.com/apps/fnd/XMLGateway">
    <ResponseCode xmlns="http://xmlns.oracle.com/apps/fnd/XMLGateway">200</ResponseCode>
    <ResponseMsgId xmlns="http://xmlns.oracle.com/apps/fnd/XMLGateway">BD4EAD91E76051D5E0440021287448DA</ResponseMsgId>
    <ResponseInfo xmlns="http://xmlns.oracle.com/apps/fnd/XMLGateway">Document received and pushed into queue for asynchronous processing. Enqueued message id is 'BD4EAD91E76051D5E0440021287448DA'.</ResponseInfo>
    </ReceiveDocument_Response>
    </env:Body>
    </env:Envelope>
    But the problem is the message that has been got in B can't store into the database yet.
    I had already changed the Queue in the XML Gateway -> Define Transaction, from APPLSYS.ECX_IN_OAG_Q (this is for OXTA) to APPLSYS.WF_WS_JMS_IN.
    After I invoke the webservice and the SOAP message has been got in B, I checked APPLSYS.WF_WS_JMS_IN in database and there is 1 record, the value of USER_DATA column is:
    ((, , , , , , ((BES_EVENT_NAME, 100, oracle.apps.fnd.wf.ws.inbound.xmltx.receive, , 27), (BES_EVENT_KEY, 100, 796550960, , 27), (BES_PRIORITY, 200, , 1, 23), (BES_FROM_AGENT, 100, [email protected], , 27), (BES_TO_AGENT, 100, [email protected], , 27), (MSG_ID, 100, 1334117503435, , 27), (ECX_MESSAGE_TYPE, 100, XML, , 27), (ECX_MESSAGE_STANDARD, 100, OAG, , 27), (ECX_PARTY_SITE_ID, 100, 142, , 27), (WS_PORT_OPERATION, 100, ReceiveDocument, , 27), (ECX_TRIGGER_ID, 100, 7101, , 27), (UserId, 100, 3020, , 27), (ECX_USERNAME, 100, CONS.ADE, , 27), (ECX_TRANSACTION_SUBTYPE, 100, ORDER_DETAILS_XO, , 27), (ECX_PASSWORD, 100, CONS.ADE, , 27), (ECX_DOCUMENT_NUMBER, 100, 9285, , 27), (BES_PAYLOAD_OBJECT, 100, false, , 27), (ECX_ATTACHMENTS, 100, , , 27), (ECX_TRANSACTION_TYPE, 100, XKLB, , 27), , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , )), 0, , )
    When I tried to select APPLSYS.WF_WS_JMS_IN for the 2nd time, there is no result, which means the business event has been triggered, right?
    So in this point I still don't have any idea why the process is (likely) ended after enter the Queue and the message can't store into B's database yet.
    Do I miss any setup when changing from OXTA into SOAP protocol to send XML message?
    Any urgent help most appreciated.
    Best Regards,
    Rheza

    Hi,
    Did you ever get any answers to this? We are thinking about the same thing.
    Thanks
    Darma
    [email protected]

  • Can EBS E-Tax be used as Tax Engine For External Systems

    Dear E-Tax Gurus,
    I have a question regarding to e-tax engine in R12. Assuming we have EBS R12 and another system that is not EBS, but both has same customer base and same product base (so customer and product which we get is exactly same from that system). Is there a public nor private API that calculates tax for given item, customer etc?
    What could be the consequences if we create a wrapper API that uses some internal API if there is available?
    Thanks for replies.
    Bilal

    To answer to your question, EBTax cannot be used on non-EBS. EBTax is an integral part of financials suite, especially with AR.

  • A note on Setup Manager - Application Change Management Pack

    Hi All,
    This is Mugunthan, Development manager for iSetup and Setup Manager. I am happy to begin my note with the launch of Application Change Management Pack 3.1. For those who are not aware of Application Change Management Pack, it is a new product built on top of Oracle Enterprise Manager and comprises of three major modules namely Setup Manager, Customization Manager and Patch Manager. You can find more information about this pack here (LCM: Oracle Application Change Management Pack Setup Manager is enhanced and advanced version of iSetup on Oracle Enterprise Manager. There were good amount of reasons to re-architect iSetup on Oracle Enterprise Manager as Setup Manager.
    Why Setup Manager?
    Ability to migrate to data over point releases of EBS – EBS comes up with rollup patches on top of major releases periodically. It means that you have to certify the patch before it get deployed on to production which means that setup data are to be certified again. iSetup cannot connect between 12.0.4 to 12.0.6 or 12.0.6 to 12.1.1. We have achieved the data migration for above scenarios in Setup Manager (11i to R12 is not supported in Setup Manager)
    Projects – Setup Manager supports grouping of Extracts, Transforms, Loads and Reports as a single entity and can be deployed multiple times to multiple targets. The project consists of one or more tasks (of type Extract/Load/Transform/Report) and can be orchestrated according to your ends. Project execution supports scheduling which means that you can use this feature to sync up setup data between two instances at periodic internal. Projects can be shared with other users which is remarkable difference between iSetup and Setup Manager. You can share your projects with others in a combined development environment. The functional configuration data (Extracts) are stored in Oracle Enterprise Manager. This means that you can refresh EBS without losing Extracts.
    Integration with Change Approval mechanism – Execution of projects is integrated with change approval mechanism which means that you can control who executes what. Also, you have fine grain access control where you can control EBS targets assigned to a user.
    Offline Transformation – I would say this is the most unique feature of Setup Manager and as an implementer you would welcome this feature very much. iSetup has got very limited capability on Transformation. Here we have gone way ahead and support Transformation on almost all Setup Objects. We present you the extracted data in excel sheets. You can download the excel template and work offline. All the attribute value fields in the excel sheet are editable which means that you supply your own value. For example, you can download Operating Unit data in xls file and change operating unit “OU100” to “OU200” and upload it back to system and load to target instance. Please note that any attribute of Operating Unit setup data can be edited. Also, system has got intelligence and once you upload the excel sheet, it automatically changes all the inventory organization which belongs to “OU100” to “OU200”. This behavior can be controlled using attribute mapping which you can create in Setup Manager. Hold on, this is not the end, also you can add more operating unit in excel, say OU300 and OU400 and load it to target instance. You can delete few Operating Units from extracted data in excel sheet and load the remaining to target instance. This gives you complete flexibility to manage (add/edit/delete) functional configuration data offline. This is fantastic feature and please have a look at how it works.
    Advanced Filtering – Filter support in iSetup is not flexible where you cannot use comma separated values and complex sql join conditions. Also you do not know what query is executed behind the scenes to the data. All this problems are addressed in Setup Manager 3.1. We show you the “select clause” (SQL) associated with interface and provide you a text field where you can refer the select clause and provide your own custom where criteria (SQL). This means that filter support is unlimited and you can set filter any database columns. For example, you can extract “Responsibilities/Menu” which are active or created as on yesterday. You can extract all Operating Units excluding “OU100 and OU200”. We support all filter criteria that are supported by SQL.

    Hi,
    your note very interesting. Is there any other way to extract the configuration using SQL? not using Enterprise Manager? hope this will be fastest way then using GUI base.
    Thanks,
    Fahmi Fahlevi

  • Setup Manager - Application Change Management Pack

    Hi All,
    This is Mugunthan, Development manager for iSetup and Setup Manager. I am happy to begin my note with the launch of Application Change Management Pack 3.1. For those who are not aware of Application Change Management Pack, it is a new product built on top of Oracle Enterprise Manager and comprises of three major modules namely Setup Manager, Customization Manager and Patch Manager. You can find more information about this pack here (LCM: Oracle Application Change Management Pack Setup Manager is enhanced and advanced version of iSetup on Oracle Enterprise Manager. There were good amount of reasons to re-architect iSetup on Oracle Enterprise Manager as Setup Manager.
    Why Setup Manager?
    Ability to migrate setup data over point releases of EBS – EBS comes up with roll-up patches on top of major releases periodically. It means that you have to certify the patch before it get deployed on to production which means that setup data are to be certified again. iSetup cannot connect between 12.0.4 to 12.0.6 or 12.0.6 to 12.1.1. We have achieved the data migration for above scenarios in Setup Manager (11i to R12 is not supported in Setup Manager)
    Projects – Setup Manager supports grouping of Extracts, Transforms, Loads and Reports as a single entity and can be deployed multiple times to multiple targets. The project consists of one or more tasks (of type Extract/Load/Transform/Report) and can be orchestrated according to your needs. Project execution supports scheduling which means that you can use this feature to sync up setup data between two instances at periodic internal. Projects can be shared with other users which is remarkable difference between iSetup and Setup Manager. You can share your projects with others in a combined development environment. The functional configuration data (Extracts) are stored in Oracle Enterprise Manager. This means that you can refresh EBS without losing Extracts.
    Integration with Change Approval mechanism – Execution of projects is integrated with change approval mechanism which means that you can control who executes what. Also, you have fine grain access control where you can control EBS targets assigned to a user.
    Offline Transformation – I would say this is the most unique feature of Setup Manager and as an implementer you would welcome this feature very much. iSetup has got very limited capability on Transformation. Here we have gone way ahead and support Transformation on almost all Setup Objects. We present you the extracted data in excel sheets. You can download the excel template and work offline. All the attribute value fields in the excel sheet are editable which means that you supply your own value. For example, you can download Operating Unit data as xls file and change operating unit “OU100” to “OU200” and upload it back to system and load to target instance. Please note that any attribute of Operating Unit setup data can be edited. Also, system has got intelligence and once you upload the excel sheet, it automatically changes all the inventory organization which belongs to “OU100” to “OU200”. This behavior can be controlled using attribute mapping which you can create in Setup Manager. Hold on, this is not the end, also you can add more operating unit in excel, say OU300 and OU400 and load it to target instance. You can delete few Operating Units from extracted data in excel sheet and load the remaining to target instance. This gives you complete flexibility to manage (add/edit/delete) functional configuration data offline. This is fantastic feature and please have a look at how it works.
    Advanced Filtering – Filter support in iSetup is not flexible where you cannot use comma separated values and complex sql join conditions. Also you do not know what query is executed behind the scenes to get the data. All this problems are addressed in Setup Manager 3.1. We show you the “select clause” (SQL) associated with interface and provide you a text field where you can refer the select clause and provide your own custom where criteria (SQL). This means that filter support is unlimited and you can set filter on any database columns. For example, you can extract “Responsibilities/Menu” which are active or created as on yesterday. You can extract all Operating Units excluding “OU100 and OU200”. We support all filter criteria that are supported by SQL.

    Hi Mugunthan,
    Can you provide links to any tutorial or example (screenshots) of using Setup Manager to transfer something between two environments (say Users or DFFs)?
    Thanks,
    Gareth

  • Is there a built-in web service for FND_REQUEST.submit_request  API?

    This is with regards to EBS Concurrent Requests and their execution.  I am doing a PoC around this EBS integration.  In this regard, I needed some help.  I would like to know, does EBS have any built-in mechanism that could expose the FND_REQUEST.submit_request  API as a web service method?  If so, could you please point me to some documentation around the same?
    Or, is there any alternate way that this could be achieved, in order to execute a Concurrent Request as a web service?

    Hi All,
    I was able to find the answer to this.  Use Integrated SOA Gateway.
    1. Login to EBS as a user with Integrated SOA Gateway role access
    2. Select Integration Repository
    3. Navigate to Applications Technology -> Application Object Library -> Concurrent Request -> Submit Request
    5. Click Generate WSDL button
    6. Once the WSDL gets generated, you can select the Username Token policy and Deploy the FND_RQUEST as a service.
    Thanks

  • Upload [Flat File]

    Hi I'm using oracle apps R12..
    in oracle apps R12 is there any possibility to upload flat file into oracle apps? from client side?
    plzz help

    Hi,
    IINM, DataLoad can be used for free (Basic version). If you do not want to use this tool, you could use WebADI instead of ADI (as you are on R12).
    Build Custom WebADI Integrators with EBS 12.1.2 Desktop Integration Framework
    http://blogs.oracle.com/stevenChan/2010/02/webadi_dif_ebs.html
    Useful Web ADI custom integrators docs
    Useful Web ADI custom integrators docs
    Oracle Web Applications Desktop Integrator Implementation and Administration Guide
    http://download.oracle.com/docs/cd/B53825_03/current/acrobat/121bneig.pdf
    Thanks,
    Hussein

  • Changing ownership of OBI report

    OBIEE version 10.1.3.4
    OBI integrated with Oracle EBS R12 using cookie base integration method.
    A user's last name changed and the help desk personnel renamed the oracle EBS user. However, that has caused the user to loose her reports from he my folder.
    Although we can see and the files from he old my folder from server, we cannot change ownership to the new user name.
    Is there any way to change the ownership of the OBI reports from the older user name to the new one? I read some articles in google and there are some links that describe how it can be done by manipulating the ATR file.
    However I could not relate what was written in those articles to what I see the ATR file I have.
    Has anyone manipulated ATR files before to change owners? Can you provide some directions if you have done so successfully?

    I have tried that by logging in as Administrator and i can't do that. The system indicates Administrator does not have permissions on the user's old folder or any user's folder.
    Any other suggestions? Am I missing something?
    Thank you

  • No site2pstoretoken from SSO partner error in EBS - OAM integration

    Hello ,
    We have implemented an SSO integration between EBS and OAM. The architecture simply consists of the following elemens.
    E-Business Suite 11i with SSO enabled.
    IIS Web Server
    Oracle Access Manager
    Oracle Internet Directory
    Orache Http Server
    User types the ebs login page, and is redirected to OAM, OAM pushes IIS to ask for login credentials (or gets this information from domain) , and then authenticates user from OID. Then redirects user to EBS.
    This should be the case, but after asking for login credentials, user sees "500 Internal Server" error. And the ssoServer logs the error "No site2pstoretoken from SSO partner" . And if user goes to address line and requests EBS's url again, it works fine and he is logged in the application. I believe there is a kind of redirection problem but I couldn't find out why.. Does anybody faced the similar problem ?
    Thank you
    Kind Regards, Ece

    Some problem with the integration and the restoring after that. Set up a new environment where this issue didn't occur.

  • Session keep Alive when EBS is integrated with OIF acting as SP

    We have an E-Business Suite R12(12.1.3) Application which is integrated with Oracle Access Manager 11.1.1.5. For authentication the Oracle Access Manager delegates the authentication request to Oracle Identity Federation acting as a Service Provider (SP). There is a home-grown SSO which acts as the Identity provider by Federating it with OIF using SAML 2.0 protocol.
    The integration is successful and EBS is able to authenticate using this third party SSO.
    Now there are multiple applications which are integrated with this third party SSO and the user can access any of these applications including EBS.
    Considering a scenario where a user is using EBS Application say for more than 30 mins. Now when he tries to login to another application the challenge screen is thrown though he can continue to work on EBS without any issue. The reason being that the session timeout on the IDP side is set to 30 mins.
    To overcome this issue the solution that has been thought of using a javascript for each page load on the application which will update the SSO token with the latest UTC time on the IDP server. This has been successfully done for all other applications except EBS.
    So my question is how we can call this java script for each page load for EBS?
    Thanks & Regards
    Sarbashis

    It appears that OAM is removing the url parameters for the p_done_url sent to it by OIF.
         302 Redirect to -> Location: https://sso.mycompany.com/oam/server/logout?p_done_url=https%3A%2F%2Fsso.mycompany.com%2Ffed%2Fuser%2Fsloosso%3Fid%3Dosso%26type%3D3&invokeOSFSLogout=false
         Result: 200. Set-Cookie OAM-ID to expired.
    Form Submits: https://sso.mycompany.com/fed/user/sloosso
    Result: 500 Error
    Notice the p_done_url value in the redirect has extra parameters which when the Form is submitted are lost.
    If I manually enter the url: https://sso.mycompany.com/fed/user/sloosso?id=osso&type=3&invokeOSFSLogout=false
    Then I am successfully logged out.
    This seems almost like a bug in OAM...

Maybe you are looking for