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: hr_tis_ins.pre_insert(p_rec);
372: (p_rec
373: );
374: --
375: -- Call to raise any errors on multi-message list
376: hr_multi_message.end_validation_set;
377: --
378: hr_utility.set_location('Leaving:'||l_proc, 20);
379: end ins;
380: --