I'm using apex 5.0.3, universal theme and 11g DB.
I have a DA that has true actions of
1. Execute javascript apex.widget.waitPopup();
2. execute pl/sql code begin PACKAGENAME.PROCEDURE; end;
This procedure takes a long time so I want to display the STD progress apex but its not displaying.
Thanks