DBA Data[Home] [Help]

APPS.GHR_PDC_INS dependencies on DUAL

Line 151: Cursor C_Sel1 is select ghr_pd_classifications_s.nextval from sys.dual;

147: Procedure pre_insert(p_rec in out NOCOPY ghr_pdc_shd.g_rec_type) is
148: --
149: l_proc varchar2(72) := g_package||'pre_insert';
150: --
151: Cursor C_Sel1 is select ghr_pd_classifications_s.nextval from sys.dual;
152: --
153: Begin
154: hr_utility.set_location('Entering:'||l_proc, 5);
155: --