How to trigger a procedure on change in mtl_onhand_quantities_detail table
Hi All,
Business requirement :
Whenever a quantity is changed in the mtl_onhand_quantities table , we need to send the details to a separate system.
How can we achieve this ?
We are on EBS 12.2.5 (upgrading to 12.2.7 soon)
We noticed a Business event exists 'oracle.apps.inv.standalone.onhand' and noticed that this get invoked from inv_onhand_balance package. but not really sure whether we can use this Business event some how to meet our requirement.
All suggestions are welcome..