DBA Data[Home] [Help]

APPS.PAY_PPR_INS dependencies on HR_MULTI_MESSAGE

Line 623: hr_multi_message.end_validation_set;

619: );
620:
621: --
622: -- Call to raise any errors on multi-message list
623: hr_multi_message.end_validation_set;
624: --
625: -- Call the supporting pre-insert operation
626: --
627: pay_ppr_ins.pre_insert

Line 657: hr_multi_message.end_validation_set;

653: ,p_formula_mismatch_warning =>l_formula_mismatch_warning
654: );
655: --
656: -- Call to raise any errors on multi-message list
657: hr_multi_message.end_validation_set;
658: --
659: hr_utility.set_location('Leaving:'||l_proc,10);
660: end ins;
661: --