344: ,p_rec
345: );
346: --
347: -- Call to raise any errors on multi-message list
348: hr_multi_message.end_validation_set;
349: --
350: -- Call the supporting pre-insert operation
351: --
352: pqh_rnk_ins.pre_insert(p_rec);
362: ,p_rec
363: );
364: --
365: -- Call to raise any errors on multi-message list
366: hr_multi_message.end_validation_set;
367: --
368: hr_utility.set_location('Leaving:'||l_proc, 20);
369: end ins;
370: --