DBA Data[Home] [Help]

APPS.GHR_PRH_INS dependencies on DUAL

Line 184: Cursor C_Sel1 is select ghr_pa_routing_history_s.nextval from sys.dual;

180: --
181: l_proc varchar2(72);
182: l_rec ghr_prh_shd.g_rec_type;
183: --
184: Cursor C_Sel1 is select ghr_pa_routing_history_s.nextval from sys.dual;
185: --
186: Begin
187: l_proc := g_package||'pre_insert';
188: hr_utility.set_location('Entering:'||l_proc, 5);