534: ,p_rec
535: );
536: --
537: -- Call to raise any errors on multi-message list
538: hr_multi_message.end_validation_set;
539: --
540: -- Call the supporting pre-insert operation
541: --
542: ota_trb_ins.pre_insert(p_rec);
552: ,p_rec
553: );
554: --
555: -- Call to raise any errors on multi-message list
556: hr_multi_message.end_validation_set;
557: --
558: hr_utility.set_location('Leaving:'||l_proc, 20);
559: end ins;
560: --