DBA Data[Home] [Help]

APPS.PQH_REI_DEL dependencies on HR_MULTI_MESSAGE

Line 283: hr_multi_message.end_validation_set;

279: --
280: pqh_rei_bus.delete_validate(p_rec);
281: --
282: -- Call to raise any errors on multi-message list
283: hr_multi_message.end_validation_set;
284: --
285: -- Call the supporting pre-delete operation
286: --
287: pqh_rei_del.pre_delete(p_rec);

Line 303: hr_multi_message.end_validation_set;

299: Raise HR_Api.Validate_Enabled;
300: End If;
301: --
302: -- Call to raise any errors on multi-message list
303: hr_multi_message.end_validation_set;
304:
305: hr_utility.set_location(' Leaving:'||l_proc, 10);
306: Exception
307: When HR_Api.Validate_Enabled Then