PL/SQL Apps init and development
While developing, once in a while, you want to execute some SQL or PL/SQL within the context of an EBS session. To be able to do that, I created a script to easily generate some initialization code for handling this issue. Beware, the script below as...