PIM: BUSINESS EVENT :oracle.apps.ego.item.postItemUpdate

Hi ,
I have enabled this BE and writing custom valdation on subcription fuction executed by this Event.
In PL SQL code I am returning error by RETURN 'ERROR' stmnt from the function and the activity should be stopped or rollback when it encounter errors.
So when I update a item and return error from the Subscription Function the updation of items does not get stopped and system updates items even the BE function return with error.
Please help me how to return error on OAF/FORM/IOI/EXCEL Upload if Subscription Function ends with error
-SJ

Hi,
Run the query in this document (Step 2) to verify if the event is enabled and licensed.
Note: 549035.1 - Product Data Is Not Synchronized From E-Business Suite To Siebel CRM On-Demand
https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=549035.1
Regards,
Hussein

Similar Messages

  • What is the point of commit for oracle.apps.ego.item.postAttributeChange ?

    I'm using the Advanced Product Catalog APC (PIM Data Hub PDH) and have a question regarding the business event oracle.apps.ego.item.postAttributeChange
    Does anyone know if this event is raised after the commit of the entire record, or is the actual attribute group row insert/update/delete commited individually?
    The reason I ask is because the rule function that will be fired by this event will need to capture additional item information that could be contained in separate rows or tables and need to know if it will be available at the point in time this event is raised.
    Thanks for any advice on this topic.

    @W_J_T (and MikeChambers)
    “yeah you gotta be good at something rather than no good at anything, that is true. ;-)
    I guess that is why I don’t understand this big push by Adobe to make their users become mediocre in many areas. Can you please elaborate on this point Mike Chambers? Why should I be bad at a lot of things rather then good at a few things? I don’t get it.
    “As far as apps vs fields, the first thing many people wanna know is if you know the required software for the given task(s).”
    On one hand I understand the need to have software skills on the other hand software skills without artistic talent does little good.
    “Why that is I don't know, its rather odd and does not allow people the same ability to only focus on their more specialized sectors like in the past with the Creative "Suites".”
    I understand the problem Adobe had with suites; all the products had to be released on the same time schedule which meant some were released way before they should have been. CC gets around that problem but Adobe hasn’t done a good job at telling why anyone needs all the apps.
    “Did you just wish to have some dialog, or do you have a specific question or suggestion about things? I am kind of confused at this point sorry. ;-)”
    It just seemed odd to me when I kept hearing these Adobe evangelists getting excited about the ability to use so many apps. I came here since I was hoping Adobe could explain why having apps in so many fields that you are not talented in is a good deal. So far I am still waiting for Adobe to answer that question.
    “your passion seems to be solely the design aspect of things.”
    Yes, it is but perhaps most importantly is the issue of time dedicated to learning a new craft. I have a good amount of design work so looking into a career change at this point doesn’t make sense for me. If I changed my career I would have to turn down design work that I currently have  coming in and that would be a little silly.

  • Business Event ORACLE.APPS.PER.API.ASSIGNMENT.UPDATE_EMP_ASG_CRITERIA

    Hi,
    According to Document id 1402385.1 , I have subscribed the business event ORACLE.APPS.PER.API.ASSIGNMENT.UPDATE_EMP_ASG_CRITERIA with a synchronous subscription with a phase 99. It is calling an extension which in turn calling hr_assignment_api.update_emp_asg api to update assignment details. Now it is working fine in Oracle forms.
    But when the same operation is being done in SSHR Pages for Manager Self Service responsibility the process could not be completed due to the following error.
    " The HR object is invalid Cause: The HR object which is attempted to be locked is inconsistent with the corresponding object in the HR Schema. Action: Retry the action with the correct object version number. " As the SSHR page do validation in P_VALIDATE= TRUE mode so this error is occurring.
    Now i tried to analyse the XML file generated by the business event. But I am not able to find whether it is being called as P_VALIDATE = TRUE or FALSE I want to know how to check whether the business event is called in TRUE mode or FALSE mode.
    Regards,
    Rakesh

    Hi ,
    Thanks Vignes for your reply.
    The problem is that I am trying to call a custom function through this business event which in turn is calling HR_ASSIGNMENT_API.UPDATE_EMP_ASG.
    Now when I am changing job or position in SSHR page it is validating the data I entered. So while validating they call that business event too. Now entering into that custom function it cannot decide whether the API should be called in P_VALIDATE=FALSE mode or P_VALIDATE=TRUE mode.
    So I am trying to know whether is there any way to know P_VALIDATE mode when the business event is fired.
    Regards,
    Rakesh

  • Autocreate task raise business event oracle.apps.jtf.cac.task.createTask?

    Hi All!
    How can I check if event oracle.apps.jtf.cac.task.createTask was raised when a task was created?
    This event will raise every time a task is created independent of which process created the task? I mean if the task was automatically created when SR is created or if the task is manually created?
    How can I test this business event manually?
    In our environment (EBS 11.5.10.2) there are following subscriptions to this business event:
    CS_SR_SECURITY_UTIL.SECURE_SR_TASK_OWNER
    jtf_task_wf_subscribe_pvt.create_task_notif_subs
    CS_SR_CHILD_AUDIT_PKG.CS_SR_Audit_ChildEntities
    I have added subscription xxcsf_002_wf_subscribe_pkg.create_task, which calls to function (create_task) in a DB package (xxcsf_002_wf_subscribe_pkg). The first thing I do, before anything else, is logg to a custom table the event of entering the package function but then when task is created in "Enter Request Service" form nothing is logged in the custom table.
    What am I doing worng? Thanks in advance for the help!
    Patricia

    Hello again and thanks Nagamohan,
    The sql returned 0 so that means the event is not fired. How do I make it fire. Isn't it standard? Is there some setup I have to do or enabled somewhere? I have this requierement to create automatically an assignment for tasks automatically created when SR is created in Field Service Technician Portal. I thought I could create the assignment when this business event is raised, which means a task is being created and validating where it is originated from (WEB). I need to set scheduled dates for the task as well. I appreciate the help in this. I would like to use the business event to call on a package function but it is not being fired.
    Thanks in advance and regards,
    Patricia
    Edited by: Patricia Paredes on Feb 2, 2009 9:50 AM
    Edited by: Patricia Paredes on Feb 2, 2009 9:51 AM

  • How does oracle.apps.ego.item.preAttributeChange works?

    Pls explain the working of pre attribute change event.
    The business logic is implemented in pl/sql and the changes are getting commited before the validation and as per the functionality of pre attribute change event it is not supposed to work that way.

    Pls explain the working of pre attribute change event.
    The business logic is implemented in pl/sql and the changes are getting commited before the validation and as per the functionality of pre attribute change event it is not supposed to work that way.

  • Business Events : Oracle Advanced Product Catalog - Version: 11.5

    Hi
    We are using EBS R11.5.10.2
    I am not able to see any events related to Oracle Advanced Product Catalog when I try to search in Business Events.
    Events I am looking to find
    oracle.apps.ego.item.postItemCreate
    oracle.apps.ego.item.postItemUpdate
    Please let me know if we need to install any patch and what is missing ?
    Thanks,
    Rahul

    Hi Rahul,
    If you cannot find those business events then you need to apply a patch -- Product Data Is Not Synchronized From E-Business Suite To Siebel CRM On-Demand [ID 549035.1]
    I could not find any patch number for those events in MOS website for Oracle Apps 11i -- There are patches for R12 but it is not applicable.
    Please log a SR and Oracle support should provide you with the correct patch you need to apply.
    Thanks,
    Hussein

  • Capture event oracle.apps.wf.notification.receive.message

    Hi,
    I am trying to capture the event oracle.apps.wf.notification.receive.message.
    Whenever system receives an email response of a notification, I want to insert some values to a table.
    I have created subscription on this event and calling a package procedure which inserts the data into table.
    Now, If I test the event from the business events screen itself, subscription is working (i.e. inserting the data into table).
    However, when I am replying a notification, I can see that event is fired (from system administratoin->workflow->agent activity), but values are not being inserted in the table.
    My package procedure has pragma autonomous transaction and commit.
    Also, I have tried various combinations of event being Local or external.
    Any thoughts why the subscription is not coming in action?
    Thanks,
    Abdul Wahid

    One Update.
    I tried to fire some different event and registered this function with that.
    Its working with this event.
    Does that mean that oracle.apps.wf.notification.receive.message event is not being fired?

  • Does FND_USER_PKG.AddResp raise event oracle.apps.fnd.wf.ds.userRole.create

    Hi,
    When a new responsibility is added from the EBS forms UI to a user, the event oracle.apps.fnd.wf.ds.userRole.created is
    raised.
    If the responsibility is added to the user using the pl/sql stored procedure fnd_user_pkg.addresp, is the event
    oracle.apps.fnd.wf.ds.userRole.created raised as part of the stored procedure ?
    Thanks

    Hi,
    I believe it is called, just like creating a responsibility from the application. You may log a SR to confirm this with Oracle Support.
    Regards,
    Hussein

  • The cause of generation event oracle.apps.fnd.wf.ds.user.update?

    In which scenario, event oracle.apps.fnd.wf.ds.user.update will be generated besides updating user?

    user545541 wrote:
    In which scenario, event oracle.apps.fnd.wf.ds.user.update will be generated besides updating user?Please see Workflow Developer Guide, Page 9-45 -- http://download.oracle.com/docs/cd/B53825_08/current/acrobat/121wfdg.pdf
    Thanks,
    Hussein

  • Unsubscribe this event oracle.apps.fnd.wf.WFXLoad

    Hi,
    java oracle.apps.fnd.wf.WFXLoad -u <apps_un> <apps_pw> <apps_dbserver.+fqdn>:<db_port>:<SID> thin US \
    $FND_TOP/patch/115/xml/US/icxevte.wfx
    Above event enables us to have only single login on the desktop avoiding multiple logins. Can any one help me out to un-subscribe this event after enabling .. since i am getting any doc in metalink .
    Regards
    Bala

    Hi,
    Did you review the following documents?
    Note: 365445.1 - How To Run Oracle.Apps.Fnd.Wf.Wfxload Command
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=365445.1
    Note: 304209.1 - About the oracle.apps.icx.security.session.created business event.
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=304209.1
    Regards,
    Hussein

  • Event oracle.apps.ar.applications.CashApp.apply

    Hi,
    My application is using oracle.apps.ar.applications.CashApp.apply. I am familiar with AR in 11i I did not use any workflow/event. I do not know what this event does? Somebody can explain me this functionality (apps.ar.applications.Cas..)? Do I have to use it in my application I think I do not need any notification and additional action associated with cash apply.
    Regards,
    Luko  

    Event Details.
    Event Field Value
    Event Name oracle.apps.ar.applications.CashApp.apply
    Event Key oracle.apps.ar.applications.CashApp.apply_3491076_05-04-2012 13:19:33
    To Agent
    To System
    From Agent
    From System
    Send Date 13-05-1433 13:19:33
    Receive Date
    Priority 0
    Correlation ID
    Parameter : USER_ID 1844
    Parameter : RESP_ID 50862
    Parameter : RESP_APPL_ID 222
    Parameter : SECURITY_GROUP_ID 1107
    Parameter : ORG_ID 127
    Parameter : RECEIVABLE_APPLICATION_ID 3491076
    Parameter : TRX_PS_STATUS CL
    Parameter : RCPT_PS_STATUS OP
    Parameter : TRX_DUE_DATE 2456052
    Parameter : TRX_APP_AMT 1350
    Parameter : ERROR_TYPE ERROR
    Parameter : SKIP_ERROR_SUB 669603A288DE8CA7E040
    Parameter : SUB_GUID A242DC2FF79D70A7E030

  • Subscription to business event does not fire

    I am working in the R12 PIM product . I setup a subscription rule function for the event oracle.apps.ego.item.postItemCreate
    . I just added one line in my function to insert a value in a dummy table.
    But nothing gets inserted.
    Is there any table/view to check if the event was raised. Has anyone worked on PIM/PLM events. I enabled the event and created a subscription as per the PIM guide but the subscription is not raised.
    Any suggestions please ?
    thank you
    satya

    Satya
    I just checked the 12.0.4 instance, This event is disabled. Did you enable it before adding subscription?
    If, yes, have you used phase above 100 which defers the event, if not it is synchronous and the table should be populated.
    If deferred, check the table wf_deferred.
    select count(*),state
    from wf_deferred
    where corrid='APPS:oracle.apps.ego.item.postItemCreate'
    group by state;
    This SQL should return rows if the subscription is deferred one and state should be 2 if already processed oterwise 0.
    You can also test it by raising the event manually using test see whether the row comes into this.
    Thanks
    Nagamohan

  • Unable to configure Oracle Applications Adapter to capture Business Event

    Hi All,
    I am new to SOA and BPEL so please bare that in mind when reading and responding to this post.
    I am attempting to trigger BPEL from an EBS business event as per the SOA gateway developers guide.
    I am working on EBIZ R12.1.2, 11g weblogic, Jdev 11g release 1
    Step 1. I have enabled the business event oracle.apps.per.api.employee.create_employee and created a subscription from the integration repository which I can see from the business events subscription window.
    Step 2. I have created a new SOA project in JDev with an empty composite and added a BPEL process and called it createOrsResource.
    Step 3. Following this I opened the BPEL process and added in an applications adapter and set this up to interact with the WSDL that I got from going through the adapter configuration wizard (i.e. selected the business event detailed above).
    I then tried to compile and got the following error:
    Error: Load of wsdl "createEmployeeEvent.wsdl with Message part element undefined in wsdl [file:/D:/jdev_home/mywork/IntegrationApplication/integrationExample/createEmployeeEvent.wsdl] part name = WF_EVENT_T     type = {http://xmlns.oracle.com/xdb/APPS/createEmployeeEvent}WF_EVENT_T" failed
    This is obviously something to do with the business event message type that materialized when I selected the business event in the Adapter Config Wizard.
    I went back into the Apps Adapter and checked the config, when I clicked next .. next .. next etc... through the wizard just before hit the schema definition page I got the following error:
    null file is either missing or is corrupt.
    This schema defines the stricture of wf event. Wizard would not be able
    to edit the service
    Also when I tried to add an assign activity using the WF_EVENT_T as an input to another variable I got the following WF_EVENT_T node in the left mapping window:
    Exception: Unable to parse schema APPS_WF_EVENT_T_createEmployeeEvent.xsd
    Can anyone point me in the right direction???
    Keith

    Tapas123 wrote:
    Hi Osama,
    Database is working perfectly fine in my machine. Please let me know the procedure to fix the client issue , if you know.
    Thanks.It is not - else you would not have posted this thread. Home version architecture differs significantly from Professional version and higher, especially in the area of User Access Control. It is tough enough to try and solve issues on certified/supported OS versions/hardware, let alone on uncertified/unsupported ones ;-)
    http://en.wikipedia.org/wiki/Windows_7_editions
    http://docs.oracle.com/cd/E11882_01/install.112/e24187/pre_install.htm#CIHIAGFG
    Pl use a supported OS version
    HTH
    Srini

  • APPS Adapter (ESB) error while reading standard business event

    Hi,
    I tested the sample services on TEST (myhost:7780) to consume the standard business event (oracle.apps.ar.hz.PartySite.create). Following exceptions are logged in j2ee log files (Section-1). The business event message is also rejected (see section-2).
    Does anyone in this forum ever faced this issue OR any idea to address this issue more correctly.
    If you want I can provide the sample service deatail in email.
    J2ee Logs (Section-1)
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-09-28T19:15:08.676-04:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="WARNING"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>myhost</HOST_ID>
    <HOST_NWADDR>212.112.194.34</HOST_NWADDR>
    <MODULE_ID>esb.server.service.impl.inadapter</MODULE_ID>
    <THREAD_ID>80</THREAD_ID>
    <USER_ID>oracle</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>212.112.194.34:69270:1191017705321:68</UNIQUE_ID><SEQ>7043</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>Caught PCRetriableResourceException, reject/retry the message</MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[ORABPEL-12600
    Generic error.
    java.lang.NullPointerException
    at oracle.tip.esb.server.service.impl.inadapter.ESBListenerImpl.processMessage(ESBListenerImpl.java:368)
    at oracle.tip.esb.server.service.impl.inadapter.ESBListenerImpl.onMessage(ESBListenerImpl.java:295)
    at oracle.tip.adapter.fw.jca.messageinflow.MessageEndpointImpl.onMessage(MessageEndpointImpl.java:293)
    at oracle.tip.adapter.apps.AppsMessageEndpointImpl.onMessage(AppsMessageEndpointImpl.java:89)
    at oracle.tip.adapter.aq.inbound.AQActivationSpecDequeuer.doRaise(AQActivationSpecDequeuer.java:375)
    at oracle.tip.adapter.aq.inbound.AQActivationSpecDequeuer.raiseInboundInteraction(AQActivationSpecDequeuer.java:314)
    at oracle.tip.adapter.aq.inbound.AQActivationSpecDequeuer.raise(AQActivationSpecDequeuer.java:246)
    at oracle.tip.adapter.aq.inbound.AQActivationSpecDequeuer.run(AQActivationSpecDequeuer.java:225)
    at oracle.j2ee.connector.work.WorkWrapper.runTargetWork(WorkWrapper.java:242)
    at oracle.j2ee.connector.work.WorkWrapper.doWork(WorkWrapper.java:215)
    at oracle.j2ee.connector.work.WorkWrapper.run(WorkWrapper.java:190)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:819)
    at java.lang.Thread.run(Thread.java:595)
    Please create a Service Request with Oracle Support.
    at oracle.tip.esb.server.service.impl.inadapter.ESBListenerImpl.processMessage(ESBListenerImpl.java:388)
    at oracle.tip.esb.server.service.impl.inadapter.ESBListenerImpl.onMessage(ESBListenerImpl.java:295)
    at oracle.tip.adapter.fw.jca.messageinflow.MessageEndpointImpl.onMessage(MessageEndpointImpl.java:293)
    at oracle.tip.adapter.apps.AppsMessageEndpointImpl.onMessage(AppsMessageEndpointImpl.java:89)
    at oracle.tip.adapter.aq.inbound.AQActivationSpecDequeuer.doRaise(AQActivationSpecDequeuer.java:375)
    at oracle.tip.adapter.aq.inbound.AQActivationSpecDequeuer.raiseInboundInteraction(AQActivationSpecDequeuer.java:314)
    at oracle.tip.adapter.aq.inbound.AQActivationSpecDequeuer.raise(AQActivationSpecDequeuer.java:246)
    at oracle.tip.adapter.aq.inbound.AQActivationSpecDequeuer.run(AQActivationSpecDequeuer.java:225)
    at oracle.j2ee.connector.work.WorkWrapper.runTargetWork(WorkWrapper.java:242)
    at oracle.j2ee.connector.work.WorkWrapper.doWork(WorkWrapper.java:215)
    at oracle.j2ee.connector.work.WorkWrapper.run(WorkWrapper.java:190)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:819)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.NullPointerException
    at oracle.tip.esb.server.service.impl.inadapter.ESBListenerImpl.processMessage(ESBListenerImpl.java:368)
    ... 12 more
    ]]></SUPPL_DETAIL>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-09-28T19:15:08.677-04:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="ERROR"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>myhost</HOST_ID>
    <HOST_NWADDR>212.112.194.34</HOST_NWADDR>
    <MODULE_ID>esb.server.service.impl.inadapter</MODULE_ID>
    <THREAD_ID>80</THREAD_ID>
    <USER_ID>oracle</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>212.112.194.34:69270:1191017705321:68</UNIQUE_ID><SEQ>7043</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>Exception in onMessage. Rejecting the message now</MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[java.lang.NullPointerException
    at oracle.tip.esb.server.service.impl.inadapter.ESBListenerImpl.recordException(ESBListenerImpl.java:324)
    at oracle.tip.esb.server.service.impl.inadapter.ESBListenerImpl.onMessage(ESBListenerImpl.java:299)
    at oracle.tip.adapter.fw.jca.messageinflow.MessageEndpointImpl.onMessage(MessageEndpointImpl.java:293)
    at oracle.tip.adapter.apps.AppsMessageEndpointImpl.onMessage(AppsMessageEndpointImpl.java:89)
    at oracle.tip.adapter.aq.inbound.AQActivationSpecDequeuer.doRaise(AQActivationSpecDequeuer.java:375)
    at oracle.tip.adapter.aq.inbound.AQActivationSpecDequeuer.raiseInboundInteraction(AQActivationSpecDequeuer.java:314)
    at oracle.tip.adapter.aq.inbound.AQActivationSpecDequeuer.raise(AQActivationSpecDequeuer.java:246)
    at oracle.tip.adapter.aq.inbound.AQActivationSpecDequeuer.run(AQActivationSpecDequeuer.java:225)
    at oracle.j2ee.connector.work.WorkWrapper.runTargetWork(WorkWrapper.java:242)
    at oracle.j2ee.connector.work.WorkWrapper.doWork(WorkWrapper.java:215)
    at oracle.j2ee.connector.work.WorkWrapper.run(WorkWrapper.java:190)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:819)
    at java.lang.Thread.run(Thread.java:595)
    ]]></SUPPL_DETAIL>
    </PAYLOAD>
    </MESSAGE>
    Reject Message Section-2
    <WF_EVENT_T xmlns="http://xmlns.oracle.com/xdb/APPS">
    <PRIORITY xmlns="">50</PRIORITY>
    <SEND_DATE xmlns="">2007-09-28T19:13:22.000-04:00</SEND_DATE>
    <RECEIVE_DATE xmlns="">2007-09-28T19:15:08.000-04:00</RECEIVE_DATE>
    <CORRELATION_ID xmlns=""></CORRELATION_ID>
    <PARAMETER_LIST xmlns="">
    <PARAMETER_LIST_ITEM>
    <NAME>USER_ID</NAME>
    <VALUE>1395</VALUE>
    </PARAMETER_LIST_ITEM>
    <PARAMETER_LIST_ITEM>
    <NAME>RESP_ID</NAME>
    <VALUE>50360</VALUE>
    </PARAMETER_LIST_ITEM>
    <PARAMETER_LIST_ITEM>
    <NAME>RESP_APPL_ID</NAME>
    <VALUE>660</VALUE>
    </PARAMETER_LIST_ITEM>
    <PARAMETER_LIST_ITEM>
    <NAME>SECURITY_GROUP_ID</NAME>
    <VALUE>0</VALUE>
    </PARAMETER_LIST_ITEM>
    <PARAMETER_LIST_ITEM>
    <NAME>ORG_ID</NAME>
    <VALUE>103</VALUE>
    </PARAMETER_LIST_ITEM>
    <PARAMETER_LIST_ITEM>
    <NAME>PARTY_SITE_ID</NAME>
    <VALUE>217048</VALUE>
    </PARAMETER_LIST_ITEM>
    </PARAMETER_LIST>
    <EVENT_NAME xmlns="">oracle.apps.ar.hz.PartySite.create</EVENT_NAME>
    <EVENT_KEY xmlns="">oracle.apps.ar.hz.PartySite.create112538</EVENT_KEY>
    <EVENT_DATA xmlns=""></EVENT_DATA>
    <FROM_AGENT xmlns="">
    <NAME>WF_BPEL_QAGENT</NAME>
    <SYSTEM>ECSTST2.ARROW.COM</SYSTEM>
    </FROM_AGENT>
    <TO_AGENT xmlns=""/>
    <ERROR_SUBSCRIPTION xmlns="">okUY5xyheOjgMCOCKYkzaQ==</ERROR_SUBSCRIPTION>
    <ERROR_MESSAGE xmlns=""></ERROR_MESSAGE>
    <ERROR_STACK xmlns=""></ERROR_STACK>
    </WF_EVENT_T>
    Thanks in Advance.
    --KB                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi
    I've recently had issues with the Apps Adapter for event listening when i upgraded to 10.1.3.3
    There have been problems with the way the namespace is derived. I applied patch 6267726 and now it works great!
    When I create a new listener for an event, a new xsd is created, specific to the name of the adapter process in EBS and henceforth the payload has that specific namespace attached. For example:
    http://xmlns.oracle.com/xdb/APPS/ListenForOrganizationCreate
    Events then get raised that reflect that namespace. XSL transformations then need to reflect that namespace in your routing rules.
    It may be that the XSLT mappings are expecting a different namespace than you are receiving..
    Give the patch a try if you are on 10.1.3.3 and then try and rebuild a process from scratch to see if it works.
    Chris

  • Business Events in Core HR in Oracle Applications

    Hi,
    Did anyone used Business Events in Core HR in Oracle Applications. Any suggestions would be helpful.
    All that we are doing is to use the following standard business events available.
    oracle.apps.per.api.employee.create_employee
    oracle.apps.per.api.person.update_person
    We are expecting these to fire when we create an employee or update a person respectively.
    Thanks
    Arun

    Though I have not used them myself, I do have theoretical knowledge of Business Events. I will try to help you as much as I can.
    The first step is to create these business events in System Administrator responsibility. Next is to create subscriptions for them. I hope you have carried out these steps.
    Next you need to raise the event from certain point in the application. For example business event oracle.apps.per.api.employee.create_employee can be raised when a new employee is created in the system. This can be done by calling the workflow API named “wf_event.raise”. You need to do some research to know the parameters to be passed to this API in order to raise the event.
    Hope it helps for now. Do let us know how it worked out.
    Thanks,
    Brajesh
    PS: By the way, in R12 all these events are raised automatically by Oracle. What I explained above is for 11i, where the functionality of Business events is present but Core HR does not raise the events on its own, as it does in R12. Users need to raise these events from custom.pll if they want so.

Maybe you are looking for