Question : log for each proc in package

what are the methods/options to do logging for each proc that is within the package, so that after the package is done, the log will tell how each proc did (updated/insert/delete etc)

thanks

Answer : log for each proc in package

for i in `cat a.txt`
do
----
done
Random Solutions  
 
programming4us programming4us