DBA Data[Home] [Help]

APPS.BEN_AGF_INS dependencies on DUAL

Line 227: Cursor C_Sel1 is select ben_age_fctr_s.nextval from sys.dual;

223: Procedure pre_insert(p_rec in out nocopy ben_agf_shd.g_rec_type) is
224: --
225: l_proc varchar2(72) := g_package||'pre_insert';
226: --
227: Cursor C_Sel1 is select ben_age_fctr_s.nextval from sys.dual;
228: --
229: Begin
230: hr_utility.set_location('Entering:'||l_proc, 5);
231: --