DBA Data[Home] [Help]

APPS.PQH_RFT_INS dependencies on DUAL

Line 143: Cursor C_Sel1 is select pqh_ref_templates_s.nextval from sys.dual;

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