DBA Data[Home] [Help]

APPS.HR_LEI_INS dependencies on DUAL

Line 261: Cursor C_Sel1 is select hr_location_extra_info_s.nextval from sys.dual;

257: Procedure pre_insert(p_rec in out nocopy hr_lei_shd.g_rec_type) is
258: --
259: l_proc varchar2(72) := g_package||'pre_insert';
260: --
261: Cursor C_Sel1 is select hr_location_extra_info_s.nextval from sys.dual;
262: --
263: Begin
264: hr_utility.set_location('Entering:'||l_proc, 5);
265: --