307: (p_rec
308: );
309: --
310: -- Call to raise any errors on multi-message list
311: hr_multi_message.end_validation_set;
312: --
313: -- Call the supporting pre-insert operation
314: --
315: hr_avm_ins.pre_insert(p_rec);
324: (p_rec
325: );
326: --
327: -- Call to raise any errors on multi-message list
328: hr_multi_message.end_validation_set;
329: --
330: hr_utility.set_location('Leaving:'||l_proc, 20);
331: end ins;
332: --