DBA Data[Home] [Help]

APPS.HXC_HAN_INS dependencies on HR_MULTI_MESSAGE

Line 349: hr_multi_message.end_validation_set;

345: (p_rec
346: );
347: --
348: -- Call to raise any errors on multi-message list
349: hr_multi_message.end_validation_set;
350: --
351: -- Call the supporting pre-insert operation
352: --
353: hxc_han_ins.pre_insert(p_rec);

Line 366: hr_multi_message.end_validation_set;

362: (p_rec
363: );
364: --
365: -- Call to raise any errors on multi-message list
366: hr_multi_message.end_validation_set;
367: --
368: if g_debug then
369: hr_utility.set_location('Leaving:'||l_proc, 20);
370: end if;