DBA Data[Home] [Help]

APPS.PQH_PLG_INS dependencies on DUAL

Line 212: Cursor C_Sel1 is select pqh_process_log_s.nextval from sys.dual;

208: Procedure pre_insert(p_rec in out nocopy pqh_plg_shd.g_rec_type) is
209: --
210: l_proc varchar2(72) := g_package||'pre_insert';
211: --
212: Cursor C_Sel1 is select pqh_process_log_s.nextval from sys.dual;
213: --
214: Begin
215: hr_utility.set_location('Entering:'||l_proc, 5);
216: --