355: ,p_rec
356: );
357: --
358: -- Call to raise any errors on multi-message list
359: hr_multi_message.end_validation_set;
360: --
361: -- Call the supporting pre-insert operation
362: --
363: per_ent_ins.pre_insert(p_rec);
373: ,p_rec
374: );
375: --
376: -- Call to raise any errors on multi-message list
377: hr_multi_message.end_validation_set;
378: --
379: hr_utility.set_location('Leaving:'||l_proc, 20);
380: end ins;
381: --