DBA Data[Home] [Help]

APPS.PER_APR_UPD dependencies on HR_MULTI_MESSAGE

Line 761: hr_multi_message.end_validation_set;

757:
758: convert_defs(p_rec);
759: per_apr_bus.update_validate(p_rec,p_effective_date);
760: -- raise any errors
761: hr_multi_message.end_validation_set;
762: -- Call the supporting pre-update operation
763:
764: pre_update(p_rec);
765:

Line 774: hr_multi_message.end_validation_set;

770: -- Call the supporting post-update operation
771:
772: post_update(p_rec);
773: -- raise any errors
774: hr_multi_message.end_validation_set;
775:
776: -- If we are validating then raise the Validate_Enabled exception
777:
778: If p_validate then