DBA Data[Home] [Help]

APPS.BEN_PDT_INS dependencies on HR_MULTI_MESSAGE

Line 443: hr_multi_message.end_validation_set;

439: ,p_rec
440: );
441: --
442: -- Call to raise any errors on multi-message list
443: hr_multi_message.end_validation_set;
444: --
445: -- Call the supporting pre-insert operation
446: --
447: ben_pdt_ins.pre_insert(p_rec);

Line 461: hr_multi_message.end_validation_set;

457: ,p_rec
458: );
459: --
460: -- Call to raise any errors on multi-message list
461: hr_multi_message.end_validation_set;
462: --
463: hr_utility.set_location('Leaving:'||l_proc, 20);
464: end ins;
465: --