I'm using APEX 19.1. One of my IG page has very long running custom process (~2 min) when the user submits a page. Assuming, the code is available in a pl/sql package/procedure, how can call it and run it as a background job. Currently, the problem is user is submitting the page and moving away to another page is aborting the process. is it possible to display a message while the process is running and disable the user to go other pages?. Any better way to handle this scenario is appreciated, thanks for your help.