I am building a global Error_handler() function. The function is called in any procedure where an error occurs. How can I tell which module/ procedure called the Error_handler() function from within the Error_handler() by reading the function call list. I am trying to avoid having to pass parameters such as the module/procedure to the Error_handler().
Thanks
Kelele
Thanks
Kelele