LIST of APIs
Collected the list of APIs and keeping here for reference of members. This is however not upto date and need member's help to make it more value adding.
While the list given keeps updating, you may make the queries somewhat like below to get the list of APIs relevant:
Example to get the list of APIs specific to a module say AP (You can replace the module code by any other module code for which you wanted to get the list of APIs
SELECT substr(a.OWNER,1,20), substr(a.NAME,1,30), substr(a.TYPE,1,20) , substr(u.status,1,10) Stat, u.last_ddl_time