DBA Data[Home] [Help]

APPS.PER_ADD_INS dependencies on HR_MULTI_MESSAGE

Line 602: hr_multi_message.end_validation_set;

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

Line 620: hr_multi_message.end_validation_set;

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