DBA Data[Home] [Help]

APPS.BEN_CTK_INS dependencies on HR_MULTI_MESSAGE

Line 350: hr_multi_message.end_validation_set;

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

Line 367: hr_multi_message.end_validation_set;

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