DBA Data[Home] [Help]

APPS.WF_SETUP dependencies on OWA_COOKIE

Line 726: cookie owa_cookie.cookie;

722:
723: l_url varchar2(2000);
724:
725: l_aguid raw(16);
726: cookie owa_cookie.cookie;
727: -- bad_cookie exception; -- Syntax error in cookie
728:
729: begin
730: -- Check session and current user

Line 746: cookie := owa_cookie.get('WF_AGENT_GUID');

742: end if;
743:
744: -- get it from the cookie if aguid is not set
745: if (aguid is null) then
746: cookie := owa_cookie.get('WF_AGENT_GUID');
747: if (cookie.num_vals <> 1) then
748: wf_core.raise('WFE_NO_COOKIE');
749: end if;
750: l_aguid := hextoraw(cookie.vals(1));

Line 756: owa_cookie.send('WF_AGENT_GUID', l_aguid);

752: l_aguid := aguid;
753:
754: -- Send parameter values back to cookie.
755: owa_util.mime_header('text/html', FALSE);
756: owa_cookie.send('WF_AGENT_GUID', l_aguid);
757: owa_util.http_header_close;
758: end if;
759:
760: -- get local system