455: ,p_rec
456: );
457: --
458: -- Call to raise any errors on multi-message list
459: hr_multi_message.end_validation_set;
460: --
461: -- Call the supporting pre-insert operation
462: --
463: ota_lme_ins.pre_insert(p_rec);
473: ,p_rec
474: );
475: --
476: -- Call to raise any errors on multi-message list
477: hr_multi_message.end_validation_set;
478: --
479: hr_utility.set_location('Leaving:'||l_proc, 20);
480: end ins;
481: --