DBA Data[Home] [Help]

APPS.ORACLEMYPAGE dependencies on ORACLECONFIGURE

Line 458: l_url := l_agent || 'OracleConfigure.render?p_page_id='||page_id||

454:
455:
456: elsif icx_sec.g_mode_code in ('115P', 'SLAVE') then
457: l_agent := FND_WEB_CONFIG.WEB_SERVER || icx_plug_utilities.getPLSQLagent;
458: l_url := l_agent || 'OracleConfigure.render?p_page_id='||page_id||
459: '&'||'p_region_id='||main_region_id||
460: '&'||'p_mode=0';
461: end if;
462: */

Line 465: l_url := l_agent || 'OracleConfigure.render?p_page_id='||page_id||

461: end if;
462: */
463:
464: l_agent := FND_WEB_CONFIG.WEB_SERVER || icx_plug_utilities.getPLSQLagent;
465: l_url := l_agent || 'OracleConfigure.render?p_page_id='||page_id||
466: '&'||'p_region_id='||main_region_id||
467: '&'||'p_mode=0';
468:
469: return l_url;

Line 1086: l_page_id := OracleConfigure.createPage(

1082: and page_type = 'MAIN';
1083:
1084: if ( l_page_count = 0 ) then
1085: -- user has no MAIN page, create a page for user
1086: l_page_id := OracleConfigure.createPage(
1087: p_page_type => 'MAIN',
1088: p_page_name => wf_core.translate('MAIN_MENU'),
1089: p_validate_flag => 'N');
1090: --add exception raise to prevent messy screen 1378862

Line 1108: l_tabicons(l_page_index).url := l_agent||'OracleConfigure.customize?p_page_id='||l_page_id;--mputman added parameter for bug1340651

1104: l_tabicons(l_page_index).iconname := 'OA_HTML/webtools/images/tab_edit_icon.gif';
1105: l_tabicons(l_page_index).iconposition := 'right';
1106: l_tabicons(l_page_index).hint := wf_core.translate('MODIFY_HOME');
1107: l_tabicons(l_page_index).actiontype := 'url';
1108: l_tabicons(l_page_index).url := l_agent||'OracleConfigure.customize?p_page_id='||l_page_id;--mputman added parameter for bug1340651
1109: l_tabicons(l_page_index).targetframe := '_top';
1110:
1111: l_tabs(l_page_index).iconobj := 'edit'||l_page_id;-- mputman added l_page_id for bug1340651
1112: ELSE

Line 1281: l_tabicons(l_page_index).url := l_agent||'OracleConfigure.customize?p_page_id='||l_page_id;--mputman for bug1340651

1277: l_tabicons(l_page_index).iconname := 'OA_HTML/webtools/images/tab_edit_icon.gif';
1278: l_tabicons(l_page_index).iconposition := 'right';
1279: l_tabicons(l_page_index).hint := wf_core.translate('MODIFY_HOME');
1280: l_tabicons(l_page_index).actiontype := 'url';
1281: l_tabicons(l_page_index).url := l_agent||'OracleConfigure.customize?p_page_id='||l_page_id;--mputman for bug1340651
1282: l_tabicons(l_page_index).targetframe := '_top';
1283:
1284: l_tabs(l_page_index).iconobj := 'edit'||l_page_id;-- mputman added l_page_id for bug1340651
1285: else