Popular Posts

Friday, August 24, 2012

Business Event

Business Events:

The other important thing to note when business events are not firing is.

1.The package that is subscribed to the event should not be modified when business event is running.
2.Ensure that business event is first disabled and then the package is modified, else the package becomes invalid for business events and it might not fire.


The following are different ways to identify the business events for a particular requirement.

  1. select NAME from wf_events where owner_tag ='ONT' and status=’ENABLED’
In the above sequel query the OWNER_TAG column refers to the corresponding module.
Example: Order Management=’ONT’
         Purcahse Order=’PO’

  2. You can also search the events from application as follows.
     a. Login to application using SYSADMIN responsibility
          Workflow Administrator Web Applications->Business Events.

Few very good references-

Meta link note id: 1271993.1
http://oracle.anilpassi.com/workflows-business-events-training-lesson-4-2.html


 How to direct the outputfile of the concurrent request to unix server path using XMLP Bursting  ORACLE APPS. Step 1: In the DATA XML defini...