DBA Data[Home] [Help]

APPS.HXC_ERR_INS dependencies on HR_MULTI_MESSAGE

Line 368: hr_multi_message.end_validation_set;

364: (p_rec
365: );
366: --
367: -- Call to raise any errors on multi-message list
368: hr_multi_message.end_validation_set;
369: --
370: -- Call the supporting pre-insert operation
371: --
372: hxc_err_ins.pre_insert(p_rec);

Line 385: hr_multi_message.end_validation_set;

381: (p_rec
382: );
383: --
384: -- Call to raise any errors on multi-message list
385: hr_multi_message.end_validation_set;
386: --
387: if g_debug then
388: hr_utility.set_location('Leaving:'||l_proc, 20);
389: end if;