DBA Data[Home] [Help]

APPS.ICX_ADMIN_UTILS dependencies on HTF

Line 300: htp.tableData(htf.anchor(l_update_proc||'?X='||icx_call.encrypt2(l_X||'*]'),l_values_table(l_link_value_id),'','onMouseOver="return true"'));

296: and ak_query_pkg.g_items_table(i).node_display_flag = 'Y'
297: then
298: if ak_query_pkg.g_items_table(i).attribute_code = l_link_attribute
299: then
300: htp.tableData(htf.anchor(l_update_proc||'?X='||icx_call.encrypt2(l_X||'*]'),l_values_table(l_link_value_id),'','onMouseOver="return true"'));
301: elsif ak_query_pkg.g_items_table(i).value_id is null
302: then
303: htp.tableData('');
304: elsif ak_query_pkg.g_items_table(i).item_style = 'CHECKBOX'

Line 319: htp.tableData(htf.anchor('javascript:delete_function('''||icx_util.replace_onMouseOver_quotes(l_values_table(l_link_value_id))||''','''||icx_call.encrypt2(l_X)||''')',

315: end if;
316:
317: end loop; -- items
318: l_X := 'DISPLAY'||'*'||l_X||p_hidden||'*'||p_start_row||'*'||l_end_row||'*'||l_encrypted_where||'**]';
319: htp.tableData(htf.anchor('javascript:delete_function('''||icx_util.replace_onMouseOver_quotes(l_values_table(l_link_value_id))||''','''||icx_call.encrypt2(l_X)||''')',
320: htf.img('/OA_MEDIA/'||l_language_code||'/FNDIDELR.gif','CENTER','','','border=no width=17 height=16'),'','onMouseOver="return true"'));
321: htp.tableRowClose;
322: end loop; -- Results
323:

Line 320: htf.img('/OA_MEDIA/'||l_language_code||'/FNDIDELR.gif','CENTER','','','border=no width=17 height=16'),'','onMouseOver="return true"'));

316:
317: end loop; -- items
318: l_X := 'DISPLAY'||'*'||l_X||p_hidden||'*'||p_start_row||'*'||l_end_row||'*'||l_encrypted_where||'**]';
319: htp.tableData(htf.anchor('javascript:delete_function('''||icx_util.replace_onMouseOver_quotes(l_values_table(l_link_value_id))||''','''||icx_call.encrypt2(l_X)||''')',
320: htf.img('/OA_MEDIA/'||l_language_code||'/FNDIDELR.gif','CENTER','','','border=no width=17 height=16'),'','onMouseOver="return true"'));
321: htp.tableRowClose;
322: end loop; -- Results
323:
324: htp.tableClose;