DBA Data[Home] [Help]

APPS.PER_PDP_INS dependencies on HR_MULTI_MESSAGE

Line 561: hr_multi_message.end_validation_set;

557: ,p_rec
558: );
559: --
560: -- Call to raise any errors on multi-message list
561: hr_multi_message.end_validation_set;
562: --
563: -- Call the supporting pre-insert operation
564: --
565: per_pdp_ins.pre_insert(p_rec);

Line 579: hr_multi_message.end_validation_set;

575: ,p_rec
576: );
577: --
578: -- Call to raise any errors on multi-message list
579: hr_multi_message.end_validation_set;
580: --
581: hr_utility.set_location('Leaving:'||l_proc, 20);
582: end ins;
583: --