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~

Similar Messages

  • DRM EBS GL Integration

    Hello Gurus,
    I am trying to find the OracleGL_DRM_AppTemplate.xml. It should have been installed during the R12 EBs GL upgrade and was not. Anyone know where else I can find the OracleGL_DRM_AppTemplate.xml file if it wasn't installed as part of R12 GL?
    Thanks!

    Looked at my original SR this is the patch required.
    Patch 11659733 has a pre-req: 10632813

  • DRM EBS Issue.

    While running the concurrent program(Load segment values and Hierarchies) in EBS we are getting the below error.
    Please help in this regard.
    As the version is already available in DRM, also find the Log file attached.

    Hi,
    Please go through the below Support doc..
    let me know if you still have issues will try to fix them.
    EBS-DRM Integration: Configuration Checklist and Troubleshooting (Doc ID 1378989.1)
    Thanks,
    ~KKT~

  • OBIEE-EBS data security integration

    Hi all,
    I am trying to implement the HR-Org based data security in EBS-OBIEE integration.
    After creating the initialization blocks EBS Single Sign-on Integration,Get Oracle EBS Security Context,Group-EBS Responsibility I have created a new initialization block HR Organizations to populate the session variable "HR_ORG" and I am using the following the query.
    Even though the session variables GROUP and USER are getting their values correctly and integration works fine, the variable HR_ORG says "has no value definition".
    [nQSError: 10058] A general error has occurred. [nQSError: 23006] The session variable, NQ_SESSION.HR_ORG, has no value definition. (HY000)
    SQL Issued: SELECT "Per Business Groups"."Business Group Id", VALUEOF(NQ_SESSION.HR_ORG) FROM HR
    Please help me for implementing the data security after the EBS-OBIEE integration..
    For populating HR_ORG variable by row wise initialization:
    SELECT DISTINCT 'HR_ORG',TO_CHAR(SEC_DET.ORGANIZATION_ID)
    FROM
    SELECT
    'HR_ORG', ASG.ORGANIZATION_ID
    FROM
    FND_USER_RESP_GROUPS URP
    ,FND_USER USR
    ,PER_SECURITY_PROFILES PSEC
    ,PER_PERSON_LIST PER
    ,PER_ALL_ASSIGNMENTS_F ASG
    WHERE
    URP.START_DATE < TRUNC(SYSDATE)
    AND (CASE WHEN URP.END_DATE IS NULL THEN TRUNC(SYSDATE) ELSE TO_DATE(URP.END_DATE) END) >= TRUNC(SYSDATE)
    AND USR.USER_NAME = ':USER'
    AND USR.USER_ID = URP.USER_ID
    AND TRUNC(SYSDATE)
    BETWEEN URP.START_DATE AND NVL(URP.END_DATE, HR_GENERAL.END_OF_TIME)
    AND PSEC.SECURITY_PROFILE_ID = FND_PROFILE.VALUE_SPECIFIC('PER_SECURITY_PROFILE_ID', URP.USER_ID, URP.RESPONSIBILITY_ID, URP.RESPONSIBILITY_APPLICATION_ID)
    AND PER.SECURITY_PROFILE_ID = PSEC.SECURITY_PROFILE_ID
    AND PER.PERSON_ID = ASG.PERSON_ID
    AND TRUNC(SYSDATE) BETWEEN ASG.EFFECTIVE_START_DATE AND ASG.EFFECTIVE_END_DATE
    AND URP.RESPONSIBILITY_ID = DECODE(FND_GLOBAL.RESP_ID,
    -1, URP.RESPONSIBILITY_ID,
    NULL, URP.RESPONSIBILITY_ID,
    FND_GLOBAL.RESP_ID)
    UNION
    SELECT DISTINCT 'HR_ORG',
    ORGANIZATION_ID
    FROM PER_ALL_ASSIGNMENTS_F ASG,
    FND_USER USR
    WHERE ASG.PERSON_ID = USR.EMPLOYEE_ID
    AND USR.USER_NAME = ':USER'
    AND TRUNC(SYSDATE) BETWEEN ASG.EFFECTIVE_START_DATE AND ASG.EFFECTIVE_END_DATE
    AND ASG.PRIMARY_FLAG = 'Y'
    ) SEC_DET
    Thx!

    Duplicate post see Re: obiee-ebs  data  security integration

  • 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

  • EBS-OTM Item Integration BPEL Console question

    Hello All,
    I apologize in advance if this is the incorrect category in which to post the question.
    We are trying to customize the Item Integration piece that comes into OTM (6.1.0) from EBS Order Management (11.10). We have made our changes to the APPS package and the JAR files in the WshSendItemRefDataToOtm bpel instance.
    When we test our changes, we can see our new elements and their values (DOMAIN NAME TMS and XID CASE) coming through during the G_getEBSItemInfo_OutputVariable in the BPEL audit (InvokeEBSItemPL) but the values are not there for the outputVariable from WshXFormToOutput. Our new elements show in its XML, but they are empty? Any ideas?
    InvokeEBSItemPl:
    (we have added the PACKAGEDITEMSPECREF element)
    <GET_EBS_ITEM_INFO xmlns="">
    <GET_EBS_ITEM_INFO_ITEM>
    <ITEM>
    <TRANSACTIONCODE>IU</TRANSACTIONCODE>
    <ITEMGID>
    <GID>
    <DOMAINNAME>TMS</DOMAINNAME>
    <XID>1050-673466</XID>
    </GID>
    </ITEMGID>
    <ITEMNAME>803125</ITEMNAME>
    <DESCRIPTION>S56 BB 4CS</DESCRIPTION>
    </ITEM>
    <PACKAGING>
    <PACKAGEDITEMGID>
    <GID>
    <DOMAINNAME>TMS</DOMAINNAME>
    <XID>1050-673466</XID>
    </GID>
    </PACKAGEDITEMGID>
    <DESCRIPTION>S56 BB 4CS</DESCRIPTION>
    <PACKAGEDITEMSPECREF>
    <SHIPUNITSPECREF>
    <SHIPUNITSPECGID>
    <GID>
    <DOMAINNAME>TMS</DOMAINNAME>
    <XID>CASE</XID>
    </GID>
    </SHIPUNITSPECGID>
    </SHIPUNITSPECREF>
    </PACKAGEDITEMSPECREF>
    </PACKAGING>
    </GET_EBS_ITEM_INFO_ITEM>
    </GET_EBS_ITEM_INFO
    WshXFormToOutput:
    <ns1:TransmissionBody>
         <ns1:GLogXMLElement>
         <ns1:ItemMaster>
              <ns1:Item>
              <ns1:TransactionCode>IU
              </ns1:TransactionCode>
                   <ns1:ItemGid>
                   <ns1:Gid>
                   <ns1:DomainName>TMS</ns1:DomainName>
                   <ns1:Xid>1050-673466</ns1:Xid>
                   </ns1:Gid>
                   </ns1:ItemGid>
                   <ns1:ItemName>803125</ns1:ItemName>
                   <ns1:Description>S56 BB 4CS</ns1:Description>
              </ns1:Item>
              <ns1:Packaging>
              <ns1:PackagedItemGid>
              <ns1:Gid>
                   <ns1:DomainName>TMS</ns1:DomainName>
                   <ns1:Xid>1050-673466</ns1:Xid>
              </ns1:Gid>
              </ns1:PackagedItemGid>
              <ns1:Description>S56 BB 4CS</ns1:Description>
              <ns1:PackagedItemSpecRef>
              <ns1:ShipUnitSpecRef>
              <ns1:ShipUnitSpecGid>
                   <ns1:Gid>
                   <ns1:DomainName/>
                   <ns1:Xid/>
                   </ns1:Gid>
              </ns1:ShipUnitSpecGid>
              </ns1:ShipUnitSpecRef>
              </ns1:PackagedItemSpecRef>
              </ns1:Packaging>
         </ns1:ItemMaster>
    </ns1:GLogXMLElement>
    </ns1:TransmissionBody>

    I suppose you are using seeded BPEL jar for OTM-EBS integration. I think you need to make the changes to code. unzip the jar and in .xslt file make the changes. Once done you have to Jar the file again and deploy it.
    We had a similar issue when we added new fields, but we found out it alwyas better to write our own custom code than using oracle provided BPEL code.
    Regards
    Sahil

  • Oracle EBS content repository integration with UCM(Web Center)

    Hello,
    have any one try to user Oracle EBS content repository to integrate with UCM (Web Dav or Web serice) is this supported method to keep attachmnets forom FND_BLOB to Web Ceneter, Where I can find  any documntation
    Thank you

    Didn't see the link in your post. may have been stripped.
    if you want to use the ebs native attachment lists, what we've done is used a custom bpel composite to load items into the appropriate entity in the fnd_documents and all of those other related ebs tables. this takes webcenter out of it for the most part. you could also load links, similar to the imaging solution's approach. this way, again, uses the ebs attachments, but stores the image in IPM (in the imaging case, that is). there is a link loaded into the fnd tables.
    if you want to leverage the ebs-side attachment lists, managed attachments may not be the approach you want to take. You may want to look into the imaging solution or creating a custom process.
    -ryan

  • Oracle EBS - BPEL/BPM integration

    Hi
    Edited by: user10467930 on Sep 19, 2009 12:57 PM

    Oracle BPM has no adapter, it not really Oracle strategic product in the short term.
    Oracle OSB 10.3 has a BPEL transport
    If you are using the Oracle ESB from iAS use fastpath
    http://www.oracle.com/technology/products/integration/esb/files/esb-presentation-bpel-fastpath.pdf
    BPEL back to OSB can be implmented via SOAP calls.
    cheers
    James

  • Oracle EBS / MS Outlook Integration Options for Workflow Approvals

    My organization is using Oracle Applications 11.5.10.2 and is currently in the process of upgrading to R12.
    I've recently been asked to investigate and provide options for stream-lining users' ability to respond to workflow notifications from within Oracle Applications, removing the need for users to have to log into Oracle or send an e-mail response to the workflow notification mailer.
    Is anyone aware of any out-of-box mechanisms or 3rd party bolt-on solutions that would achieve this?
    For example, rather than a receiving a workflow notification e-mail asking an approver to log into Oracle to approve a purchase order, time card, recruitment request, or expense report, my business users would like to be able to approve or reject the approval directly from within MS Outlook.
    One option would be to utilize the inbound workflow e-mail processing (e.g. for the user to send a reply e-mail response back to workflow notification mailer), but I'd like to know if there are any other options - such as an add-in within MS Outlook that would prevent the business user from having to send an e-mail response message.
    Greatly appreciate any ideas or suggestions.
    ~Jeremy

    The note id's provided above are very helpful for understanding how to control the two out-of-box mechanisms for responding to approval notifications
    Option 1: Users click on the "Please click here to respond" hyperlink in the e-mail, log into Oracle Apps, and respond to the notification
    Option 2: Users click on the "Accept" or "Reject" hyperlinks provided in the workflow e-mail notification, which creates an response e-mail notification containing the notification_id and response (e.g. accept or reject). The response gets processed by the workflow notification mailer.
    My organization currently uses both both options (option 1 for some approval workflows, option 2 for others), and I'm familiar with how to toggle a particular workflow approval notification between these two options.
    However, my organization wishes to pursue another option that would involve creating a composite application or enterprise application mash-up, accessible within MS Outlook, that would allow an Oracle apps user to see his or her list of open notifications (within Outlook) and respond to the notifications from either Outlook or our corporate intranet web site. We recently implemented an Identity Access Management solution and have a good link established between each LAN (MS Exchange) user account and his or her Oracle Apps user account.
    To my knowledge, there is not out-of-box way to do this and it would require implementing a third-party bolt-on if one exists that would meet this need. Maybe one option would be to create a simple ADF application that would find open notifications in Oracle for the current user and wrap the seeded API's used to respond to the notification.
    Please let me know if anyone else has any feedback or prior experience addressing a similar business need.

  • Integrating Hire/Terminate employee between EBS and Fusion HCM

    Hi,
    We are exploring EBS and Fusion co-existence model. e.g. co-existence of Core HR, Payroll in EBS with Fusion Talent Management.
    We have following requirement - "When an employee is hired in EBS R12, the integration components should be triggered and employee should be shown as Hired in Fusion with the same start date."
    Are there any existing integration components in EBS/Fusion to accomplish this?
    Thanks
    P.S. I had posted this in "Fusion Applications > Customizations, Extensions and Integrations" forum. But they suggested to post this in HCM forum.

    Hi.
    Your requirement seems quite function specific, and as such I would suggest you also post to the HCM forum as there could be people doing the same thing there.
    Most of the packaged integrations are based around moving and sync-ing data between systems periodically, whereas I think you want a live invocation, such as the public WebServices might offer. As such please review content on http://fusionappsoer.oracle.com where you'll find all those listed with lots of supporting material as well.
    Hope this gets you going in the right direction.
    Kind regards
    Richard
    Oracle Developer Relations

  • Integrating external sever with EBS

    I am working on Jdeveloper 10.1.3.3 and Oc4j application server. we are in a process of integrating external sever to EBS which is running on different server and i refered the Ebiz software development kit for java and they mentioned that we need to first register the external application server with EBS. Below are the lines from the document.
    java oracle.apps.fnd.security.AdminDesktop <apps user>/<apps pwd> \
    CREATE \
    NODE_NAME=<node name of the external application server> \
    [IP_ADDRESS=<IP address of external application server>] \
    DBC=<full name and path of existing standard dbc_file>
    NODE_NAME=<node name of the external application server> \ - Do we have to specify my computername for this entry or anything else?
    Help me out on this.

    BI Publisher should use Oracle BI EE security Model once you have configured EBS to OBIEE integration.
    Follow this link : http://www.clearpeaks.com/blog/oracle-bi-ee/e-business-suite-authentication-for-bi-publisher
    hope this helps. Pls mark.
    Thanks,
    SVS

  • How to add security credentials to SOAP header for EBS Web Service call..

    All,
    I am trying to invoke a webservice that I successfully exposed as a WSDL Web Service using EBS Integrated SOA Gateway. I am using OBIEE 11g Action Framework which uses WebLogic.
    Here are the steps I completed:
    - I exposed a WSDL web service in EBS R12 via Integrated SOA Gateway
    - I granted the access to this service in EBS R12 to user SYSADMIN
    - I used OBIEE 11g to make a Action to call the Web service (using Action Framework) by searching for the WSDL
    - When I try to execute the action: I get the error:
    Action could not be invoked.
    ServiceExecutionFailure :
    Error invoking web service HR_PHONE_API_Service at endpoint http://ip-10-87-33-3.ec2.internal:8000/webservices/SOAProvider/plsql/hr_phone_api/ Missing <wsse:Security> in SOAP Header
    PROBLEM: I am unsure how to add the credentials for SYSADMIN user and password to add the SOAP username/pwd to the outgoing call. Anyone on this forum know how to set up the SOAP to call with the correct credentials? I have been looking at the documentation but it is not clearly explained.

    Dear Heiko,
    did you solve this problem?
    We are facing the same problem. Every parameter that requries "cmd" does not work. I guess we don´t use this paramter the right way.
    Best, Chris

  • EBS Resposibility mapping to Roles in EM without EBS SSO

    Hello All,
    I have a hard time on figuring out how to implement data level security in OBIEE 11g.
    We are implementing OBIEE 11g with EBS r12 source ( NOT OOTB) . The EBS ICX based integration has NOT been used instead SSO is achieved thru Windows Native Authentication ( user logs in Windows credentials without entering username or password )
    Now when it comes to authorization part the Responsibilities from EBS need to be passed to Roles in EM and Web catalog groups in presentation services.
    How can we implement data level security per EBS hierarchies .?
    Anyone has tried this before .? Pls help.!
    Thanks in advance,
    -SVS

    SSVS wrote:
    Thanks for the response.
    Custom table with Network login ID an EBS RESP , USER ID could be populated and refreshed nightly to capture the updates. Also I was mainly wondering about data security , for eg. Consider Projects Module , there are certain restriction for certain Projects and Task information are pertinent to Project Managers and not all users with Projects Role could access this information.
    Likewise for any financial module. Pls let me know.
    Thanks,
    -SVSThe way we implemented security in projects module, is by creating an ETL interface that does a full load of the project security table, which holds the project managers to their projects information. So the table would look like below:
    User ID Project Number Active_Flag
    abc123 301301301 Y
    bbc123 103103103 N
    There will be another table which stores the user to roles relationship like svee mentioned in his post. Roles session variable would be puling data from the user to role table, where as project_key sesison variable would pull in the data from the project security table, and therefore both data level and object level security is achieved.
    Please mark if helps.
    Thanks,
    -Amith.

  • How can I force DRM-BATCH-CLIENT to create a non-combined Book export

    We are running EPM 11.1.2.1 and feeding master data from DRM to Planning via a Book.
    This process has been working fine run from a client. We export the Book and DRM delivers a zip file to the client PC which we can place on the server and load.
    We are now trying to automate the end to end process so are looking at using the DRM Batch Client.
    If we run with "CombineExportOutput=Y" we can create a single text file no problem.
    Whenever we set "CombineExportOutput=N" we can't get any export file created.
    We really want to do is to get the same zip file with multiple dimension files inside it as we do when running from the client. How do we do this?
    The manual indicates that the files created take their names from the exports but I am not sure about where this comes from.
    The exports and books are set with a target of 'Client'
    Our redacted config file is show below:
    [General]
    Operation=Export
    UserName=<user>
    Password=<passwd>
    URL=net.tcp://<drmserver address>:5211/Oracle/DRM/ProcessManager
    LogFileName=C:\rja\DRMEXPORT.log
    ObjectAccess=System
    [Export]
    ExportType=Book
    OutFile= "C:\rja\DRM_Book\Plan_Book.zip"
    BookName="PSPB_Book"
    CombineExportOutput=N

    OK, I can see that now. Strange that DRM is under System Integration and not EPM (kinda understand it but the various EPM bits do seem to be treated differently across the Oracle website).
    PLUS if I look at [The Forum Desription|https://forums.oracle.com/forums/forum.jspa?forumID=409] it states :
    Covers Hyperion Financial Data Quality Management, Hyperion Data Relationship Management (formerly Hyperion MDM), and respective administration/development topics
    I would not have posted if that description had not been there - can anyone update it?
    I have re-posted the thread!
    Edited by: 949747 on 23-Jan-2013 19:11

  • Integrate EBS with Java Applications and Legacies

    Hello everybody!.
    I'm a new on SOA and i want start to learn about this, and how integrate EBS and a JAVA application between them.
    I read about the API's that EBS public (API Integrator), but, i don't have idea how i can consult this API's from a simple web services of my java aplication. It's posible to do that without use bpel?
    You could see that i don't have any experience on this, so, if you could tealme about some papers and what tecnology i need to use to resolve that, would be great.
    Thanks to all

    Please people, somebody?
    I need start to integrate ebs with j2ee aplication. What i need to read? What technology it's usefull? It's free (GPL)?
    Please, please, please.

Maybe you are looking for