Page 1 of 1
what is Oracle Apps API ?
Posted: Mon Sep 22, 2008 2:02 pm
by k_amjad
hai
pls exeplaine what is API
thanks
amjad khan
Posted: Mon Nov 17, 2008 10:13 am
by mkshani
<font color="limegreen"></font id="limegreen">
You use interface for mass loads, migrations, conversions; you can populate interface tables with many records and then start interface any time, so it's asynchronius; if any record fails, it will stay in the interface tables till either fixed or purged.
API is used for synchronious tasks, like integrations; you normally would only be processing one record at the time and get results right away; also, you would have to handle situations where Error status is returned.
Regards,
mkshani