Originally posted by anandkl
Inside the loop..
p_ctr_arr(1) :='1234';
p_ctr_arr(1) :='2484761451';
Wrong! For the loop to execute as written in your code, p_ctr_arr.count must have already a value > 0 and the p_ctr_arr already be loaded with that number of items.