327: ,p_rec
328: );
329: --
330: -- Call to raise any errors on multi-message list
331: hr_multi_message.end_validation_set;
332: --
333: -- Call the supporting pre-insert operation
334: --
335: per_stc_ins.pre_insert(p_rec);
345: ,p_rec
346: );
347: --
348: -- Call to raise any errors on multi-message list
349: hr_multi_message.end_validation_set;
350: --
351: hr_utility.set_location('Leaving:'||l_proc, 20);
352: end ins;
353: --