DBA Data[Home] [Help]

APPS.IRC_INP_INS dependencies on HR_MULTI_MESSAGE

Line 451: hr_multi_message.end_validation_set;

447: --
448: -- If the Multiple Message Detection is enabled and atleast one error
449: -- has been found then abort processing.
450: --
451: hr_multi_message.end_validation_set;
452: --
453: -- Call the supporting pre-insert operation
454: --
455: irc_inp_ins.pre_insert(p_rec);

Line 471: hr_multi_message.end_validation_set;

467: --
468: -- If the Multiple Message Detection is enabled and atleast one error
469: -- has been found then abort processing.
470: --
471: hr_multi_message.end_validation_set;
472: --
473: hr_utility.set_location('Leaving:'||l_proc, 20);
474: end ins;
475: --