Line 388: select poa_edw_alines_inc_s.nextval into l_seq_id from dual;
384:
385: BEGIN
386:
387: p_count := 0; 388: select poa_edw_alines_inc_s.nextval into l_seq_id from dual; 389:
390: UPDATE poa_edw_alines_inc
391: SET seq_id = l_seq_id
392: WHERE seq_id IS NULL;