DBA Data[Home] [Help]

APPS.PER_PMA_INS dependencies on HR_MULTI_MESSAGE

Line 472: hr_multi_message.end_validation_set;

468: ,p_rec
469: );
470: --
471: -- Call to raise any errors on multi-message list
472: hr_multi_message.end_validation_set;
473: --
474: -- Call the supporting pre-insert operation
475: --
476: per_pma_ins.pre_insert(p_rec);

Line 490: hr_multi_message.end_validation_set;

486: ,p_rec
487: );
488: --
489: -- Call to raise any errors on multi-message list
490: hr_multi_message.end_validation_set;
491: --
492: hr_utility.set_location('Leaving:'||l_proc, 20);
493: end ins;
494: --