DBA Data[Home] [Help]

APPS.PER_ADD_DEL dependencies on HR_MULTI_MESSAGE

Line 316: hr_multi_message.end_validation_set;

312: --
313: per_add_bus.delete_validate(p_rec);
314: --
315: -- Call to raise any errors on multi-message list
316: hr_multi_message.end_validation_set;
317: --
318: -- Call the supporting pre-delete operation
319: --
320: pre_delete(p_rec);

Line 330: hr_multi_message.end_validation_set;

326: -- Call the supporting post-delete operation
327: --
328: post_delete(p_rec);
329: -- Call to raise any errors on multi-message list
330: hr_multi_message.end_validation_set;
331: --
332: -- If we are validating then raise the Validate_Enabled exception
333: --
334: If p_validate then