DBA Data[Home] [Help]

APPS.ICX_ADMIN_SIG dependencies on OWA_UTIL

Line 639: owa_util.mime_header('text/html', FALSE);

635:
636: -- 2802333 nlbarlow
637: l_url := fnd_sso_manager.getLogoutUrl;
638:
639: owa_util.mime_header('text/html', FALSE);
640:
641: owa_util.redirect_url(l_url);
642:
643: owa_util.http_header_close;

Line 641: owa_util.redirect_url(l_url);

637: l_url := fnd_sso_manager.getLogoutUrl;
638:
639: owa_util.mime_header('text/html', FALSE);
640:
641: owa_util.redirect_url(l_url);
642:
643: owa_util.http_header_close;
644:
645: /*

Line 643: owa_util.http_header_close;

639: owa_util.mime_header('text/html', FALSE);
640:
641: owa_util.redirect_url(l_url);
642:
643: owa_util.http_header_close;
644:
645: /*
646: l_session_id := icx_sec.getsessioncookie;
647: -- bug 2335995 l_session_id is not null

Line 696: owa_util.mime_header('text/html', FALSE);

692: select HOME_URL
693: into l_url
694: from ICX_PARAMETERS;
695: end if;
696: owa_util.mime_header('text/html', FALSE);
697:
698: icx_sec.sendsessioncookie(-1);
699:
700: owa_util.redirect_url(l_url);

Line 700: owa_util.redirect_url(l_url);

696: owa_util.mime_header('text/html', FALSE);
697:
698: icx_sec.sendsessioncookie(-1);
699:
700: owa_util.redirect_url(l_url);
701:
702: owa_util.http_header_close;
703: */
704:

Line 702: owa_util.http_header_close;

698: icx_sec.sendsessioncookie(-1);
699:
700: owa_util.redirect_url(l_url);
701:
702: owa_util.http_header_close;
703: */
704:
705: end;
706: