DBA Data[Home] [Help]

APPS.PQH_DEL_INS dependencies on DUAL

Line 133: Cursor C_Sel1 is select pqh_dflt_budget_elements_s.nextval from sys.dual;

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