415: (p_rec
416: );
417: --
418: -- Call to raise any errors on multi-message list
419: hr_multi_message.end_validation_set;
420: --
421: -- Call the supporting pre-insert operation
422: --
423: hr_ctx_ins.pre_insert(p_rec);
432: (p_rec
433: );
434: --
435: -- Call to raise any errors on multi-message list
436: hr_multi_message.end_validation_set;
437: --
438: hr_utility.set_location('Leaving:'||l_proc, 20);
439: end ins;
440: --