Hello, I am just trying this cool logging for PL/SQL in Oracle 9i.  I notice that if I execute the plog.info() that it shows the package name, but not the actually procedure name.  Same with the plog.error.  Is there a way to determine dynamically the name of the procedure currently executing, or do I need to hard code this in each procedure?