DBA Data[Home] [Help]

APPS.PAY_IVL_INS dependencies on HR_MULTI_MESSAGE

Line 661: hr_multi_message.end_validation_set;

657: ,p_formula_message => p_formula_message
658: );
659: --
660: -- Call to raise any errors on multi-message list
661: hr_multi_message.end_validation_set;
662: --
663: -- Call the supporting pre-insert operation
664: --
665: pay_ivl_ins.pre_insert

Line 737: hr_multi_message.end_validation_set;

733: end if;
734: end if;
735: --
736: -- Call to raise any errors on multi-message list
737: hr_multi_message.end_validation_set;
738: --
739: hr_utility.set_location('Leaving:'||l_proc,10);
740: end ins;
741: --