DBA Data[Home] [Help]

APPS.ICX_ADMIN_UTILS dependencies on ICX_ON_UTILITIES2

Line 143: -- icx_on_utilities2.printPLSQLtables;

139: p_range_low => p_start_row,
140: p_range_high => l_end_row);
141:
142:
143: -- icx_on_utilities2.printPLSQLtables;
144:
145: /* get number of total rows returned by lov to be used to determine if
146: we need to display the next/previous buttons */
147:

Line 252: icx_on_utilities2.displaySetIcons(l_language_code,l_list_proc,p_start_row,l_end_row,l_encrypted_where,l_query_size,l_total_rows,TRUE,'',p_hidden);

248: htp.tableRowClose;
249: htp.tableClose;
250: htp.br;
251:
252: icx_on_utilities2.displaySetIcons(l_language_code,l_list_proc,p_start_row,l_end_row,l_encrypted_where,l_query_size,l_total_rows,TRUE,'',p_hidden);
253:
254: l_count := 0;
255: while l_key_attributes(l_count+1) is not null loop
256: for i in ak_query_pkg.g_items_table.FIRST..ak_query_pkg.g_items_table.LAST loop

Line 326: icx_on_utilities2.displaySetIcons(l_language_code,l_list_proc,p_start_row,l_end_row,l_encrypted_where,l_query_size,l_total_rows,TRUE,'',p_hidden);

322: end loop; -- Results
323:
324: htp.tableClose;
325:
326: icx_on_utilities2.displaySetIcons(l_language_code,l_list_proc,p_start_row,l_end_row,l_encrypted_where,l_query_size,l_total_rows,TRUE,'',p_hidden);
327:
328: htp.formClose;
329: icx_admin_sig.footer;
330: