DBA Data[Home] [Help]

APPS.PER_APL_INS dependencies on DUAL

Line 205: Cursor C_Sel1 is select per_applications_s.nextval from sys.dual;

201: Procedure pre_insert(p_rec in out nocopy per_apl_shd.g_rec_type) is
202: --
203: l_proc varchar2(72) := g_package||'pre_insert';
204: --
205: Cursor C_Sel1 is select per_applications_s.nextval from sys.dual;
206: --
207: Begin
208: hr_utility.set_location('Entering:'||l_proc, 5);
209: --