DBA Data[Home] [Help]

APPS.ORACLEAPPS dependencies on HTF

Line 1054: htp.tableData(htf.formText('c_sec_grp_id',30));

1050: htp.tableOpen;
1051: htp.tableRowOpen; -- SITE
1052: htp.tableData(c_prompts(5),'RIGHT');
1053: htp.p('

');
1054: htp.tableData(htf.formText('c_sec_grp_id',30));
1055: htp.formClose;
1056: htp.p('');
1057: htp.tableRowClose;
1058: END IF;

Line 1064: htp.tableData(htf.formText('i_1',30));

1060: htp.tableOpen;
1061: htp.tableRowOpen; -- Username
1062: htp.tableData(c_prompts(1),'RIGHT');
1063: htp.p('');
1064: htp.tableData(htf.formText('i_1',30));
1065: htp.formClose;
1066: htp.p('');
1067: htp.tableRowClose;
1068: htp.tableRowOpen; -- Password

Line 1071: htp.tableData(htf.formPassword('i_2',30));

1067: htp.tableRowClose;
1068: htp.tableRowOpen; -- Password
1069: htp.tableData(c_prompts(2),'RIGHT');
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('');

Line 1591: htp.p(c_title||' '||htf.anchor('OracleApps.DU', nvl(c_known_as, c_user_name)));

1587: if c_display = 'IC'
1588: then
1589: htp.p('

'||c_title||' '|| nvl(c_known_as,c_user_name)||'

');
1590: else
1591: htp.p(c_title||' '||htf.anchor('OracleApps.DU', nvl(c_known_as, c_user_name)));
1592: end if;
1593:
1594: htp.p('');
1595:

Line 1642: --htf.anchor('OracleApps.RF?F='||icx_call.encrypt2(r.responsibility_application_id||'*'||r.responsibility_id||'*'||r.security_group_id||'*'||l_function_id||'**]',n_session_id),

1638:
1639: htp.tableRowOpen;
1640: htp.tableData(''||
1641: --mputman convert to execute effort
1642: --htf.anchor('OracleApps.RF?F='||icx_call.encrypt2(r.responsibility_application_id||'*'||r.responsibility_id||'*'||r.security_group_id||'*'||l_function_id||'**]',n_session_id),
1643: htf.anchor('OracleSSWA.Execute?E='||wfa_html.conv_special_url_chars(icx_call.encrypt(r.responsibility_application_id||'*'||r.responsibility_id||'*'||r.security_group_id||'*'||l_function_id||'**]')),
1644: r.responsibility_name,'','TARGET="_top", onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(r.description)||''';return true"')||
1645: '
','','','','','4','');
1646: htp.tableRowClose;

Line 1643: htf.anchor('OracleSSWA.Execute?E='||wfa_html.conv_special_url_chars(icx_call.encrypt(r.responsibility_application_id||'*'||r.responsibility_id||'*'||r.security_group_id||'*'||l_function_id||'**]')),

1639: htp.tableRowOpen;
1640: htp.tableData(''||
1641: --mputman convert to execute effort
1642: --htf.anchor('OracleApps.RF?F='||icx_call.encrypt2(r.responsibility_application_id||'*'||r.responsibility_id||'*'||r.security_group_id||'*'||l_function_id||'**]',n_session_id),
1643: htf.anchor('OracleSSWA.Execute?E='||wfa_html.conv_special_url_chars(icx_call.encrypt(r.responsibility_application_id||'*'||r.responsibility_id||'*'||r.security_group_id||'*'||l_function_id||'**]')),
1644: r.responsibility_name,'','TARGET="_top", onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(r.description)||''';return true"')||
1645: '
','','','','','4','');
1646: htp.tableRowClose;
1647: htp.tableRowOpen;

Line 1724: htf.img(curl => '/OA_MEDIA/'|| mi.web_icon,

1720:
1721: htp.p('

');
4585: htp.tableRowClose;
4586: END IF;

Line 4591: htp.tableData(htf.formText('i_1',30));

4587:
4588: htp.tableRowOpen; -- Username
4589: htp.tableData(c_prompts(1),'RIGHT');
4590: htp.p('');
4591: htp.tableData(htf.formText('i_1',30));
4592: htp.formClose;
4593: htp.p('

');
4594: htp.tableRowClose;
4595: htp.tableRowOpen; -- Password

Line 4598: htp.tableData(htf.formPassword('i_2',30));

4594: htp.tableRowClose;
4595: htp.tableRowOpen; -- Password
4596: htp.tableData(c_prompts(2),'RIGHT');
4597: htp.p('');
4598: htp.tableData(htf.formPassword('i_2',30));
4599: htp.formClose;
4600: htp.p('

');

Line 4914: htp.tableData(htf.formText('site',30));

4910: IF b_hosted THEN
4911: htp.tableRowOpen; -- SITE --mputman hosted update
4912: htp.tableData(c_prompts(5),'RIGHT');
4913: htp.p('');
4914: htp.tableData(htf.formText('site',30));
4915: htp.formClose;
4916: htp.p('

');
4917: htp.tableRowClose;
4918: END IF;

Line 4924: htp.tableData(htf.formText('i_1',30));

4920: htp.tableOpen;
4921: htp.tableRowOpen; -- Username
4922: htp.tableData(c_prompts(1),'RIGHT');
4923: htp.p('');
4924: htp.tableData(htf.formText('i_1',30));
4925: htp.formClose;
4926: htp.p('

');
4927: htp.tableRowClose;
4928: htp.tableRowOpen; -- Password

Line 4931: htp.tableData(htf.formPassword('i_2',30));

4927: htp.tableRowClose;
4928: htp.tableRowOpen; -- Password
4929: htp.tableData(c_prompts(2),'RIGHT');
4930: htp.p('');
4931: htp.tableData(htf.formPassword('i_2',30));
4932: htp.formClose;
4933: htp.p('

');

');
1722: htp.anchor(curl => l_url,
1723: ctext =>
1724: htf.img(curl => '/OA_MEDIA/'|| mi.web_icon,
1725: cattributes => 'BORDER=0',
1726: calt => l_prompt)||
1727: htf.br||
1728: l_prompt,

Line 1727: htf.br||

1723: ctext =>
1724: htf.img(curl => '/OA_MEDIA/'|| mi.web_icon,
1725: cattributes => 'BORDER=0',
1726: calt => l_prompt)||
1727: htf.br||
1728: l_prompt,
1729: cattributes =>
1730: 'TARGET="_top", onMouseOver="window.status='''||
1731: icx_util.replace_onMouseOver_quotes(l_description)||

Line 1738: p_funcTable(f_counter) := htf.anchor(l_url,l_prompt,'','TARGET="_top", onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(l_description)||''';return true"');

1734:
1735: else -- mi.web_icon is null
1736:
1737: f_counter := f_counter+1;
1738: p_funcTable(f_counter) := htf.anchor(l_url,l_prompt,'','TARGET="_top", onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(l_description)||''';return true"');
1739:
1740: end if; -- mi.web_icon
1741:
1742:

Line 1749: p_funcTable(f_counter) := htf.anchor('OracleApps.DSM?Q='||l_encrypt_menu, l_prompt, '','TARGET="_top", onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(l_description)||''';return true"');

1745: f_counter := f_counter+1;
1746:
1747: l_level := 1;
1748: l_encrypt_menu := icx_call.encrypt2(l_level+1||'*'||v_color||'*'||v_color_image||'*'||v_bullet_image||'*'||r.responsibility_id||'*'||mi.menu_id||'*'||'OracleApps.DRM'||'*'||mi.sub_menu_id||'*'||'OracleApps.DSM'||'**]', n_session_id);
1749: p_funcTable(f_counter) := htf.anchor('OracleApps.DSM?Q='||l_encrypt_menu, l_prompt, '','TARGET="_top", onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(l_description)||''';return true"');
1750:
1751: else
1752: raise e_data_error;
1753: end if; -- function or menu

Line 2003: l_temp_name := htf.anchor(l_menuItems(i).menuURL, l_menuItems(i).userMenuName,'','onMouseOver= "window.status='''||l_menu_description||''';return true" TARGET="_top"');

1999: l_temp_name := l_temp_name||'
';
2000: end if;
2001:
2002: if i = 1 then
2003: l_temp_name := htf.anchor(l_menuItems(i).menuURL, l_menuItems(i).userMenuName,'','onMouseOver= "window.status='''||l_menu_description||''';return true" TARGET="_top"');
2004: elsif i = l_level then
2005: -- record the menu id for the current menu
2006: l_menu_id := l_menuItems(i).menuId;
2007: l_temp_name := l_temp_name||' : '||l_menuItems(i).userMenuName;

Line 2009: l_temp_name := l_temp_name||' : '||htf.anchor(l_menuItems(i).menuURL||'?Q='||pass_ons, l_menuItems(i).userMenuName,'','onMouseOver= "window.status='''||l_menu_description||''';return true" TARGET="_top"');

2005: -- record the menu id for the current menu
2006: l_menu_id := l_menuItems(i).menuId;
2007: l_temp_name := l_temp_name||' : '||l_menuItems(i).userMenuName;
2008: else
2009: l_temp_name := l_temp_name||' : '||htf.anchor(l_menuItems(i).menuURL||'?Q='||pass_ons, l_menuItems(i).userMenuName,'','onMouseOver= "window.status='''||l_menu_description||''';return true" TARGET="_top"');
2010: end if;
2011: end loop;
2012:
2013: htp.htmlOpen;

Line 2080: (htf.anchor(curl => 'OracleApps.RF?F='||c_encrypted_func,

2076: htp.tableRowOpen;
2077: end if;
2078:
2079: htp.tabledata
2080: (htf.anchor(curl => 'OracleApps.RF?F='||c_encrypted_func,
2081: ctext =>
2082: htf.img(curl => '/OA_MEDIA/'|| mi.web_icon,
2083: cattributes => 'BORDER=0',
2084: calt => l_prompt)||

Line 2082: htf.img(curl => '/OA_MEDIA/'|| mi.web_icon,

2078:
2079: htp.tabledata
2080: (htf.anchor(curl => 'OracleApps.RF?F='||c_encrypted_func,
2081: ctext =>
2082: htf.img(curl => '/OA_MEDIA/'|| mi.web_icon,
2083: cattributes => 'BORDER=0',
2084: calt => l_prompt)||
2085: htf.br||
2086: l_prompt,

Line 2085: htf.br||

2081: ctext =>
2082: htf.img(curl => '/OA_MEDIA/'|| mi.web_icon,
2083: cattributes => 'BORDER=0',
2084: calt => l_prompt)||
2085: htf.br||
2086: l_prompt,
2087: cattributes =>
2088: 'TARGET="_top", onMouseOver="window.status='''||
2089: icx_util.replace_onMouseOver_quotes(l_description)||

Line 2097: p_funcTable(f_counter) := htf.anchor(replace(mi.web_html_call,'"',''''),l_prompt,'','TARGET="_top", onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(l_description)||''';return true"');

2093:
2094: f_counter := f_counter+1;
2095: if substr(mi.web_html_call,1,10) = 'javascript'
2096: then
2097: p_funcTable(f_counter) := htf.anchor(replace(mi.web_html_call,'"',''''),l_prompt,'','TARGET="_top", onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(l_description)||''';return true"');
2098: else
2099: p_funcTable(f_counter) := htf.anchor('OracleApps.RF?F='||c_encrypted_func,l_prompt,'','TARGET="_top", onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(l_description)||''';return true"');
2100: end if;
2101:

Line 2099: p_funcTable(f_counter) := htf.anchor('OracleApps.RF?F='||c_encrypted_func,l_prompt,'','TARGET="_top", onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(l_description)||''';return true"');

2095: if substr(mi.web_html_call,1,10) = 'javascript'
2096: then
2097: p_funcTable(f_counter) := htf.anchor(replace(mi.web_html_call,'"',''''),l_prompt,'','TARGET="_top", onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(l_description)||''';return true"');
2098: else
2099: p_funcTable(f_counter) := htf.anchor('OracleApps.RF?F='||c_encrypted_func,l_prompt,'','TARGET="_top", onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(l_description)||''';return true"');
2100: end if;
2101:
2102: end if; -- mi.web_icon is not null
2103:

Line 2114: p_funcTable(f_counter) := htf.anchor('OracleApps.DSM?Q='||l_encrypt_menu, l_prompt, '','TARGET="_top", onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(l_description)||''';return true"');

2110: n_encryption_passed := 0;
2111: l_encrypt_menu := icx_call.encrypt2(l_level+1||'*'||v_color||'*'||v_color_image||'*'||v_bullet_image||'*'||l_resp_appl_id||'*'||l_responsibility_id||'*'||l_security_group_id||'*'||l_temp_string||'*'||mi.sub_menu_id||'*'||'OracleApps.DSM'||'**]');
2112: n_encryption_passed := 1;
2113:
2114: p_funcTable(f_counter) := htf.anchor('OracleApps.DSM?Q='||l_encrypt_menu, l_prompt, '','TARGET="_top", onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(l_description)||''';return true"');
2115:
2116: elsif ((mi.function_id is not NULL) AND (mi.sub_menu_id is not NULL)) then
2117: -- sub menu with function (icon)
2118:

Line 2141: (htf.anchor(curl => 'OracleApps.DSM?Q='||l_encrypt_menu,

2137: htp.tableRowOpen;
2138: end if;
2139:
2140: htp.tabledata
2141: (htf.anchor(curl => 'OracleApps.DSM?Q='||l_encrypt_menu,
2142: ctext =>
2143: htf.img(curl => '/OA_MEDIA/'|| mi.web_icon,
2144: cattributes => 'BORDER=0',
2145: calt => l_prompt)||

Line 2143: htf.img(curl => '/OA_MEDIA/'|| mi.web_icon,

2139:
2140: htp.tabledata
2141: (htf.anchor(curl => 'OracleApps.DSM?Q='||l_encrypt_menu,
2142: ctext =>
2143: htf.img(curl => '/OA_MEDIA/'|| mi.web_icon,
2144: cattributes => 'BORDER=0',
2145: calt => l_prompt)||
2146: htf.br||
2147: l_prompt,

Line 2146: htf.br||

2142: ctext =>
2143: htf.img(curl => '/OA_MEDIA/'|| mi.web_icon,
2144: cattributes => 'BORDER=0',
2145: calt => l_prompt)||
2146: htf.br||
2147: l_prompt,
2148: cattributes =>
2149: 'TARGET="_top", onMouseOver="window.status='''||
2150: icx_util.replace_onMouseOver_quotes(l_description)||

Line 2157: p_funcTable(f_counter) := htf.anchor('OracleApps.DSM?Q='||l_encrypt_menu, l_prompt, '','TARGET="_top", onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(l_description)||''';return true"');

2153:
2154: else -- mi.web_icon is null
2155:
2156: f_counter := f_counter+1;
2157: p_funcTable(f_counter) := htf.anchor('OracleApps.DSM?Q='||l_encrypt_menu, l_prompt, '','TARGET="_top", onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(l_description)||''';return true"');
2158:
2159: end if; -- mi.web_icon
2160:
2161: else

Line 3050: c_string := c_string||'nav_win.document.write('''||htf.anchor(c_anchor,r.user_function_name,'','TARGET=mainWindow.location')||''');'||htf.nl;

3046: then
3047: c_anchor := c_anchor||'?'||r.PARAMETERS;
3048: end if;
3049:
3050: c_string := c_string||'nav_win.document.write('''||htf.anchor(c_anchor,r.user_function_name,'','TARGET=mainWindow.location')||''');'||htf.nl;
3051:
3052: end loop;
3053: end loop;
3054: end if;

Line 3374: htp.tableData(htf.formText('i_1','40','50',icx_util.replace_alt_quotes(u.description))); -- added call to replcae quotes 2637147

3370: htp.formOpen('OracleApps.UUI','POST','','','NAME="userpref"');
3371: htp.tableOpen(calign=>'CENTER');
3372: htp.tableRowOpen; -- Known As
3373: htp.tableData(c_prompts(1),'RIGHT');
3374: htp.tableData(htf.formText('i_1','40','50',icx_util.replace_alt_quotes(u.description))); -- added call to replcae quotes 2637147
3375: htp.tableRowClose;
3376:
3377: htp.tableRowOpen; -- Language
3378: htp.tableData(c_prompts(2),'RIGHT');

Line 3604: htp.tableData(htf.formPassword('i_4','30','50'));

3600: IF l_auth_mode <>'LDAP' THEN
3601:
3602: htp.tableRowOpen; -- Old Password
3603: htp.tableData(c_prompts(4),'RIGHT');
3604: htp.tableData(htf.formPassword('i_4','30','50'));
3605: htp.tableRowClose;
3606: htp.tableRowOpen; -- Password
3607: htp.tableData(c_prompts(5),'RIGHT');
3608: htp.tableData(htf.formPassword('i_5','30','50'));

Line 3608: htp.tableData(htf.formPassword('i_5','30','50'));

3604: htp.tableData(htf.formPassword('i_4','30','50'));
3605: htp.tableRowClose;
3606: htp.tableRowOpen; -- Password
3607: htp.tableData(c_prompts(5),'RIGHT');
3608: htp.tableData(htf.formPassword('i_5','30','50'));
3609: htp.tableRowClose;
3610: htp.tableRowOpen; -- Repeat Password
3611: htp.tableData(c_prompts(6),'RIGHT');
3612: htp.tableData(htf.formPassword('i_6','30','50'));

Line 3612: htp.tableData(htf.formPassword('i_6','30','50'));

3608: htp.tableData(htf.formPassword('i_5','30','50'));
3609: htp.tableRowClose;
3610: htp.tableRowOpen; -- Repeat Password
3611: htp.tableData(c_prompts(6),'RIGHT');
3612: htp.tableData(htf.formPassword('i_6','30','50'));
3613: htp.tableRowClose;
3614: ELSE
3615: htp.formHidden('i_4','');-- Old Password
3616: htp.formHidden('i_5','');-- Password

Line 3767: htp.tableData(htf.formPassword('i_2','30','50'));

3763:
3764: htp.tableOpen;
3765: htp.tableRowOpen; -- Old Password
3766: htp.tableData(c_prompts(2),'RIGHT');
3767: htp.tableData(htf.formPassword('i_2','30','50'));
3768: htp.tableRowClose;
3769: htp.tableRowOpen; -- Password
3770: htp.tableData(c_prompts(3),'RIGHT');
3771: htp.tableData(htf.formPassword('i_3','30','50'));

Line 3771: htp.tableData(htf.formPassword('i_3','30','50'));

3767: htp.tableData(htf.formPassword('i_2','30','50'));
3768: htp.tableRowClose;
3769: htp.tableRowOpen; -- Password
3770: htp.tableData(c_prompts(3),'RIGHT');
3771: htp.tableData(htf.formPassword('i_3','30','50'));
3772: htp.tableRowClose;
3773: htp.tableRowOpen; -- Repeat Password
3774: htp.tableData(c_prompts(4),'RIGHT');
3775: htp.tableData(htf.formPassword('i_4','30','50'));

Line 3775: htp.tableData(htf.formPassword('i_4','30','50'));

3771: htp.tableData(htf.formPassword('i_3','30','50'));
3772: htp.tableRowClose;
3773: htp.tableRowOpen; -- Repeat Password
3774: htp.tableData(c_prompts(4),'RIGHT');
3775: htp.tableData(htf.formPassword('i_4','30','50'));
3776: htp.tableRowClose;
3777: htp.tableClose;
3778: htp.nl;
3779:

Line 4582: htp.tableData(htf.formText('site',30));

4578: IF b_hosted THEN
4579: htp.tableRowOpen; -- SITE --mputman hosted update
4580: htp.tableData(c_prompts(5),'RIGHT');
4581: htp.p('');
4582: htp.tableData(htf.formText('site',30));
4583: htp.formClose;
4584: htp.p('

');
4601: icx_plug_utilities.buttonBoth(c_prompts(3),'javascript:logon_submit()','FNDJLFOK.gif'); -- Connect
4602: htp.p('
');
4934: icx_plug_utilities.buttonBoth(c_prompts(3),'javascript:logon_submit()','FNDJLFOK.gif'); -- Connect
4935: htp.p('