303: ,p_rec
304: );
305: --
306: -- Call to raise any errors on multi-message list
307: hr_multi_message.end_validation_set;
308: --
309: -- Call the supporting pre-insert operation
310: --
311: pqh_opl_ins.pre_insert(p_rec);
321: ,p_rec
322: );
323: --
324: -- Call to raise any errors on multi-message list
325: hr_multi_message.end_validation_set;
326: --
327: hr_utility.set_location('Leaving:'||l_proc, 20);
328: end ins;
329: --