Skip to Main Content

E-Business Suite

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

WEBADI Asynchronus request not populating parameters when submitting Importer

4011414Sep 23 2019 — edited Oct 11 2019

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

Comments
Post Details
Added on Sep 23 2019
3 comments
443 views