DBA Data[Home] [Help]

APPS.IRC_CMP_INS dependencies on HR_MULTI_MESSAGE

Line 415: hr_multi_message.end_validation_set;

411: ,p_rec
412: );
413: --
414: -- Call to raise any errors on multi-message list
415: hr_multi_message.end_validation_set;
416: --
417: -- Call the supporting pre-insert operation
418: --
419: irc_cmp_ins.pre_insert(p_rec);

Line 433: hr_multi_message.end_validation_set;

429: -- ,p_rec
430: -- );
431: --
432: -- Call to raise any errors on multi-message list
433: hr_multi_message.end_validation_set;
434: --
435: hr_utility.set_location('Leaving:'||l_proc, 20);
436: end ins;
437: --