DBA Data[Home] [Help]

APPS.IRC_ISC_DEL dependencies on HR_MULTI_MESSAGE

Line 398: hr_multi_message.end_validation_set;

394: --
395: irc_isc_bus.delete_validate(p_rec);
396: --
397: -- Call to raise any errors on multi-message list
398: hr_multi_message.end_validation_set;
399: --
400: -- Call the supporting pre-delete operation
401: --
402: irc_isc_del.pre_delete(p_rec);

Line 413: hr_multi_message.end_validation_set;

409: --
410: irc_isc_del.post_delete(p_rec);
411: --
412: -- Call to raise any errors on multi-message list
413: hr_multi_message.end_validation_set;
414: --
415: End del;
416: --
417: -- ----------------------------------------------------------------------------