DBA Data[Home] [Help]

APPS.BEN_CPG_INS dependencies on HR_MULTI_MESSAGE

Line 468: hr_multi_message.end_validation_set;

464: (p_rec
465: );
466: --
467: -- Call to raise any errors on multi-message list
468: hr_multi_message.end_validation_set;
469: --
470: -- Call the supporting pre-insert operation
471: --
472: ben_cpg_ins.pre_insert(p_rec);

Line 485: hr_multi_message.end_validation_set;

481: (p_rec
482: );
483: --
484: -- Call to raise any errors on multi-message list
485: hr_multi_message.end_validation_set;
486: --
487: if g_debug then
488: hr_utility.set_location('Leaving:'||l_proc, 20);
489: end if;