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?