DBA Data[Home] [Help]

APPS.PQH_RTM_INS dependencies on DUAL

Line 135: Cursor C_Sel1 is select pqh_role_templates_s.nextval from sys.dual;

131: Procedure pre_insert(p_rec in out nocopy pqh_rtm_shd.g_rec_type) is
132: --
133: l_proc varchar2(72) := g_package||'pre_insert';
134: --
135: Cursor C_Sel1 is select pqh_role_templates_s.nextval from sys.dual;
136: --
137: Begin
138: hr_utility.set_location('Entering:'||l_proc, 5);
139: --