Add a LOG4J Appender for LEHS (maybe extend the existing JDBCTableAppender). By doing this the Field PKG_LEHS_APPENDER.pr_caller.METHOD must be extended to VARCHAR2(4000) and the Fields PKG_LEHS_APPENDER.pr_caller.OWNER and PKG_LEHS_APPENDER.pr_caller.LINE# must be nullable (for the Table Appender).
PKG_LEHS_APPENDER.pr_caller.METHOD will get the full qualified Java-Class. Owner will not be used by the Java-Logging and the Line# will only be provided if the Java-Class has been compiled with Debug-Information. Therefor Owner and Line# must be nullable and the Method must be extended to VARCHAR2(4000). Expect this for all the other Appenders