445: ,p_rec
446: );
447: --
448: -- Call to raise any errors on multi-message list
449: hr_multi_message.end_validation_set;
450: --
451: -- Call the supporting pre-insert operation
452: --
453: ben_cwg_ins.pre_insert(p_rec);
463: ,p_rec
464: );
465: --
466: -- Call to raise any errors on multi-message list
467: hr_multi_message.end_validation_set;
468: --
469: hr_utility.set_location('Leaving:'||l_proc, 20);
470: end ins;
471: --