Stay DRY by Using APEX Subscriptions
Introduction
Developers are taught the DRY (Do not Repeat Yourself) principle. When I write PL/SQL code, I always think of how this code could be re-used in the future. This usually involves breaking large procedures and functions into smaller, more ...
blog.cloudnueva.com8 min read
Joe Kerr
Delivering real value with innovative strategies and solutions
If you create a master application utilized by multiple clients in different tenancies/hosted platforms, each change of the master applications requires export/import of the application to the client environments, correct? Any better way to do that?