DBA Data[Home] [Help]

APPS.ORACLEAPPS dependencies on ICX_PLUG_UTILITIES

Line 1006: l_agent := icx_plug_utilities.getPLSQLagent;

1002: -- select lower(host_name)||'_'||lower(instance_name)
1003: -- into l_host_instance
1004: -- from v$instance;
1005:
1006: l_agent := icx_plug_utilities.getPLSQLagent;
1007:
1008: IF recreate IS NOT NULL THEN
1009: htp.p('

');
1010: htp.formHidden('i_1','');

Line 1074: icx_plug_utilities.buttonBoth(c_prompts(3),'javascript:logon_submit()','FNDJLFOK.gif'); -- Connect

1070: htp.p('');
1071: htp.tableData(htf.formPassword('i_2',30));
1072: htp.formClose;
1073: htp.p('');
1074: icx_plug_utilities.buttonBoth(c_prompts(3),'javascript:logon_submit()','FNDJLFOK.gif'); -- Connect
1075: htp.p('');
1076: htp.tableRowClose;
1077: htp.tableClose;
1078: htp.formClose;

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

3095: l_toolbar.menu_mouseover := l_prompts(7); -- from region ICX_OBIS_TOOLBAR mputman added for bug 1402459
3096:
3097: IF (icx_sec.g_mode_code <> 'SLAVE') THEN
3098: --mputman isolated menubutton to exclude slave mode 1747045
3099: l_toolbar.custom_option1_url := icx_plug_utilities.getPLSQLagent ||
3100: 'OracleMyPage.Home';
3101: l_toolbar.custom_option1_mouseover := wf_core.translate('RETURN_TO_HOME');
3102: l_toolbar.custom_option1_gif := '/OA_MEDIA/FNDHOME.gif';
3103: l_toolbar.custom_option1_mouseover_gif := '/OA_MEDIA/FNDHOME.gif';

Line 3757: --htp.formOpen(icx_plug_utilities.getPLSQLagent || 'OracleApps.UNP','POST','','','NAME="newpass"');

3753: htp.title(c_title);
3754: htp.p('

'||c_title||'

');
3755:
3756: --switched the following statments so correct URL is created in stateful environment MPUTMAN
3757: --htp.formOpen(icx_plug_utilities.getPLSQLagent || 'OracleApps.UNP','POST','','','NAME="newpass"');
3758: htp.formOpen('OracleApps.UNP','POST','','','NAME="newpass"');
3759:
3760: htp.formHidden('i_1', i_1);
3761: htp.formHidden('c_url', c_url);

Line 4055: IF (substr(icx_plug_utilities.getPLSQLagent, 1, 1) = '/') then

4051: --if added mputman bug 1405228
4052: IF p_lang_change=c_language THEN
4053: displaywebuserlocal;
4054: ELSE
4055: IF (substr(icx_plug_utilities.getPLSQLagent, 1, 1) = '/') then
4056: l_agent := FND_WEB_CONFIG.WEB_SERVER||substr(icx_plug_utilities.getPLSQLagent,2);
4057:
4058: ELSE
4059: l_agent := FND_WEB_CONFIG.WEB_SERVER||icx_plug_utilities.getPLSQLagent;

Line 4056: l_agent := FND_WEB_CONFIG.WEB_SERVER||substr(icx_plug_utilities.getPLSQLagent,2);

4052: IF p_lang_change=c_language THEN
4053: displaywebuserlocal;
4054: ELSE
4055: IF (substr(icx_plug_utilities.getPLSQLagent, 1, 1) = '/') then
4056: l_agent := FND_WEB_CONFIG.WEB_SERVER||substr(icx_plug_utilities.getPLSQLagent,2);
4057:
4058: ELSE
4059: l_agent := FND_WEB_CONFIG.WEB_SERVER||icx_plug_utilities.getPLSQLagent;
4060:

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

4055: IF (substr(icx_plug_utilities.getPLSQLagent, 1, 1) = '/') then
4056: l_agent := FND_WEB_CONFIG.WEB_SERVER||substr(icx_plug_utilities.getPLSQLagent,2);
4057:
4058: ELSE
4059: l_agent := FND_WEB_CONFIG.WEB_SERVER||icx_plug_utilities.getPLSQLagent;
4060:
4061: end if;
4062:
4063: l_url:=l_agent||'OracleApps.displaywebuser';

Line 4569: l_agent := icx_plug_utilities.getPLSQLagent;

4565: htp.line;
4566: end if;
4567: htp.p(nvl(c_message,'

'||c_title||'

'));
4568: l_host_instance := FND_WEB_CONFIG.DATABASE_ID;
4569: l_agent := icx_plug_utilities.getPLSQLagent;
4570: htp.p('');
4571: htp.formHidden('i_1','');
4572: htp.formHidden('i_2','');
4573: htp.formHidden('c_sec_grp_id',''); --mputman hosted update

Line 4601: icx_plug_utilities.buttonBoth(c_prompts(3),'javascript:logon_submit()','FNDJLFOK.gif'); -- Connect

4597: htp.p('');
4598: htp.tableData(htf.formPassword('i_2',30));
4599: htp.formClose;
4600: htp.p('');
4601: icx_plug_utilities.buttonBoth(c_prompts(3),'javascript:logon_submit()','FNDJLFOK.gif'); -- Connect
4602: htp.p('');
4603: htp.tableRowClose;
4604: htp.tableClose;
4605: htp.formClose;

Line 4901: l_agent := icx_plug_utilities.getPLSQLagent;

4897: htp.line;
4898: -- end if;
4899: htp.p(nvl(c_message,'

'||c_title||'

'));
4900: l_host_instance := FND_WEB_CONFIG.DATABASE_ID;
4901: l_agent := icx_plug_utilities.getPLSQLagent;
4902: htp.p('');
4903: --htp.formHidden('c_token',wfa_html.conv_special_url_chars(c_token));
4904: htp.formHidden('c_token',c_token);
4905: htp.formHidden('i_1','');

Line 4934: icx_plug_utilities.buttonBoth(c_prompts(3),'javascript:logon_submit()','FNDJLFOK.gif'); -- Connect

4930: htp.p('');
4931: htp.tableData(htf.formPassword('i_2',30));
4932: htp.formClose;
4933: htp.p('');
4934: icx_plug_utilities.buttonBoth(c_prompts(3),'javascript:logon_submit()','FNDJLFOK.gif'); -- Connect
4935: htp.p('');
4936: htp.tableRowClose;
4937: htp.tableClose;
4938: htp.formClose;