DBA Data[Home] [Help]

APPS.ORACLENAVIGATE dependencies on OWA_UTIL

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

566: htp.p ('Please contact System Administrator. ');
567: htp.p ('Profile - APPS_PORTAL is null') ;
568: end If ;
569:
570: owa_util.mime_header('text/html', FALSE);
571: owa_util.redirect_url(l_url);
572: owa_util.http_header_close;
573:
574: elsif fnd_profile.value('APPLICATIONS_HOME_PAGE') = 'FWK'

Line 571: owa_util.redirect_url(l_url);

567: htp.p ('Profile - APPS_PORTAL is null') ;
568: end If ;
569:
570: owa_util.mime_header('text/html', FALSE);
571: owa_util.redirect_url(l_url);
572: owa_util.http_header_close;
573:
574: elsif fnd_profile.value('APPLICATIONS_HOME_PAGE') = 'FWK'
575: then

Line 572: owa_util.http_header_close;

568: end If ;
569:
570: owa_util.mime_header('text/html', FALSE);
571: owa_util.redirect_url(l_url);
572: owa_util.http_header_close;
573:
574: elsif fnd_profile.value('APPLICATIONS_HOME_PAGE') = 'FWK'
575: then
576: select FUNCTION_ID

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

584: p_security_group_id => nvl(icx_sec.g_security_group_id,'0'),
585: p_function_id => l_function_id,
586: p_url_only => 'Y');
587:
588: owa_util.mime_header('text/html', FALSE);
589: owa_util.redirect_url(l_url);
590: owa_util.http_header_close;
591:
592: elsif fnd_profile.value('APPLICATIONS_HOME_PAGE') = 'PHP_FWK'

Line 589: owa_util.redirect_url(l_url);

585: p_function_id => l_function_id,
586: p_url_only => 'Y');
587:
588: owa_util.mime_header('text/html', FALSE);
589: owa_util.redirect_url(l_url);
590: owa_util.http_header_close;
591:
592: elsif fnd_profile.value('APPLICATIONS_HOME_PAGE') = 'PHP_FWK'
593: then

Line 590: owa_util.http_header_close;

586: p_url_only => 'Y');
587:
588: owa_util.mime_header('text/html', FALSE);
589: owa_util.redirect_url(l_url);
590: owa_util.http_header_close;
591:
592: elsif fnd_profile.value('APPLICATIONS_HOME_PAGE') = 'PHP_FWK'
593: then
594: select FUNCTION_ID

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

602: p_security_group_id => nvl(icx_sec.g_security_group_id,'0'),
603: p_function_id => l_function_id,
604: p_url_only => 'Y');
605:
606: owa_util.mime_header('text/html', FALSE);
607: owa_util.redirect_url(l_url);
608: owa_util.http_header_close;
609:
610: elsif (icx_sec.g_mode_code in ('115J', '115P', 'SLAVE') and

Line 607: owa_util.redirect_url(l_url);

603: p_function_id => l_function_id,
604: p_url_only => 'Y');
605:
606: owa_util.mime_header('text/html', FALSE);
607: owa_util.redirect_url(l_url);
608: owa_util.http_header_close;
609:
610: elsif (icx_sec.g_mode_code in ('115J', '115P', 'SLAVE') and
611: tab_context_flag = 'ON') then

Line 608: owa_util.http_header_close;

604: p_url_only => 'Y');
605:
606: owa_util.mime_header('text/html', FALSE);
607: owa_util.redirect_url(l_url);
608: owa_util.http_header_close;
609:
610: elsif (icx_sec.g_mode_code in ('115J', '115P', 'SLAVE') and
611: tab_context_flag = 'ON') then
612:

Line 1606: if instr(owa_util.get_cgi_env('HTTP_USER_AGENT'),'MSIE') = 0

1602: end = end - 1;
1603:
1604: parent.opener.parent.document.Favorites.C.options[end].text = totext;
1605: parent.opener.parent.document.Favorites.C.options[end].value = tovalue;');
1606: if instr(owa_util.get_cgi_env('HTTP_USER_AGENT'),'MSIE') = 0
1607: then
1608: htp.p('parent.opener.parent.history.go(0);');
1609: end if;
1610: htp.p('window.close();

Line 1709: if instr(owa_util.get_cgi_env('HTTP_USER_AGENT'),'MSIE') = 0

1705: parent.opener.parent.document.Favorites.C.options[temp].text = document.renameFavorite.NAME.value;');-- added code to show alert if location is null 976843 mputman
1706: IF (item_name='0*0*0*X') THEN -- prevents updating location for non custom locations 976843 mputman
1707: htp.p('parent.opener.parent.document.Favorites.C.options[temp].value="0*0*0*X" + document.renameFavorite.LOCATION.value + "*WWW";'); --wrapps location in codes 976843 mputman
1708: END IF;
1709: if instr(owa_util.get_cgi_env('HTTP_USER_AGENT'),'MSIE') = 0
1710: then
1711: htp.p('parent.opener.parent.history.go(0);');
1712: end if;
1713: htp.p('window.close();

Line 1839: -- if instr(owa_util.get_cgi_env('HTTP_USER_AGENT'),'MSIE') > 0

1835: l_initialize := '1234567890123456789012345678901234567890';
1836: r_initialize := '1234567890123456789012345678901234567890';
1837:
1838: --bug 2644185
1839: -- if instr(owa_util.get_cgi_env('HTTP_USER_AGENT'),'MSIE') > 0
1840: -- then
1841:
1842: l_history := '';
1843: