DBA Data[Home] [Help]

APPS.ICX_TEMPLATE_HEIRARCHY dependencies on HTF

Line 155: htp.tableData(htf.formText('ICX_TEMPLATE1',30,81,p_template,'onchange="template_changed()"'));

151: htp.tableData('
');
152:
153: -- Template text field
154: htp.tableData(l_prompts(1),'RIGHT');
155: htp.tableData(htf.formText('ICX_TEMPLATE1',30,81,p_template,'onchange="template_changed()"'));
156: htp.tableData(htf.anchor('javascript:pre_template_LOV()',htf.img('/OA_MEDIA/'||l_language||'/FNDILOV.gif','CENTER',icx_util.replace_alt_quotes(lov_title),
157: '','BORDER=0 WIDTH=23 HEIGHT=21'),'','onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(lov_title)||''';return true"'));
158: htp.tableRowClose;
159:

Line 156: htp.tableData(htf.anchor('javascript:pre_template_LOV()',htf.img('/OA_MEDIA/'||l_language||'/FNDILOV.gif','CENTER',icx_util.replace_alt_quotes(lov_title),

152:
153: -- Template text field
154: htp.tableData(l_prompts(1),'RIGHT');
155: htp.tableData(htf.formText('ICX_TEMPLATE1',30,81,p_template,'onchange="template_changed()"'));
156: htp.tableData(htf.anchor('javascript:pre_template_LOV()',htf.img('/OA_MEDIA/'||l_language||'/FNDILOV.gif','CENTER',icx_util.replace_alt_quotes(lov_title),
157: '','BORDER=0 WIDTH=23 HEIGHT=21'),'','onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(lov_title)||''';return true"'));
158: htp.tableRowClose;
159:
160: -- Relation poplist

Line 163: htp.p(''||htf.formSelectOpen('ICX_RELATION'));

159:
160: -- Relation poplist
161: htp.tableRowOpen;
162: htp.tableData(l_prompts(3),'RIGHT');
163: htp.p(''||htf.formSelectOpen('ICX_RELATION'));
164: open relations;
165: loop
166: fetch relations into temp_relation_code, temp_relation;
167: exit when relations%NOTFOUND;

Line 171: htp.p(htf.formSelectClose||'');

167: exit when relations%NOTFOUND;
168: htp.formSelectOption(temp_relation,'','VALUE="'||temp_relation_code||'"');
169: end loop;
170: close relations;
171: htp.p(htf.formSelectClose||'');
172:
173: -- Related Category text field
174: htp.tableData(l_prompts(2),'RIGHT');
175: htp.tableData(htf.formText('ICX_RELATED_TEMPLATE',30,81,''));

Line 175: htp.tableData(htf.formText('ICX_RELATED_TEMPLATE',30,81,''));

171: htp.p(htf.formSelectClose||'');
172:
173: -- Related Category text field
174: htp.tableData(l_prompts(2),'RIGHT');
175: htp.tableData(htf.formText('ICX_RELATED_TEMPLATE',30,81,''));
176: htp.tableData(htf.anchor('javascript:pre_rel_template_LOV()',htf.img('/OA_MEDIA/'||l_language||'/FNDILOV.gif','CENTER',icx_util.replace_alt_quotes(lov_title),
177: '','BORDER=0 WIDTH=23 HEIGHT=21'),'','onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(lov_title)||''';return true"'));
178: htp.tableRowClose;
179: htp.tableClose;

Line 176: htp.tableData(htf.anchor('javascript:pre_rel_template_LOV()',htf.img('/OA_MEDIA/'||l_language||'/FNDILOV.gif','CENTER',icx_util.replace_alt_quotes(lov_title),

172:
173: -- Related Category text field
174: htp.tableData(l_prompts(2),'RIGHT');
175: htp.tableData(htf.formText('ICX_RELATED_TEMPLATE',30,81,''));
176: htp.tableData(htf.anchor('javascript:pre_rel_template_LOV()',htf.img('/OA_MEDIA/'||l_language||'/FNDILOV.gif','CENTER',icx_util.replace_alt_quotes(lov_title),
177: '','BORDER=0 WIDTH=23 HEIGHT=21'),'','onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(lov_title)||''';return true"'));
178: htp.tableRowClose;
179: htp.tableClose;
180:

Line 384: htp.tableData(htf.strong(ak_query_pkg.g_items_table(k).attribute_label_long),'LEFT');

380: htp.p('');
381: for k in ak_query_pkg.g_items_table.FIRST..ak_query_pkg.g_items_table.LAST loop
382: if ak_query_pkg.g_items_table(k).secured_column = 'F' and
383: ak_query_pkg.g_items_table(k).node_display_flag = 'Y' then
384: htp.tableData(htf.strong(ak_query_pkg.g_items_table(k).attribute_label_long),'LEFT');
385: end if;
386: end loop;
387: htp.tableRowClose;
388:

Line 432: htp.tableData(htf.anchor('javascript:delete_relation('''||icx_util.replace_quotes(temp_template)||''','''||icx_util.replace_quotes(temp_related_template)||''',

428: end if;
429:
430: end loop;
431:
432: htp.tableData(htf.anchor('javascript:delete_relation('''||icx_util.replace_quotes(temp_template)||''','''||icx_util.replace_quotes(temp_related_template)||''',
433: '''||replace(icx_util.replace_quotes(temp_template),' ','@~$')||''','''||replace(icx_util.replace_quotes(temp_related_template),' ','@~$')||''')',
434: htf.img('/OA_MEDIA/'||l_language||'/FNDIDELR.gif','CENTER',icx_util.replace_alt_quotes(l_prompts(6)),'',
435: 'BORDER=0 WIDTH=16 HEIGHT=17'),'','onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(l_prompts(6))||''';return true"'));
436:

Line 434: htf.img('/OA_MEDIA/'||l_language||'/FNDIDELR.gif','CENTER',icx_util.replace_alt_quotes(l_prompts(6)),'',

430: end loop;
431:
432: htp.tableData(htf.anchor('javascript:delete_relation('''||icx_util.replace_quotes(temp_template)||''','''||icx_util.replace_quotes(temp_related_template)||''',
433: '''||replace(icx_util.replace_quotes(temp_template),' ','@~$')||''','''||replace(icx_util.replace_quotes(temp_related_template),' ','@~$')||''')',
434: htf.img('/OA_MEDIA/'||l_language||'/FNDIDELR.gif','CENTER',icx_util.replace_alt_quotes(l_prompts(6)),'',
435: 'BORDER=0 WIDTH=16 HEIGHT=17'),'','onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(l_prompts(6))||''';return true"'));
436:
437: htp.tableRowClose;
438: