335: ,p_rec
336: );
337: --
338: -- Call to raise any errors on multi-message list
339: hr_multi_message.end_validation_set;
340: --
341: -- Call the supporting pre-insert operation
342: --
343: irc_cmm_ins.pre_insert(p_rec);
353: ,p_rec
354: );
355: --
356: -- Call to raise any errors on multi-message list
357: hr_multi_message.end_validation_set;
358: --
359: hr_utility.set_location('Leaving:'||l_proc, 20);
360: end ins;
361: --