374: ,p_rec
375: );
376: --
377: -- Call to raise any errors on multi-message list
378: hr_multi_message.end_validation_set;
379: --
380: -- Call the supporting pre-insert operation
381: --
382: pay_put_ins.pre_insert(p_rec);
392: ,p_rec
393: );
394: --
395: -- Call to raise any errors on multi-message list
396: hr_multi_message.end_validation_set;
397: --
398: hr_utility.set_location('Leaving:'||l_proc, 20);
399: end ins;
400: --