DBA Data[Home] [Help]

APPS.PER_PMA_INS dependencies on HR_MULTI_MESSAGE

Line 480: hr_multi_message.end_validation_set;

476: ,p_rec
477: );
478: --
479: -- Call to raise any errors on multi-message list
480: hr_multi_message.end_validation_set;
481: --
482: -- Call the supporting pre-insert operation
483: --
484: per_pma_ins.pre_insert(p_rec);

Line 498: hr_multi_message.end_validation_set;

494: ,p_rec
495: );
496: --
497: -- Call to raise any errors on multi-message list
498: hr_multi_message.end_validation_set;
499: --
500: hr_utility.set_location('Leaving:'||l_proc, 20);
501: end ins;
502: --