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?

Similar Messages

  • Oracle.apps.wf.notification.receive.message event subscription

    Hi,
    I have created a custom test subscription for the above event.I have simply created a rule function which inserts values in a custom table to show that the event is being fired.
    I tested from workflow responsibility, and yes, event is being captured and values are being inserted in the custom table. Means, from test subscription, its working.
    However, now I am trying to respond an notification from email(actual testing of the event). The notificatoin gets processed, but my function is not being called. In other words, possibly my event subscription is not being fired, seeded one is working though.
    I checked WF_NOTIFICATION_IN table. The email responses are received here and their state also shows from 0 to 2 changing. Also, the DEQ_TIME column also has values.
    So the question is how to know why my subscription is not being fired?
    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?

  • I've subscription "oracle.apps.wf.notification.close" event ,but not work!

    Hi,
    I've subscription "oracle.apps.wf.notification.close" event,but when notification close my codes don't still work and have no exception come out !
    I've try my codes by subscription "oracle.apps.wf.notification.send" event , and when notification send it can work ! I'm sure that there have no different between the subscription "oracle.apps.wf.notification.close" and the subscription "oracle.apps.wf.notification.close" in the subscription step .
    Doesn't when notification closing raise the "oracle.apps.wf.notification.close" event?
    I need your help!
    Best regard!
    Your friend, yao!

    Please do not create duplicate posts across the forums -- What event is fired when notification close ?

  • 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

  • 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

  • Oracle.apps.fnd.framework.OAException: Message not found. Application: FND

    Hi Team,
    In My Project i am using One AM called rootAM and 2 VO's are attached with the rootAM,While running the page i am getting following error ..Please help me.......
    oracle.apps.fnd.framework.OAException: Message not found. Application: FND, Message Name: FND_VIEWOBJECT_NOT_FOUND. Tokens: VONAME = SearchVO1; APPLICATION_MODULE = learning.oracle.apps.icx.update.server.rootAM;

    Hi,
    Have u deployed the VO and associted class files ?
    Chk in the controller have u referred any VO with SearchVO1, it should be SearchVO.

  • 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

  • Hello-- I'am thinking off making an app to the iphone, but i'am not sure aboutsomething. the app should get some alarms from a specific phone number, and my question is, can i make an app that can receive message from a specific phone number ?

    Hello-- I'am thinking off making an app to the iphone, but i'am not sure aboutsomething. the app should get some alarms from a specific phone number, and my question is, can i make an app that can receive message from a specific phone number ?

    This needs to be asked at http://developer.apple.com/

  • Have downloaded several apps but now receive message "cannot connect to itunes store" help

    have downloaded several apps but now receive message "cannot connect to itunes store" help

    Sometimes all it takes is a restart of the iPad and a reboot of your router as Fred already stated and you may be able to connect again.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Try here for more help if needed.
    Can't Connect to iTunes Store

  • 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

  • Oracle PL/SQL send/receive message in weblogic jms queue

    I am looking for a very simple way using oracle plsql to send and receive messages in a weblogic jms queues.
    Thanks

    Even i am looking for the same . Would be great if someone would help ..The jms setup has to be done in weblogic like the jms server, jms module, Jms connection factory , jms queue and then the jndi names . Now thw Problem here lies to me is that i really dont knw what should be the connection factory targets ,jndi names and where do i give the schema details as in the user name ,password , db name . Also if there is any explaination with eg on how to send /receive messages from a db trigger to jms queues .

  • 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

  • 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

  • Local Event ERROR : oracle.apps.ap.event.invoice.approval / 83099_1

    I logined to sysadmin.
    I showed thirty mail.
    The mail Title is "Local Event ERROR : oracle.apps.ap.event.invoice.approval / 83099_1"
    Perhaps...
    May be generated, Because Approvals Management setup changed .
    What It mean?
    How to settlement?
    I can't Matalink.
    Help me!
    Mail contents is as follows
    Notificatio ID : 178154
    Event Error Name: WFENG_EVENT_NOTFOUND
    Event Error Message: 3142: Process 'APINV/82103_1' has no activities waiting to receive event 'oracle.apps.ap.event.invoice.approval'.
    Event Error Stack:
    Wf_Engine.Event(APINV, 82103_1, APINV_M, oracle.apps.ap.event.invoice.approval)
    Wf_Rule.Default_Rule(oracle.apps.ap.event.invoice.approval, ADE4691FB72F04E1E0340003BA0267DC)
    Event Detail List:
    Event Name: oracle.apps.ap.event.invoice.approval
    Event Key: 82103_1
    source Agent: WF_DEFERRED
    source System INST816.US.ORACLE.COM
    the order of priority: 50
    Send date: 29-JAN-2008 15:52:26
    receive date 29-JAN-2008 15:53:33
    Parameter : SUB_GUID A15D214DADC2507EE034
    Parameter : ERROR_NAME WFENG_EVENT_NOTFOUND
    Parameter : ERROR_TYPE ERROR
    ----------------------------------------------------------------------------------------------------------------

    Please check the following notes:
    Note: 330194.1 - APINV - WFENG_EVENT_NOTFOUND Event Error Message: 3142: Process 'APINV/10204_1' has no activities waiting to receive event 'oracle.apps.ap.event.invoice.approval'
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=330194.1
    Note: 305700.1 - Invoice Approval Workflow Troubleshooting Guide
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=305700.1
    Note: 261409.1 - Checklist to see where and why Invoice Approval Workflow gets stuck
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=261409.1

Maybe you are looking for

  • How to create authorisation object for save button please help in abap

    how to create authorisation object for save button please help in abap

  • Error when opening view object in Jdeveloper

    Hi, EBS version is 11.5.10 RUP4. JDeveloper version is 9.0.3, Business Component Version is 9.0.3.13.93. We need to modify a custom view object that has been extended from a standard VO. We do not have the original Java file of the custom VO, only it

  • Account Users & Groups Issue

    Hello All, I just got a Mac Pro with Lion Server Pre-Installed. I set everything up without a hitch for the most part and everything seems to be running fine. My problem is after a server reboot for the umteenth time there are now 88 users when there

  • Display Tables Comments only

    Is there any possibility to display only tables names and tables comments at a diagramm (this means without any information of the column definitions)? In case you need to understand an existing table layout this would be very useful (As I remember r

  • Select a value in JComboBox by key stroke

    Hi all, I m trying to create a GUI with comboxes, in which users can select the value by pressing keys. e.g. ComboBox: Apple Boy Cat Dog when press 'A', it should go to "Apple", and something like this. In my case, the objects in the Combo box are no