Hi All,
I 'm using Importer to call a concurrent program in WEBADI which creates Projects .We have a parameter called Batch_id and I need to pass the parameter in my WEBADI
I'm using Asynchronous Concurrent request and when i declared p_batch_id here somehow when the importer is called p_batch_id is null and the concurrent program is submitted.
There is one more way as Pl/SQL procedure where we only call pkg.proc and give parameters.Our requirement is to trigger a concurrent program and it generates output and sends email to the users.
Can some one help me on how to pas parameters for Asynchronous request.
Thanks