DBA Data[Home] [Help]

APPS.PER_SHT_INS dependencies on DUAL

Line 197: Cursor C_Sel1 is select per_shared_types_s.nextval from sys.dual;

193: Procedure pre_insert(p_rec in out nocopy per_sht_shd.g_rec_type) is
194: --
195: l_proc varchar2(72) := g_package||'pre_insert';
196: --
197: Cursor C_Sel1 is select per_shared_types_s.nextval from sys.dual;
198: --
199: Begin
200: hr_utility.set_location('Entering:'||l_proc, 5);
201: --