DBA Data[Home] [Help]

APPS.PER_PPB_DEL dependencies on HR_MULTI_MESSAGE

Line 310: hr_multi_message.end_validation_set;

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

Line 325: hr_multi_message.end_validation_set;

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