Idea Summary
Client side validation should allow to use SQL and PL/SQL and show custom messages.
Use Case
Client side validation is a very basic requirement for any web application, and most of the times data has to be checked from the database to verify the validity of the data. so APEX should provide an out of the box solution to write SQL/PLSQL to validate and inform user about validity of the data.
Preferred Solution (Optional)
Should provide a simple dynamic action which should be able to user SQL/PLSQL and give a client side message to the user, both on item level and page level.