DBA Data[Home] [Help]

APPS.BEN_BCM_INS dependencies on HR_MULTI_MESSAGE

Line 335: hr_multi_message.end_validation_set;

331: ,p_rec
332: );
333: --
334: -- Call to raise any errors on multi-message list
335: hr_multi_message.end_validation_set;
336: --
337: -- Call the supporting pre-insert operation
338: --
339: ben_bcm_ins.pre_insert(p_rec);

Line 353: hr_multi_message.end_validation_set;

349: ,p_rec
350: );
351: --
352: -- Call to raise any errors on multi-message list
353: hr_multi_message.end_validation_set;
354: --
355: hr_utility.set_location('Leaving:'||l_proc, 20);
356: end ins;
357: --