DBA Data[Home] [Help]

APPS.IRC_IPT_DEL dependencies on HR_MULTI_MESSAGE

Line 233: hr_multi_message.end_validation_set;

229: --
230: -- Call the supporting delete validate operation
231: --
232: irc_ipt_bus.delete_validate(p_rec);
233: hr_multi_message.end_validation_set;
234: --
235: -- Call the supporting pre-delete operation
236: --
237: irc_ipt_del.pre_delete(p_rec);

Line 246: hr_multi_message.end_validation_set;

242: --
243: -- Call the supporting post-delete operation
244: --
245: irc_ipt_del.post_delete(p_rec);
246: hr_multi_message.end_validation_set;
247: --
248: End del;
249: --
250: -- ----------------------------------------------------------------------------