DBA Data[Home] [Help]

APPS.PQH_PTE_INS dependencies on DUAL

Line 237: Cursor C_Sel1 is select pqh_ptx_extra_info_s.nextval from sys.dual;

233: Procedure pre_insert(p_rec in out nocopy pqh_pte_shd.g_rec_type) is
234: --
235: l_proc varchar2(72) := g_package||'pre_insert';
236: --
237: Cursor C_Sel1 is select pqh_ptx_extra_info_s.nextval from sys.dual;
238: --
239: --
240: Begin
241: hr_utility.set_location('Entering:'||l_proc, 5);