DBA Data[Home] [Help]

APPS.PER_ADD_INS dependencies on HR_MULTI_MESSAGE

Line 604: hr_multi_message.end_validation_set;

600: ,p_effective_date
601: ,p_validate_county
602: );
603: -- Call to raise any errors on multi-message list
604: hr_multi_message.end_validation_set;
605: --
606: -- Call the supporting pre-insert operation
607: --
608: pre_insert(p_rec);

Line 622: hr_multi_message.end_validation_set;

618: ,p_validate_county
619: );
620: --
621: -- Call to raise any errors on multi-message list
622: hr_multi_message.end_validation_set;
623: --
624: -- If we are validating then raise the Validate_Enabled exception
625: --
626: If p_validate then