214: --disable all other sessions for the user_id except the session_id
215: --(user_id and session_id are retrieved from the p_evtMsg type).
216: --mputman 1513025
217: function doNewSessionEvent(p_guid in raw,
218: p_evtMsg in out NOCOPY wf_event_t)
219: return varchar2 is
220:
221: l_user_id VARCHAR2(80);
222: l_user_name VARCHAR2(240);