DBA Data[Home] [Help]

APPS.PER_ABB_INS dependencies on HR_MULTI_MESSAGE

Line 532: hr_multi_message.end_validation_set;

528: (p_rec
529: );
530: --
531: -- Call to raise any errors on multi-message list
532: hr_multi_message.end_validation_set;
533: --
534: -- Call the supporting pre-insert operation
535: --
536: per_abb_ins.pre_insert(p_rec);

Line 549: hr_multi_message.end_validation_set;

545: (p_rec
546: );
547: --
548: -- Call to raise any errors on multi-message list
549: hr_multi_message.end_validation_set;
550: --
551: hr_utility.set_location('Leaving:'||l_proc, 20);
552: end ins;
553: --