DBA Data[Home] [Help]

APPS.OTA_EVT_UPD dependencies on HR_MULTI_MESSAGE

Line 643: hr_multi_message.end_validation_set;

639: -- VT 05/06/97 #488173
640: temp_var := convert_defs(p_rec);
641: ota_evt_bus.update_validate(temp_var);
642: -- added for eBS by asud
643: hr_multi_message.end_validation_set;
644: -- added for eBS by asud
645: -- ota_evt_bus.update_validate(convert_defs(p_rec));
646: --
647: -- Call the supporting pre-update operation

Line 661: hr_multi_message.end_validation_set;

657: -- Call the supporting post-update operation
658: --
659: post_update(p_rec);
660: -- added for eBS by asud
661: hr_multi_message.end_validation_set;
662: -- added for eBS by asud
663: --
664: -- If we are validating then raise the Validate_Enabled exception
665: --