DBA Data[Home] [Help]

APPS.GHR_NLA_INS dependencies on DUAL

Line 148: Cursor C_Sel1 is select ghr_noac_las_s.nextval from sys.dual;

144: Procedure pre_insert(p_rec in out NOCOPY ghr_nla_shd.g_rec_type) is
145: --
146: l_proc varchar2(72);
147: --
148: Cursor C_Sel1 is select ghr_noac_las_s.nextval from sys.dual;
149: --
150: l_rec ghr_nla_shd.g_rec_type;
151: Begin
152: l_proc := g_package||'pre_insert';