DBA Data[Home] [Help]

APPS.PER_PMP_INS dependencies on HR_MULTI_MESSAGE

Line 556: hr_multi_message.end_validation_set;

552: );
553:
554: --
555: -- Call to raise any errors on multi-message list
556: hr_multi_message.end_validation_set;
557: --
558: -- Call the supporting pre-insert operation
559: --
560: per_pmp_ins.pre_insert(p_rec);

Line 576: hr_multi_message.end_validation_set;

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