DBA Data[Home] [Help]

APPS.PER_PML_DEL dependencies on HR_MULTI_MESSAGE

Line 308: hr_multi_message.end_validation_set;

304: --
305: per_pml_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: per_pml_del.pre_delete(p_rec);

Line 323: hr_multi_message.end_validation_set;

319: --
320: per_pml_del.post_delete(p_rec);
321: --
322: -- Call to raise any errors on multi-message list
323: hr_multi_message.end_validation_set;
324: --
325: End del;
326: --
327: -- ----------------------------------------------------------------------------