DBA Data[Home] [Help]

APPS.ORACLECONFIGURE dependencies on OWA_UTIL

Line 455: p_url => owa_util.get_cgi_env('SCRIPT_NAME')||

451:
452: icx_cabo.container(p_toolbar => l_toolbar,
453: p_helpmsg => wf_core.translate('MODIFY_HOME'),
454: p_helptitle => l_page_name ,
455: p_url => owa_util.get_cgi_env('SCRIPT_NAME')||
456: '/OracleConfigure.displayCustomize?p_page_id='||l_page_id,
457: p_action => TRUE);
458:
459: end if;

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

1341: } ');
1342:
1343:
1344: htp.p ('function applysubmit() {');
1345: if instr(owa_util.get_cgi_env('HTTP_USER_AGENT'),'MSIE') > 0
1346: then
1347: htp.p('document.new_plugname.submit();');
1348: htp.p('parent.opener.parent.history.go(0);');
1349: else

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

1424: update icx_page_plugs
1425: set display_name = p_plug_name
1426: where plug_id = p_plug_id;
1427:
1428: if instr(owa_util.get_cgi_env('HTTP_USER_AGENT'),'MSIE') = 0
1429: then
1430: OracleConfigure.Customize;
1431: end if;
1432: