DBA Data[Home] [Help]

APPS.PER_SPH_INS dependencies on HR_MULTI_MESSAGE

Line 439: hr_multi_message.end_validation_set;

435: ,p_rec
436: );
437: --
438: -- Call to raise any errors on multi-message list
439: hr_multi_message.end_validation_set;
440: --
441: -- Call the supporting pre-insert operation
442: --
443: per_sph_ins.pre_insert(p_rec);

Line 457: hr_multi_message.end_validation_set;

453: ,p_rec
454: );
455: --
456: -- Call to raise any errors on multi-message list
457: hr_multi_message.end_validation_set;
458: --
459: hr_utility.set_location('Leaving:'||l_proc, 20);
460: end ins;
461: --