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: pqh_tah_ins.pre_insert(p_rec);
319: (p_rec
320: );
321: --
322: -- Call to raise any errors on multi-message list
323: hr_multi_message.end_validation_set;
324: --
325: hr_utility.set_location('Leaving:'||l_proc, 20);
326: end ins;
327: --