486: ,p_name
487: );
488: --
489: -- Call to raise any errors on multi-message list
490: hr_multi_message.end_validation_set;
491: --
492: -- Call the supporting pre-insert operation
493: --
494: ota_off_ins.pre_insert(p_rec);
504: ,p_rec
505: );
506: --
507: -- Call to raise any errors on multi-message list
508: hr_multi_message.end_validation_set;
509: --
510: hr_utility.set_location('Leaving:'||l_proc, 20);
511: end ins;
512: --