DBA Data[Home] [Help]

APPS.PAY_IVL_INS dependencies on HR_MULTI_MESSAGE

Line 654: hr_multi_message.end_validation_set;

650: ,p_formula_message => p_formula_message
651: );
652: --
653: -- Call to raise any errors on multi-message list
654: hr_multi_message.end_validation_set;
655: --
656: -- Call the supporting pre-insert operation
657: --
658: pay_ivl_ins.pre_insert

Line 693: hr_multi_message.end_validation_set;

689: ,p_validation_end_date => l_validation_end_date
690: );
691:
692: -- Call to raise any errors on multi-message list
693: hr_multi_message.end_validation_set;
694: --
695: hr_utility.set_location('Leaving:'||l_proc,10);
696: end ins;
697: --