DBA Data[Home] [Help]

APPS.IRC_IOF_DEL dependencies on HR_MULTI_MESSAGE

Line 306: hr_multi_message.end_validation_set;

302: --
303: irc_iof_bus.delete_validate(p_rec);
304: --
305: -- call to raise any errors on multi-message list
306: hr_multi_message.end_validation_set;
307: --
308: -- call the supporting pre-delete operation
309: --
310: irc_iof_del.pre_delete(p_rec);

Line 321: hr_multi_message.end_validation_set;

317: --
318: irc_iof_del.post_delete(p_rec);
319: --
320: -- call to raise any errors on multi-message list
321: hr_multi_message.end_validation_set;
322: --
323: end del;
324: --
325: -- ----------------------------------------------------------------------------