DBA Data[Home] [Help]

APPS.PER_QUA_UPD dependencies on HR_MULTI_MESSAGE

Line 806: hr_multi_message.end_validation_set;

802: convert_defs(p_rec);
803: per_qua_bus.update_validate(p_rec,p_effective_date);
804: --
805: -- Call to raise any errors on multi-message list
806: hr_multi_message.end_validation_set;
807: --
808: --
809: -- Call the supporting pre-update operation
810: --

Line 822: hr_multi_message.end_validation_set;

818: --
819: post_update(p_rec, p_effective_date);
820: --
821: -- Call to raise any errors on multi-message list
822: hr_multi_message.end_validation_set;
823: --
824: --
825: -- If we are validating then raise the Validate_Enabled exception
826: --