333: (p_rec
334: );
335: --
336: -- Call to raise any errors on multi-message list
337: hr_multi_message.end_validation_set;
338: --
339: -- Call the supporting pre-insert operation
340: --
341: per_naa_ins.pre_insert(p_rec);
350: (p_rec
351: );
352: --
353: -- Call to raise any errors on multi-message list
354: hr_multi_message.end_validation_set;
355: --
356: hr_utility.set_location('Leaving:'||l_proc, 20);
357: end ins;
358: --