This code identifies the session open in the database. Depending on the databases, it is obtained in different ways:
select userenv('SESSIONID') From dual
It identifies in a unique fashion a connection to a database, and it is namely used to make the link between an update and the user code in the triggers created via the audit tab in the table dictionary.