I have a big amount of page items in a Oracle Apex 19 page.
If all of those page items are empty, there should be an error. However, if just one of them is not empty, there should be no error.
I could just create a large if statement, but is there a elegant way to solve this using a PL/SQL function body validation?