DBA Data[Home] [Help]

APPS.PER_PEA_UPD dependencies on HR_MULTI_MESSAGE

Line 602: hr_multi_message.end_validation_set;

598: per_pea_bus.update_validate(p_rec => p_rec);
599: --
600: -- Call to raise any errors on multi-message list
601: --
602: hr_multi_message.end_validation_set;
603: --
604: -- Call the supporting pre-update operation
605: --
606: pre_update(p_rec);

Line 618: hr_multi_message.end_validation_set;

614: post_update(p_rec);
615: --
616: -- Call to raise any errors on multi-message list
617: --
618: hr_multi_message.end_validation_set;
619: --
620: -- If we are validating then raise the Validate_Enabled exception
621: --
622: If p_validate then