Can we update seeded business event oracle.apps.csi.instance.create by creating new subscription?
Hi
I want to populate some data into custom table when ever instance is created using pubic API. So I created new custom subscription for business event (oracle.apps.csi.instance.create), but this is not getting fired when I create new instance using public API.
But when I modified standard package wf_rule to populate data, I could insert data into custom table. Please let me know if we can define new subscription to run pl/sql code.