Page 1 of 1

WEBADI integration is available for AP?

Posted: Fri Sep 25, 2009 3:57 am
by dvsprao108
Hi Friends,

Can anybody help me in the below?

I need to find out "WEBADI integration is available or not for AP"?

if it is there, then how to find out it?

Thanks in advance,

Surya

Posted: Fri Sep 25, 2009 5:28 am
by oteixeira
Hello Surya.

To the best of my knowledge there are no integrators for AP. Most people think Oracle should develop such thing because it can be very useful and i also think so.
At 11.5.10.2 version there are no integrators for AP but if you have a higher version you can use the following query to find out is something is available:

select b.user_name from bne_integrators_tl b, fnd_application ap
where ap.application_id = b.application_id
and ap.application_id = 200

Hope this helps
Octavio

Posted: Fri Sep 25, 2009 6:27 am
by admin