DBA Data[Home] [Help]

APPS.BEN_FORFEITURE_CONCURRENT dependencies on BEN_BATCH_RANGES_S

Line 1430: select ben_batch_ranges_s.nextval

1426: l_actn := 'Inserting Ben_batch_ranges.......';
1427: hr_utility.set_location('Inserting Ben_batch_ranges',32);
1428: -- Select next sequence number for the range
1429: --
1430: select ben_batch_ranges_s.nextval
1431: into l_range_id
1432: from sys.dual;
1433:
1434: insert into ben_batch_ranges

Line 1463: select ben_batch_ranges_s.nextval

1459: If (l_num_row <> 0) then
1460: l_actn := 'Inserting Final Ben_batch_ranges...';
1461: hr_utility.set_location('Inserting Final Ben_batch_ranges',38);
1462:
1463: select ben_batch_ranges_s.nextval
1464: into l_range_id
1465: from sys.dual;
1466:
1467: insert into ben_batch_ranges