⟩ Explain API?
API - the shorter for Application program interface.
They are routines/procedures/functions created withing the oracle applications to allow external/internal access to the execution of oracle standard functions/procedures/etc.
Basically API exists to allow external programs to execute oracle functionality and enforce integrity of data/procedures.