DBA Data[Home] [Help]

APPS.IRC_PCV_INS dependencies on HR_MULTI_MESSAGE

Line 307: hr_multi_message.end_validation_set;

303: ,p_rec
304: );
305: --
306: -- Call to raise any errors on multi-message list
307: hr_multi_message.end_validation_set;
308: --
309: -- Call the supporting pre-insert operation
310: --
311: irc_pcv_ins.pre_insert(p_rec);

Line 325: hr_multi_message.end_validation_set;

321: ,p_rec
322: );
323: --
324: -- Call to raise any errors on multi-message list
325: hr_multi_message.end_validation_set;
326: --
327: hr_utility.set_location('Leaving:'||l_proc, 20);
328: end ins;
329: --