6016: l_benefit_action_id,
6017: 'U',
6018: 1);
6019: --
6020: select ben_batch_ranges_s.nextval
6021: into l_range_id
6022: from sys.dual;
6023: --
6024: l_start_person_action_id := l_person_action_id(1);
6082: l_num_range := l_num_range + 1;
6083: --
6084: -- Get next sequence for the range
6085: --
6086: select ben_batch_ranges_s.nextval
6087: into l_range_id
6088: from sys.dual;
6089: --
6090: l_start_person_action_id := l_person_action_id(1);