This is how I would do it :
Declare
v_count number := 0;
Begin
clear_list ('name_bloc.name_list_item');
for i in (Select id, description from name_table) --you can put the condition 'where' after name_table--
loop
add_list_element ('name_bloc.name_list_item', v_count+1, i.description...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.