DBA Data[Home] [Help]

APPS.ICX_CHANGE_LANGUAGE dependencies on HTP

Line 19: htp.headopen;

15: l_prompts icx_util.g_prompts_table;--added mputman bug 1402459
16:
17: begin
18:
19: htp.headopen;
20: htp.p('');

21:
22: icx_admin_sig.help_win_script('GENPREF', null, 'FND');
23: icx_util.getprompts(601, 'ICX_OBIS_TOOLBAR', l_title, l_prompts);--added mputman bug 1402459
24:
25: htp.p('');
26: htp.headclose;
27:
28: -- Check session and current user
29: wfa_sec.GetSession(username);

Line 26: htp.headclose;

22: icx_admin_sig.help_win_script('GENPREF', null, 'FND');
23: icx_util.getprompts(601, 'ICX_OBIS_TOOLBAR', l_title, l_prompts);--added mputman bug 1402459
24:
25: htp.p('');
26: htp.headclose;
27:
28: -- Check session and current user
29: wfa_sec.GetSession(username);
30: username := upper(username);

Line 106: htp.htmlOpen;

102: v_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
103:
104: icx_util.getPrompts(601,'ICX_CHANGE_LANG',c_title,c_prompts);
105:
106: htp.htmlOpen;
107: htp.headOpen;
108: htp.title(c_title);
109: js.scriptOpen;
110: icx_admin_sig.help_win_script('/OA_DOC/' || v_lang ||

Line 107: htp.headOpen;

103:
104: icx_util.getPrompts(601,'ICX_CHANGE_LANG',c_title,c_prompts);
105:
106: htp.htmlOpen;
107: htp.headOpen;
108: htp.title(c_title);
109: js.scriptOpen;
110: icx_admin_sig.help_win_script('/OA_DOC/' || v_lang ||
111: '/aic/icxhlpln.htm');

Line 108: htp.title(c_title);

104: icx_util.getPrompts(601,'ICX_CHANGE_LANG',c_title,c_prompts);
105:
106: htp.htmlOpen;
107: htp.headOpen;
108: htp.title(c_title);
109: js.scriptOpen;
110: icx_admin_sig.help_win_script('/OA_DOC/' || v_lang ||
111: '/aic/icxhlpln.htm');
112:

Line 115: htp.p('function cancelpref() {

111: '/aic/icxhlpln.htm');
112:
113:
114: if icx_sec.g_mode_code in ( '115J', '115P') then
115: htp.p('function cancelpref() {
116: top.location.href = "'||owa_util.get_cgi_env('SCRIPT_NAME')||'/OracleNavigate.Responsibility";
117: }'); -- updated mputman 1402459
118: else
119: htp.p('function cancelpref() {

Line 119: htp.p('function cancelpref() {

115: htp.p('function cancelpref() {
116: top.location.href = "'||owa_util.get_cgi_env('SCRIPT_NAME')||'/OracleNavigate.Responsibility";
117: }'); -- updated mputman 1402459
118: else
119: htp.p('function cancelpref() {
120: top.location.href = "'||wfa_html.base_url ||'/OracleNavigate.Responsibility";
121: }');
122: end if;
123:

Line 124: htp.p('function savepref() {

120: top.location.href = "'||wfa_html.base_url ||'/OracleNavigate.Responsibility";
121: }');
122: end if;
123:
124: htp.p('function savepref() {
125:
126: document.lang.submit();
127:
128: }');

Line 136: htp.p('
');

132:
133: js.scriptClose;
134: -- icx_admin_sig.toolbar(language_code => v_lang);
135:
136: htp.p('

');
137:
138: htp.br;
139: htp.p('
');
140: htp.p(c_prompts(1));

Line 138: htp.br;

134: -- icx_admin_sig.toolbar(language_code => v_lang);
135:
136: htp.p('

');
137:
138: htp.br;
139: htp.p('');
140: htp.p(c_prompts(1));
141: htp.p('');
142: for prec in get_lang loop
143: if (prec.LANGUAGE_CODE = v_lang) then

Line 140: htp.p(c_prompts(1));

136: htp.p('

');
137:
138: htp.br;
139: htp.p('');
140: htp.p(c_prompts(1));
141: htp.p('');
142: for prec in get_lang loop
143: if (prec.LANGUAGE_CODE = v_lang) then
144: htp.p('
');
157: htp.p('
');

Line 154: htp.p('');

150: prec.ISO_LANGUAGE || '-' || prec.ISO_TERRITORY || ']');
151: end if;
152: end loop;
153: htp.p('');
154: htp.p('');
155:
156: htp.p('

');
157: htp.p('
');
158:

Line 156: htp.p('
');

152: end loop;
153: htp.p('');
154: htp.p('');
155:
156: htp.p('');
157: htp.p('
');
158:
159: /*
160: icx_util.DynamicButton(P_ButtonText => c_prompts(2),

Line 157: htp.p('
');

153: htp.p('');
154: htp.p('');
155:
156: htp.p('');
157: htp.p('
');
158:
159: /*
160: icx_util.DynamicButton(P_ButtonText => c_prompts(2),
161: P_ImageFileName => 'FNDBSBMT',

Line 195: htp.p('');

191: icx_cabo.buttons(p_actions => l_actions,
192: p_actiontext => l_actiontext);
193: end if;
194:
195: htp.p('');
196: htp.htmlClose;
197:
198: end if;
199:

Line 196: htp.htmlClose;

192: p_actiontext => l_actiontext);
193: end if;
194:
195: htp.p('');
196: htp.htmlClose;
197:
198: end if;
199:
200: end;

Line 269: htp.p('

265:
266: l_url:=l_agent||'ICX_CHANGE_LANGUAGE.show_languages';
267: l_url:='"'||l_url||'"';
268:
269: htp.p('
270:
271:
272: