DBA Data[Home] [Help]

APPS.GHR_NRE_INS dependencies on DUAL

Line 147: Cursor C_Sel1 is select ghr_noac_remarks_s.nextval from sys.dual;

143: --
144: l_proc varchar2(72) ;
145: l_rec ghr_nre_shd.g_rec_type;
146: --
147: Cursor C_Sel1 is select ghr_noac_remarks_s.nextval from sys.dual;
148: --
149: Begin
150: l_proc := g_package||'pre_insert';
151: hr_utility.set_location('Entering:'||l_proc, 5);