DBA Data[Home] [Help]

APPS.PER_CEL_DEL dependencies on HR_MULTI_MESSAGE

Line 308: hr_multi_message.end_validation_set;

304: --
305: per_cel_bus.delete_validate(p_rec);
306: --
307: -- Call to raise any errors on multi-message list
308: hr_multi_message.end_validation_set;
309: --
310: -- Call the supporting pre-delete operation
311: --
312: pre_delete(p_rec);

Line 323: hr_multi_message.end_validation_set;

319: --
320: post_delete(p_rec);
321: --
322: -- Call to raise any errors on multi-message list
323: hr_multi_message.end_validation_set;
324: --
325: -- If we are validating then raise the Validate_Enabled exception
326: --
327: If p_validate then