427: ,p_rec
428: );
429: --
430: -- Call to raise any errors on multi-message list
431: hr_multi_message.end_validation_set;
432: --
433: -- Call the supporting pre-insert operation
434: --
435: pay_pyr_ins.pre_insert(p_rec);
445: ,p_rec
446: );
447: --
448: -- Call to raise any errors on multi-message list
449: hr_multi_message.end_validation_set;
450: --
451: hr_utility.set_location('Leaving:'||l_proc, 20);
452: END ins;
453: --