DBA Data[Home] [Help]

APPS.IRC_INP_DEL dependencies on HR_MULTI_MESSAGE

Line 290: hr_multi_message.end_validation_set;

286: --
287: -- If the Multiple Message Detection is enabled and atleast one error
288: -- has been found then abort processing.
289: --
290: hr_multi_message.end_validation_set;
291: --
292: -- Call the supporting pre-delete operation
293: --
294: irc_inp_del.pre_delete(p_rec);

Line 307: hr_multi_message.end_validation_set;

303: --
304: -- If the Multiple Message Detection is enabled and atleast one error
305: -- has been found then abort processing.
306: --
307: hr_multi_message.end_validation_set;
308: --
309: End del;
310: --
311: -- ----------------------------------------------------------------------------