https://blog.cloudnueva.com/apex-subscriptions
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 ...