373: ,p_rec
374: );
375: --
376: -- Call to raise any errors on multi-message list
377: hr_multi_message.end_validation_set;
378: --
379: -- Call the supporting pre-insert operation
380: --
381: pqh_rer_ins.pre_insert(p_rec);
391: ,p_rec
392: );
393: --
394: -- Call to raise any errors on multi-message list
395: hr_multi_message.end_validation_set;
396: --
397: hr_utility.set_location('Leaving:'||l_proc, 20);
398: end ins;
399: --