DBA Data[Home] [Help]

APPS.PER_PER_UPD dependencies on HR_MULTI_MESSAGE

Line 1774: hr_multi_message.end_validation_set;

1770: p_dob_null_warning => l_dob_null_warning,
1771: p_orig_hire_warning => l_orig_hire_warning);
1772: --
1773: -- Call the supporting pre-update operation
1774: hr_multi_message.end_validation_set;
1775: --
1776: pre_update
1777: (p_rec => p_rec,
1778: p_effective_date => p_effective_date,

Line 1804: hr_multi_message.end_validation_set;

1800: p_name_combination_warning => l_name_combination_warning,
1801: p_dob_null_warning => l_dob_null_warning,
1802: p_orig_hire_warning => l_orig_hire_warning);
1803: --
1804: hr_multi_message.end_validation_set;
1805: -- If we are validating then raise the Validate_Enabled exception
1806: --
1807: If p_validate then
1808: Raise HR_Api.Validate_Enabled;