DBA Data[Home] [Help]

APPS.ICX_REQ_UPDATE_SAVED_CARTS dependencies on HTF

Line 268: htp.tableData(htf.anchor('icx_req_navigation.ic_parent?cart_id='|| icx_call.encrypt2(y_table(l_cart_id_value_id)) ||'&'||'emergency='||icx_call.encrypt2(l_emergency),

264: else
265: l_emergency := 'YES';
266: end if;
267:
268: htp.tableData(htf.anchor('icx_req_navigation.ic_parent?cart_id='|| icx_call.encrypt2(y_table(l_cart_id_value_id)) ||'&'||'emergency='||icx_call.encrypt2(l_emergency),
269: y_table(ak_query_pkg.g_items_table(i).value_id),'','onMouseOver="return true"'));
270:
271: --Display status falg in plain ENGLISH
272: elsif (ak_query_pkg.g_items_table(i).attribute_code = 'ICX_SAVED_FLAG') then

Line 302: htp.tableData(htf.anchor('javascript:delete_saved_cart('''||icx_util.replace_quotes(FND_MESSAGE.GET) ||''','''||condensed_params||''')',

298: FND_MESSAGE.SET_NAME('ICX', 'ICX_DELETE_OBJECT');
299: FND_MESSAGE.SET_TOKEN('OBJECT_TO_DELETE_TOKEN', y_table(l_cart_name_value_id));
300:
301:
302: htp.tableData(htf.anchor('javascript:delete_saved_cart('''||icx_util.replace_quotes(FND_MESSAGE.GET) ||''','''||condensed_params||''')',
303: htf.img('/OA_MEDIA/'||c_language||'/FNDIDELR.gif','CENTER','','','border=no width=17 height=16'),'','onMouseOver="return true"'));
304:
305: else
306: if ak_query_pkg.g_items_table(i).value_id is null then

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

299: FND_MESSAGE.SET_TOKEN('OBJECT_TO_DELETE_TOKEN', y_table(l_cart_name_value_id));
300:
301:
302: htp.tableData(htf.anchor('javascript:delete_saved_cart('''||icx_util.replace_quotes(FND_MESSAGE.GET) ||''','''||condensed_params||''')',
303: htf.img('/OA_MEDIA/'||c_language||'/FNDIDELR.gif','CENTER','','','border=no width=17 height=16'),'','onMouseOver="return true"'));
304:
305: else
306: if ak_query_pkg.g_items_table(i).value_id is null then
307: htp.tableData('');

Line 312: htp.tableData(htf.br);

308: else
309: if (y_table(ak_query_pkg.g_items_table(i).value_id) is not null) then
310: htp.tableData(y_table(ak_query_pkg.g_items_table(i).value_id));
311: else
312: htp.tableData(htf.br);
313: end if;
314: end if;
315: end if;
316: end if;