DBA Data[Home] [Help]

APPS.PER_CEL_UPD dependencies on HR_MULTI_MESSAGE

Line 881: hr_multi_message.end_validation_set;

877:
878: per_cel_bus.update_validate(p_rec,p_effective_date);
879: --
880: -- Call to raise any errors on multi-message list
881: hr_multi_message.end_validation_set;
882: --
883: -- Call the supporting pre-update operation
884: --
885: pre_update(p_rec);

Line 896: hr_multi_message.end_validation_set;

892: --
893: post_update(p_rec);
894: --
895: -- Call to raise any errors on multi-message list
896: hr_multi_message.end_validation_set;
897: --
898: -- If we are validating then raise the Validate_Enabled exception
899: --
900: If p_validate then