Hi Team,
I have a normal page do perform some large transaction.
When i press the button , Dynamic action calls PL/SQL object and it may take 2-3 mins of time to complete the transaction.
During this time i want to show user a progress bar and i want to freeze the complete screen so that user knows something is happning on the page and he cant perform same transaction again until first transaction completes and we get success message.

Thanks.