I have an oracle application express process, written in PL/SQL and it fires , supposedly when you click on the related button, its execution point is "Processing' and should execute only when the button is pressed along with a PL/SQL condition.
Button is on an IR page. When the button pressed , some record's status will be updated and send an email for a selected number of records.
however, once the button is pressed and executed, it will execute each time when I refresh the page even without button pressed . How can I fix this . Can someone please help
I am on Oracle apex 20.1.0.00.13. using chrome Browser.
George