DBA Data[Home] [Help]

APPS.PER_RSC_INS dependencies on DUAL

Line 183: Cursor C_Sel1 is select per_rating_scales_s.nextval from sys.dual;

179: Procedure pre_insert(p_rec in out nocopy per_rsc_shd.g_rec_type) is
180: --
181: l_proc varchar2(72) := g_package||'pre_insert';
182: --
183: Cursor C_Sel1 is select per_rating_scales_s.nextval from sys.dual;
184: --
185: --
186: Begin
187: hr_utility.set_location('Entering:'||l_proc, 5);