673: (p_rec
674: );
675: --
676: -- Call to raise any errors on multi-message list
677: hr_multi_message.end_validation_set;
678: --
679: -- Call the supporting pre-insert operation
680: --
681: ben_cpd_ins.pre_insert(p_rec);
690: (p_rec
691: );
692: --
693: -- Call to raise any errors on multi-message list
694: hr_multi_message.end_validation_set;
695: --
696: hr_utility.set_location('Leaving:'||l_proc, 20);
697: end ins;
698: --