procedure main  is
     cursor prcpln_rc is select prcplnid from djb_use_prcpln1 WHERE prcplnid in (101000000000013)  order by  prcplnid;[color=#FF0000]     rd_prcpln rd_tab_prcpln; 
     v_vpn_priority number;
     v_cell_flag number;
[/color]
  begin
    v_debug_flag := 0;
    --初始化原子
    atom_initialize;蓝色和红色的定义的变量有什么区别吗?
为什么有的在begin里面定义,有的在begin上面定义