What are APIs? Can you name a few APIs?

API - Application Program Interface is a PL/SQL call made to the application to create business transactions or events. This is an alternative to using the interface tables in applications to insert and process transactions. You can find the APIs from the database by querying the all_objects table for name like '%_PUB'
eg: AR_ADJUST_PUB in AR to create adjustments

Showing Answers 1 - 1 of 1 Answers

Hitesh

  • Mar 13th, 2006
 

In Addition to Following :

In ALL_OBJECTS Query for OBJECT_TYPE = 'PACKAGE'

%PUB Are Public API's, in Short wrapper Over %PKG APIs.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions