302: (p_rec
303: );
304: --
305: -- Call to raise any errors on multi-message list
306: hr_multi_message.end_validation_set;
307: --
308: -- Call the supporting pre-insert operation
309: --
310:
323: );
324:
325: --
326: -- Call to raise any errors on multi-message list
327: hr_multi_message.end_validation_set;
328: --
329: hr_utility.set_location('Leaving:'||l_proc, 20);
330: end ins;
331: --