Hi All,
Using APEX 5.1.3 with universal theme. I have DA which executes a PLSQL code. In the PLSQL Code, I create an apex collection for a large data set in the order of 200000 records. Roughly the collection creation takes around 30 seconds to complete.
I want to stop the user from doing anything on the UI till the collection creation is completed. Also, while the creation of apex collection is going on want to notify the user to wait with an onscreen message with some processing sandclock or something.
Please advise, how should I go about it.
Thanks