DBA Data[Home] [Help]

APPS.HXC_LCK_INS dependencies on HR_MULTI_MESSAGE

Line 344: hr_multi_message.end_validation_set;

340: (p_rec
341: );
342: --
343: -- Call to raise any errors on multi-message list
344: hr_multi_message.end_validation_set;
345: --
346: -- Call the supporting pre-insert operation
347: --
348: hxc_lck_ins.pre_insert(p_rec);

Line 361: hr_multi_message.end_validation_set;

357: (p_rec
358: );
359: --
360: -- Call to raise any errors on multi-message list
361: hr_multi_message.end_validation_set;
362: --
363: if g_debug then
364: hr_utility.set_location('Leaving:'||l_proc, 20);
365: end if;