publish PL/SQL procedure as native webservice (not as REST datasource)
I had developed some packages/procedures that were exposed using orawsv and Embedded Procedure Gateway. Quite some time ago I "moved" the procedures to ORDS, e.g. the identical code can now be invoked using good old EPG or ORDS (which ist way faster). And, embarrassingly, I've have no idea how I did that back then. The procedures create native web pages towards the caller, in HTML and Javascript, using htp package and owa .
So, how can one make a web page generating PL/SQL procedure available via ORDS?
Neither the schema nor the procedure is "ORDS enabled", and still I can call them