DBA Data[Home] [Help]

APPS.PAY_PEL_INS dependencies on HR_MULTI_MESSAGE

Line 749: hr_multi_message.end_validation_set;

745: -- end if;
746:
747: --
748: -- Call to raise any errors on multi-message list
749: hr_multi_message.end_validation_set;
750: --
751: -- Call the supporting pre-insert operation
752: --
753: pay_pel_ins.pre_insert

Line 788: hr_multi_message.end_validation_set;

784: ,p_validation_end_date => l_validation_end_date
785: );
786: --
787: -- Call to raise any errors on multi-message list
788: hr_multi_message.end_validation_set;
789: --
790: hr_utility.set_location('Leaving:'||l_proc,10);
791: end ins;
792: --