DBA Data[Home] [Help]

APPS.OTA_TPS_UPD dependencies on HR_MULTI_MESSAGE

Line 702: hr_multi_message.end_validation_set;

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: --

Line 721: hr_multi_message.end_validation_set;

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: -- ----------------------------------------------------------------------------