DBA Data[Home] [Help]

APPS.ICX_ON_UTILITIES2 dependencies on HTF

Line 93: htf.img(curl => '/OA_MEDIA/FNDIFRST.gif', calt => icx_util.replace_alt_quotes(l_prompts(1)),

89: then
90: l_parameter := l_parameter||'&'||'p_hidden='||p_hidden;
91: end if;
92: htp.anchor('javascript:set_icon('''||p_packproc||l_parameter||''')',
93: htf.img(curl => '/OA_MEDIA/FNDIFRST.gif', calt => icx_util.replace_alt_quotes(l_prompts(1)),
94: cattributes => 'width=22 height=22 BORDER=0'),'',' onMouseOver="window.status='''||icx_util.replace_OnMouseOver_quotes(l_message)||''';return true"');
95: else
96: htp.anchor('javascript:'||p_jsproc||'(''1'','''||p_query_set||''')',
97: htf.img(curl => '/OA_MEDIA/FNDIFRST.gif', calt =>icx_util.replace_alt_quotes(l_prompts(1)),

Line 97: htf.img(curl => '/OA_MEDIA/FNDIFRST.gif', calt =>icx_util.replace_alt_quotes(l_prompts(1)),

93: htf.img(curl => '/OA_MEDIA/FNDIFRST.gif', calt => icx_util.replace_alt_quotes(l_prompts(1)),
94: cattributes => 'width=22 height=22 BORDER=0'),'',' onMouseOver="window.status='''||icx_util.replace_OnMouseOver_quotes(l_message)||''';return true"');
95: else
96: htp.anchor('javascript:'||p_jsproc||'(''1'','''||p_query_set||''')',
97: htf.img(curl => '/OA_MEDIA/FNDIFRST.gif', calt =>icx_util.replace_alt_quotes(l_prompts(1)),
98: cattributes => 'width=22 height=22 BORDER=0'),'',' onMouseOver="window.status='''||icx_util.replace_OnMouseOver_quotes(l_message)||''';return true"');
99: end if;
100: htp.p('');
101: htp.p('');

Line 124: htf.img(curl => '/OA_MEDIA/FNDIPREV.gif', calt => icx_util.replace_alt_quotes(l_prompts(2)),

120: then
121: l_parameter := l_parameter||'&'||'p_hidden='||p_hidden;
122: end if;
123: htp.anchor('javascript:set_icon('''||p_packproc||l_parameter||''')',
124: htf.img(curl => '/OA_MEDIA/FNDIPREV.gif', calt => icx_util.replace_alt_quotes(l_prompts(2)),
125: cattributes => 'width=22 height=22 BORDER=0'),'',' onMouseOver="window.status='''||icx_util.replace_OnMouseOver_quotes(l_message)||''';return true"');
126: else
127: htp.anchor('javascript:'||p_jsproc||'('''||to_char(l_start_row)||''','''||to_char(p_start_row-1)||''')',
128: htf.img(curl => '/OA_MEDIA/FNDIPREV.gif', calt => icx_util.replace_alt_quotes(l_prompts(2)),

Line 128: htf.img(curl => '/OA_MEDIA/FNDIPREV.gif', calt => icx_util.replace_alt_quotes(l_prompts(2)),

124: htf.img(curl => '/OA_MEDIA/FNDIPREV.gif', calt => icx_util.replace_alt_quotes(l_prompts(2)),
125: cattributes => 'width=22 height=22 BORDER=0'),'',' onMouseOver="window.status='''||icx_util.replace_OnMouseOver_quotes(l_message)||''';return true"');
126: else
127: htp.anchor('javascript:'||p_jsproc||'('''||to_char(l_start_row)||''','''||to_char(p_start_row-1)||''')',
128: htf.img(curl => '/OA_MEDIA/FNDIPREV.gif', calt => icx_util.replace_alt_quotes(l_prompts(2)),
129: cattributes => 'width=22 height=22 BORDER=0'),'',' onMouseOver="window.status='''||icx_util.replace_OnMouseOver_quotes(l_message)||''';return true"');
130: end if;
131: htp.p('');
132: htp.p('');

Line 178: htp.anchor('javascript:set_icon('''||p_packproc||l_parameter||''')', htf.img(curl => '/OA_MEDIA/FNDINEXT.gif', calt => icx_util.replace_alt_quotes(l_prompts(3)),

174: if p_hidden is not null
175: then
176: l_parameter := l_parameter||'&'||'p_hidden='||p_hidden;
177: end if;
178: htp.anchor('javascript:set_icon('''||p_packproc||l_parameter||''')', htf.img(curl => '/OA_MEDIA/FNDINEXT.gif', calt => icx_util.replace_alt_quotes(l_prompts(3)),
179: cattributes => 'width=22 height=22 BORDER=0'),'',' onMouseOver="window.status='''||icx_util.replace_OnMouseOver_quotes(l_message)||''';return true"');
180: else
181: htp.anchor('javascript:'||p_jsproc||'('''||to_char(p_stop_row+1)||''','''||to_char(l_stop_row)||''')',
182: htf.img(curl => '/OA_MEDIA/FNDINEXT.gif', calt => icx_util.replace_alt_quotes(l_prompts(3)),

Line 182: htf.img(curl => '/OA_MEDIA/FNDINEXT.gif', calt => icx_util.replace_alt_quotes(l_prompts(3)),

178: htp.anchor('javascript:set_icon('''||p_packproc||l_parameter||''')', htf.img(curl => '/OA_MEDIA/FNDINEXT.gif', calt => icx_util.replace_alt_quotes(l_prompts(3)),
179: cattributes => 'width=22 height=22 BORDER=0'),'',' onMouseOver="window.status='''||icx_util.replace_OnMouseOver_quotes(l_message)||''';return true"');
180: else
181: htp.anchor('javascript:'||p_jsproc||'('''||to_char(p_stop_row+1)||''','''||to_char(l_stop_row)||''')',
182: htf.img(curl => '/OA_MEDIA/FNDINEXT.gif', calt => icx_util.replace_alt_quotes(l_prompts(3)),
183: cattributes => 'width=22 height=22 BORDER=0'),'',' onMouseOver="window.status='''||icx_util.replace_OnMouseOver_quotes(l_message)||''';return true"');
184: end if;
185: htp.p('');
186: htp.p('');

Line 202: htf.img(curl => '/OA_MEDIA/FNDILAST.gif', calt => icx_util.replace_alt_quotes(l_prompts(4)),

198: then
199: l_parameter := l_parameter||'&'||'p_hidden='||p_hidden;
200: end if;
201: htp.anchor('javascript:set_icon('''||p_packproc||l_parameter||''')',
202: htf.img(curl => '/OA_MEDIA/FNDILAST.gif', calt => icx_util.replace_alt_quotes(l_prompts(4)),
203: cattributes => 'width=22 height=22 BORDER=0'),'','onMouseOver="window.status='''||icx_util.replace_OnMouseOver_quotes(l_message)||''';return true"');
204: else
205: htp.anchor('javascript:'||p_jsproc||'('''||to_char(p_row_count-p_query_set+1)||''','''||to_char(p_row_count)||''')',
206: htf.img(curl => '/OA_MEDIA/FNDILAST.gif', calt => icx_util.replace_alt_quotes(l_prompts(4)),

Line 206: htf.img(curl => '/OA_MEDIA/FNDILAST.gif', calt => icx_util.replace_alt_quotes(l_prompts(4)),

202: htf.img(curl => '/OA_MEDIA/FNDILAST.gif', calt => icx_util.replace_alt_quotes(l_prompts(4)),
203: cattributes => 'width=22 height=22 BORDER=0'),'','onMouseOver="window.status='''||icx_util.replace_OnMouseOver_quotes(l_message)||''';return true"');
204: else
205: htp.anchor('javascript:'||p_jsproc||'('''||to_char(p_row_count-p_query_set+1)||''','''||to_char(p_row_count)||''')',
206: htf.img(curl => '/OA_MEDIA/FNDILAST.gif', calt => icx_util.replace_alt_quotes(l_prompts(4)),
207: cattributes => 'width=22 height=22 BORDER=0'),'',' onMouseOver="window.status='''||icx_util.replace_OnMouseOver_quotes(l_message)||''';return true"');
208: end if;
209: htp.p('');
210: end if;

Line 290: htp.tableData(cvalue => htf.formText(cname => 't', csize => p_item_rec.display_value_length, cvalue => p_value, cattributes => 'onChange="'||l_input_check||'"'), crowspan => p_rowspan);

286: if p_data_type = 'NUMBER'
287: then
288: l_input_check := l_input_check||'check_number(this);';
289: end if;
290: htp.tableData(cvalue => htf.formText(cname => 't', csize => p_item_rec.display_value_length, cvalue => p_value, cattributes => 'onChange="'||l_input_check||'"'), crowspan => p_rowspan);
291: elsif p_rowid is not null and p_value is not null
292: then
293: l_Y := 'X*****1****'||p_rowid||'*'||p_goto;
294: htp.tableData(cvalue => ''

Line 332: htp.tableData(cvalue => htf.formText(cname => 't', csize => p_value_length, cvalue => p_value, cattributes => 'onChange="'||l_input_check||'"'), crowspan => p_rowspan);

328: then
329: if p_data_type = 'NUMBER'
330: then
331: l_input_check := l_input_check||'check_number(this);';
332: htp.tableData(cvalue => htf.formText(cname => 't', csize => p_value_length, cvalue => p_value, cattributes => 'onChange="'||l_input_check||'"'), crowspan => p_rowspan);
333: htp.tableData(cvalue => '
');
334: else
335: htp.tableData(cvalue => htf.formText(cname => 't', csize => p_value_length, cvalue => p_value, cattributes => 'onChange="'||l_input_check||'"'), crowspan => p_rowspan);
336: end if;

Line 335: htp.tableData(cvalue => htf.formText(cname => 't', csize => p_value_length, cvalue => p_value, cattributes => 'onChange="'||l_input_check||'"'), crowspan => p_rowspan);

331: l_input_check := l_input_check||'check_number(this);';
332: htp.tableData(cvalue => htf.formText(cname => 't', csize => p_value_length, cvalue => p_value, cattributes => 'onChange="'||l_input_check||'"'), crowspan => p_rowspan);
333: htp.tableData(cvalue => '
');
334: else
335: htp.tableData(cvalue => htf.formText(cname => 't', csize => p_value_length, cvalue => p_value, cattributes => 'onChange="'||l_input_check||'"'), crowspan => p_rowspan);
336: end if;
337: else
338: htp.tableData(cvalue => icx_on_utilities.formatText(p_value,p_bold,p_italic), calign => p_halign, cattributes => 'VALIGN="'||p_valign||'"', crowspan => p_rowspan);
339: end if;

Line 404: htp.tableData(cvalue => htf.formCheckbox('c','F')||p_label, crowspan => p_rowspan);

400: if p_update_flag = 'X'
401: then
402: if p_value_id is null
403: then
404: htp.tableData(cvalue => htf.formCheckbox('c','F')||p_label, crowspan => p_rowspan);
405: else
406: if p_value = 'T' or p_value = 'Y'
407: then
408: htp.tableData(cvalue => htf.formCheckbox('c',p_value,'CHECKED')||p_label, crowspan => p_rowspan);

Line 408: htp.tableData(cvalue => htf.formCheckbox('c',p_value,'CHECKED')||p_label, crowspan => p_rowspan);

404: htp.tableData(cvalue => htf.formCheckbox('c','F')||p_label, crowspan => p_rowspan);
405: else
406: if p_value = 'T' or p_value = 'Y'
407: then
408: htp.tableData(cvalue => htf.formCheckbox('c',p_value,'CHECKED')||p_label, crowspan => p_rowspan);
409: else
410: htp.tableData(cvalue => htf.formCheckbox('c',p_value)||p_label, crowspan => p_rowspan);
411: end if;
412: end if;

Line 410: htp.tableData(cvalue => htf.formCheckbox('c',p_value)||p_label, crowspan => p_rowspan);

406: if p_value = 'T' or p_value = 'Y'
407: then
408: htp.tableData(cvalue => htf.formCheckbox('c',p_value,'CHECKED')||p_label, crowspan => p_rowspan);
409: else
410: htp.tableData(cvalue => htf.formCheckbox('c',p_value)||p_label, crowspan => p_rowspan);
411: end if;
412: end if;
413: else
414: if p_value_id is null

Line 494: l_poplist := htf.formSelectOpen('s');

490:
491: if p_value_id is null
492: then
493:
494: l_poplist := htf.formSelectOpen('s');
495: for r in ak_query_pkg.g_results_table.FIRST..ak_query_pkg.g_results_table.LAST loop
496: l_poplist := l_poplist||('

Line 498: l_poplist := l_poplist||htf.formSelectClose;

494: l_poplist := htf.formSelectOpen('s');
495: for r in ak_query_pkg.g_results_table.FIRST..ak_query_pkg.g_results_table.LAST loop
496: l_poplist := l_poplist||('

Line 504: l_poplist := htf.formSelectOpen('s');

500: htp.tableData(cvalue => l_poplist, crowspan => p_rowspan);
501:
502: else
503:
504: l_poplist := htf.formSelectOpen('s');
505: for r in ak_query_pkg.g_results_table.FIRST..ak_query_pkg.g_results_table.LAST loop
506: if ak_query_pkg.g_results_table(r).value2 = p_value
507: then
508: l_poplist := l_poplist||('

Line 513: l_poplist := l_poplist||htf.formSelectClose;

509: else
510: l_poplist := l_poplist||('