DBA Data[Home] [Help]

APPS.PER_PEA_DEL dependencies on HR_MULTI_MESSAGE

Line 250: hr_multi_message.end_validation_set;

246: per_pea_bus.delete_validate(p_rec);
247: --
248: -- Call to raise any errors on multi-message list
249: --
250: hr_multi_message.end_validation_set;
251: --
252: -- Call the supporting pre-delete operation
253: --
254: pre_delete(p_rec);

Line 266: hr_multi_message.end_validation_set;

262: post_delete(p_rec);
263: --
264: -- Call to raise any errors on multi-message list
265: --
266: hr_multi_message.end_validation_set;
267: --
268: -- If we are validating then raise the Validate_Enabled exception
269: --
270: If p_validate then