DBA Data[Home] [Help]

APPS.PER_PML_UPD dependencies on HR_MULTI_MESSAGE

Line 766: hr_multi_message.end_validation_set;

762: ,p_weighting_appraisal_warning
763: );
764: --
765: -- Call to raise any errors on multi-message list
766: hr_multi_message.end_validation_set;
767: --
768: -- Call the supporting pre-update operation
769: --
770: per_pml_upd.pre_update(p_rec);

Line 787: hr_multi_message.end_validation_set;

783: ,p_weighting_appraisal_warning => p_weighting_appraisal_warning
784: );
785: --
786: -- Call to raise any errors on multi-message list
787: hr_multi_message.end_validation_set;
788: --
789: End upd;
790: --
791: -- ----------------------------------------------------------------------------