How to pass a parameter to concurrent program in Oracle Alert
Hi Experts,
I have a requirement on oracle Alert to trigger a concurrent program in an event alert.-This is done and working as expected.
Now my requirement is to pass the current value to the concurrent program as an input parameter.
For example: Whenever a supplier is created i need to pass the supplier name as a parameter to trigger that concurrent program.
How should i pick the supplier name dynamically?
Tx