DBA Data[Home] [Help]

APPS.PAY_LIV_INS dependencies on HR_MULTI_MESSAGE

Line 546: hr_multi_message.end_validation_set;

542: );
543:
544: --
545: -- Call to raise any errors on multi-message list
546: hr_multi_message.end_validation_set;
547: --
548: -- Call the supporting pre-insert operation
549: --
550: pay_liv_ins.pre_insert

Line 579: hr_multi_message.end_validation_set;

575: ,p_validation_end_date => l_validation_end_date
576: );
577: --
578: -- Call to raise any errors on multi-message list
579: hr_multi_message.end_validation_set;
580: --
581: hr_utility.set_location('Leaving:'||l_proc,10);
582: end ins;
583: --