698: ,p_rec
699: );
700: --
701: --CALL TO RAISE ANY ERRORS ON MULTI MESSAGE LIST
702: hr_multi_message.end_validation_set;
703:
704:
705: -- Call the supporting pre-update operation
706: --
717: ,p_rec
718: );
719:
720: --CALL TO RAISE ANY ERRORS ON MULTI MESSAGE LIST
721: hr_multi_message.end_validation_set;
722:
723: END upd;
724: --
725: -- ----------------------------------------------------------------------------