DBA Data[Home] [Help]

APPS.HR_SESSION_UTILITIES dependencies on WF_NOTIFICATION

Line 374: l_web_username := wf_notification.accesscheck

370: -- ensure the cookie exists
371: IF l_cookie.num_vals > 0 then
372: -- as the cookie does exist get the web username from
373: -- the workflow system
374: l_web_username := wf_notification.accesscheck
375: (l_cookie.vals(l_cookie.num_vals));
376: --
377: -- getid with a parm of 9 returns the internal-contact-id,
378: l_person_id := icx_sec.getID(n_param => 9);