DBA Data[Home] [Help]

APPS.PER_PEM_INS dependencies on HR_MULTI_MESSAGE

Line 607: hr_multi_message.end_validation_set;

603: ,p_rec
604: );
605: --
606: -- Call to raise any errors on multi-message list
607: hr_multi_message.end_validation_set;
608: --
609: -- Call the supporting pre-insert operation
610: --
611: per_pem_ins.pre_insert(p_rec);

Line 625: hr_multi_message.end_validation_set;

621: ,p_rec
622: );
623: --
624: -- Call to raise any errors on multi-message list
625: hr_multi_message.end_validation_set;
626: --
627: hr_utility.set_location('Leaving:'||l_proc, 20);
628: end ins;
629: --