Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Sample business event subscription logic for oracle.apps.po.rcv.rcvtxn

Jeremy TreagueMay 7 2014 — edited May 19 2014

I am looking to create a business event subscription for the standard business event "oracle.apps.po.rcv.rcvtxn".

This business event is fired upon performing a PO receipt, and I confirmed this by running the query below after performing a receipt:

SELECT *

  FROM apps.wf_deferred

WHERE corrid = 'APPS:oracle.apps.po.rcv.rcvtxn'

   AND enq_time > SYSDATE - 1/24;

Does anyone have any sample logic for a subscription on this event?  I am looking to pull out the inventory organization id (organization_id) and transaction_id value for the receipt and drop it into a custom table which will be polled by our SOA middleware platform.  This will be used to drive some third party system integrations.

Greatly appreciate if anyone could point me to a example subscription on this event that I could use as a reference.

Regards,

Jeremy

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 16 2014
Added on May 7 2014
1 comment
2,529 views