DBA Data[Home] [Help]

APPS.IRC_IOF_INS dependencies on HR_MULTI_MESSAGE

Line 497: hr_multi_message.end_validation_set;

493: ,p_rec
494: );
495: --
496: -- call to raise any errors on multi-message list
497: hr_multi_message.end_validation_set;
498: --
499: -- call the supporting pre-insert operation
500: --
501: irc_iof_ins.pre_insert(p_rec);

Line 515: hr_multi_message.end_validation_set;

511: ,p_rec
512: );
513: --
514: -- call to raise any errors on multi-message list
515: hr_multi_message.end_validation_set;
516: --
517: hr_utility.set_location('leaving:'||l_proc, 20);
518: end ins;
519: --