DBA Data[Home] [Help]

APPS.OTA_EVT_UPD dependencies on HR_MULTI_MESSAGE

Line 636: hr_multi_message.end_validation_set;

632: -- VT 05/06/97 #488173
633: temp_var := convert_defs(p_rec);
634: ota_evt_bus.update_validate(temp_var);
635: -- added for eBS by asud
636: hr_multi_message.end_validation_set;
637: -- added for eBS by asud
638: -- ota_evt_bus.update_validate(convert_defs(p_rec));
639: --
640: -- Call the supporting pre-update operation

Line 654: hr_multi_message.end_validation_set;

650: -- Call the supporting post-update operation
651: --
652: post_update(p_rec);
653: -- added for eBS by asud
654: hr_multi_message.end_validation_set;
655: -- added for eBS by asud
656: --
657: -- If we are validating then raise the Validate_Enabled exception
658: --