APEX 24.1
Is it possible to call an On Demand application process or page-level AJAX callback in another application using the apex.server.process() API?
If not what are the alternatives? Low-level manual coding using jQuery.ajax()? Duplicating the ODP in all the application modules with the server code consolidated in a database package?