0% found this document useful (0 votes)
71 views2 pages

APIs or Open Interface - Theory

APIaEUR(tm)s are a collection of interfaces that provide programmatic access into the Oracle ERP database. Open Interfaces provide a single, simple interface for a specified business procedure. If there is failure of record, they remain in the table until either fixed or purged. APIs are also used by the front end screens, and in the same way, will require all the appropriate prerequisites implemented.

Uploaded by

Poshala_Ramesh
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
71 views2 pages

APIs or Open Interface - Theory

APIaEUR(tm)s are a collection of interfaces that provide programmatic access into the Oracle ERP database. Open Interfaces provide a single, simple interface for a specified business procedure. If there is failure of record, they remain in the table until either fixed or purged. APIs are also used by the front end screens, and in the same way, will require all the appropriate prerequisites implemented.

Uploaded by

Poshala_Ramesh
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

I was recently asked by a reader if I would be willing answer his questions, which was : "Most of us are / have had

worked with APIs & Open Interfaces. Both do the similar job, but have we ever wondered why would we use APIs when it can be done using Open Interface or vice versa? And, which is better" ? ....So, here you go. ..My dear friend, there is hardly any difference the way both is working,do check my previous post. Anyway here is back to basic : What are Open Interfaces? The term Open Interfaces actually refers a programming interface, usually a database table, that automates the execution of Oracle APIs. Open Interfaces provide a single, simple interface for a specified business procedure. What are the Oracle APIs? These are called as a collection of Black Box interfaces that provide programatic access into the Oracle ERP database. The term API refers to stored procedure driven interfaces, where you call a stored procedure to perform an action within an Oracle Module, and the data from your external application is passed through the stored procedures parameters. Why use Open Interfaces?

In EBS one Open Interface may run many API calls. Open Interface run asynchronously. The good is that if there is failure of record, they remain in the table until either fixed or purged. They automate the interface into the APIs. This requires less work and less code as few SQL DML would simply .

Why use APIs?


When there is no corresponding Open Interface. Normally all Oracle APIs run synchronously, and provide immediate responses, therefore machism to be provided to handle such situation. That requires custom error handling routine. This may requires lot more effort as these need fine grain control approach.

Remember, the APIs are also used by the front end screens, and in the same way, will require all the appropriate prerequisites to be implemented.

Important to note, you cannot use APIs as an alternative to implementation. Releated Post:

Data Conversion,Migration and interface ..Why important EBS - Integration/Interface options The world of Oracle API E-Business Suite Integration Repository

Related Posts
1. 2. 3. 4. 5.

EBS Integration/Interface options A bit on GL Open Interfaces Data Conversion,Migration and interface ..Why important E-Business Suite Integration Repository Deep Drive : Customer Interface in AR

You might also like