DBA Data[Home] [Help]

APPS.PER_PMP_INS dependencies on HR_MULTI_MESSAGE

Line 547: hr_multi_message.end_validation_set;

543: );
544:
545: --
546: -- Call to raise any errors on multi-message list
547: hr_multi_message.end_validation_set;
548: --
549: -- Call the supporting pre-insert operation
550: --
551: per_pmp_ins.pre_insert(p_rec);

Line 567: hr_multi_message.end_validation_set;

563: ,p_no_life_events_warning
564: );
565: --
566: -- Call to raise any errors on multi-message list
567: hr_multi_message.end_validation_set;
568: --
569: hr_utility.set_location('Leaving:'||l_proc, 20);
570: end ins;
571: --