367: (p_rec
368: );
369: --
370: -- Call to raise any errors on multi-message list
371: hr_multi_message.end_validation_set;
372: --
373: -- Call the supporting pre-insert operation
374: --
375: psp_prt_ins.pre_insert(p_rec);
384: (p_rec
385: );
386: --
387: -- Call to raise any errors on multi-message list
388: hr_multi_message.end_validation_set;
389: --
390: hr_utility.set_location('Leaving:'||l_proc, 20);
391: end ins;
392: --