DBA Data[Home] [Help]

APPS.WFA_HTML_UTIL dependencies on WFA_SEC

Line 131: wfa_sec.GetSession(l_username);

127: l_callback_url);
128:
129: -- Check session and current user
130: if (nkey is null) then
131: wfa_sec.GetSession(l_username);
132: else
133: -- copy this from wfa_html.authenticate
134: slash := instr(nkey, '/');
135: if (slash <> 0) then