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.

Identification of Public API

Satheesh GallaFeb 18 2025

I initially believed that if an API name has the suffix '_PUB', it must be a Public API and therefore supported by Oracle. However, I have encountered differing opinions suggesting that an API is only considered public and supported by Oracle if it is published in the Integration Repository or if its code header description indicates that its scope is public.

Is this accurate? Does Oracle indeed not support APIs that are not published in the Integration Repository or documented?

My goal is to use these APIs in my PL/SQL code unit, which will be called by Oracle APEX, sharing the same database as EBS.

Can anyone guide me on this?

Comments

Post Details

Added on Feb 18 2025
2 comments
164 views