DBA Data[Home] [Help]

APPS.PQH_RLT_INS dependencies on DUAL

Line 131: Cursor C_Sel1 is select pqh_routing_lists_s.nextval from sys.dual;

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