406: ,p_name
407: );
408: --
409: -- Call to raise any errors on multi-message list
410: hr_multi_message.end_validation_set;
411: --
412: -- Call the supporting pre-insert operation
413: --
414: ota_cfs_ins.pre_insert(p_rec);
424: ,p_rec
425: );
426: --
427: -- Call to raise any errors on multi-message list
428: hr_multi_message.end_validation_set;
429: --
430: hr_utility.set_location('Leaving:'||l_proc, 20);
431: end ins;
432: --