A quick post of something I get asked from time to time and have to pause to remember. To get the name of the current login use SYSTEM_USER To get the security context of the current login use CURRENT_USER. This function is equivalent to USER_NAME().
Read More...