DBA Data[Home] [Help]

APPS.GHR_PRE_INS dependencies on DUAL

Line 142: Cursor C_Sel1 is select ghr_pa_remarks_s.nextval from sys.dual;

138: Procedure pre_insert(p_rec in out NOCOPY ghr_pre_shd.g_rec_type) is
139: --
140: l_proc varchar2(72) := g_package||'pre_insert';
141: --
142: Cursor C_Sel1 is select ghr_pa_remarks_s.nextval from sys.dual;
143: --
144: Begin
145: hr_utility.set_location('Entering:'||l_proc, 5);
146: --