DBA Data[Home] [Help]

APPS.IRC_IRT_DEL dependencies on HR_MULTI_MESSAGE

Line 217: hr_multi_message.end_validation_set;

213: --
214: irc_irt_bus.delete_validate(p_rec);
215: --
216: -- Call to raise any errors on multi-message list
217: hr_multi_message.end_validation_set;
218: --
219: -- Call the supporting pre-delete operation
220: --
221: irc_irt_del.pre_delete(p_rec);

Line 232: hr_multi_message.end_validation_set;

228: --
229: irc_irt_del.post_delete(p_rec);
230: --
231: -- Call to raise any errors on multi-message list
232: hr_multi_message.end_validation_set;
233: --
234: End del;
235: --
236: -- ----------------------------------------------------------------------------