450: );
451: --
452: -- Call to raise any errors on multi-message list
453: --
454: hr_multi_message.end_validation_set;
455: --
456: -- Call the supporting pre-insert operation
457: --
458: pay_aif_ins.pre_insert(p_rec);
468: );
469: --
470: -- Call to raise any errors on multi-message list
471: --
472: hr_multi_message.end_validation_set;
473: --
474: hr_utility.set_location('Leaving:'||l_proc, 20);
475: end ins;
476: --