DBA Data[Home] [Help]

APPS.ICX_DEFINE_PAGES dependencies on ICX_PLUG_UTILITIES

Line 84: l_agent := FND_WEB_CONFIG.WEB_SERVER || icx_plug_utilities.getPLSQLagent;

80: username := upper(username);
81:
82: l_user_id:= icx_sec.getID(icx_sec.PV_WEB_USER_ID);
83:
84: l_agent := FND_WEB_CONFIG.WEB_SERVER || icx_plug_utilities.getPLSQLagent;
85:
86: if (p_page_id IS NOT NULL) then
87:
88: select MAX(page_name)

Line 864: l_toolbar.custom_option1_url := icx_plug_utilities.getPLSQLagent ||

860: l_toolbar.title := wf_core.translate ('MAINTAIN_PAGES');
861: l_toolbar.help_url := 'javascript:top.help_window()';
862: fnd_message.set_name('ICX','ICX_HELP');
863: l_toolbar.help_mouseover := FND_MESSAGE.GET;
864: l_toolbar.custom_option1_url := icx_plug_utilities.getPLSQLagent ||
865: 'OracleMyPage.Home';
866: l_toolbar.custom_option1_mouseover := wf_core.translate ('RETURN_TO_HOME');
867: l_toolbar.custom_option1_gif := '/OA_MEDIA/FNDHOME.gif';
868: l_toolbar.custom_option1_mouseover_gif := '/OA_MEDIA/FNDHOME.gif';