DBA Data[Home] [Help]

APPS.PER_PPS_INS dependencies on HR_MULTI_MESSAGE

Line 547: hr_multi_message.end_validation_set;

543: ,p_rec
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_pps_ins.pre_insert(p_rec);

Line 565: hr_multi_message.end_validation_set;

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