DBA Data[Home] [Help]

APPS.PER_APR_UPD dependencies on HR_MULTI_MESSAGE

Line 744: hr_multi_message.end_validation_set;

740:
741: convert_defs(p_rec);
742: per_apr_bus.update_validate(p_rec,p_effective_date);
743: -- raise any errors
744: hr_multi_message.end_validation_set;
745: -- Call the supporting pre-update operation
746:
747: pre_update(p_rec);
748:

Line 757: hr_multi_message.end_validation_set;

753: -- Call the supporting post-update operation
754:
755: post_update(p_rec);
756: -- raise any errors
757: hr_multi_message.end_validation_set;
758:
759: -- If we are validating then raise the Validate_Enabled exception
760:
761: If p_validate then