DBA Data[Home] [Help]

APPS.ICX_DEFINE_PAGES dependencies on OWA_UTIL

Line 376: -- use owa_util.redirect_url to redirect the URL to the home page

372: end if;
373:
374: end loop;
375:
376: -- use owa_util.redirect_url to redirect the URL to the home page
377: owa_util.redirect_url(curl=>wfa_html.base_url ||
378: '/icx_define_pages.PageList',
379: bclose_header=>TRUE);
380:

Line 377: owa_util.redirect_url(curl=>wfa_html.base_url ||

373:
374: end loop;
375:
376: -- use owa_util.redirect_url to redirect the URL to the home page
377: owa_util.redirect_url(curl=>wfa_html.base_url ||
378: '/icx_define_pages.PageList',
379: bclose_header=>TRUE);
380:
381:

Line 442: -- use owa_util.redirect_url to redirect the URL to the home page

438:
439: -- Set the new page name
440: oracleconfigure.deletepage (p_page_id => p_page_id);
441:
442: -- use owa_util.redirect_url to redirect the URL to the home page
443: owa_util.redirect_url(curl=>wfa_html.base_url ||
444: '/icx_define_pages.editpagelist',
445: bclose_header=>TRUE);
446:

Line 443: owa_util.redirect_url(curl=>wfa_html.base_url ||

439: -- Set the new page name
440: oracleconfigure.deletepage (p_page_id => p_page_id);
441:
442: -- use owa_util.redirect_url to redirect the URL to the home page
443: owa_util.redirect_url(curl=>wfa_html.base_url ||
444: '/icx_define_pages.editpagelist',
445: bclose_header=>TRUE);
446:
447: end if;

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

505:
506: l_title := 'Maintain Pages';
507: l_nbsp := '&'||'nbsp;';
508:
509: if instr(owa_util.get_cgi_env('HTTP_USER_AGENT'),'MSIE') > 0
510: then
511: l_history := '';
512: else
513: l_history := 'history.go(0);';

Line 876: p_url => owa_util.get_cgi_env('SCRIPT_NAME')||'/ICX_DEFINE_PAGES.PageList',

872:
873: icx_cabo.container(p_toolbar => l_toolbar,
874: p_helpmsg => l_helpmsg,
875: p_helptitle => l_helptitle,
876: p_url => owa_util.get_cgi_env('SCRIPT_NAME')||'/ICX_DEFINE_PAGES.PageList',
877: p_action => TRUE);
878:
879: end EditPageList;
880: