Consolidating Validation Logic with APEX_ERROR
Introduction
There are many options for handling validations in Oracle APEX. This post will focus on the PL/SQL Error validation type. I want to focus on this validation type because it allows us to consolidate validation logic into a PL/SQL package,...
blog.cloudnueva.com5 min read
Maik Michel
orclAPEX from the heart
There is no disadvantage. We go some steps further and execute transactions by plsql packages which are called from a process. The processes run their own validations and call apex_error-api. The benefit is that all code is inside packages and therefore inside git 😉 If you define this as the way to go with your team no one is searching for missing validations inside pagebuilder.