DBA Data[Home] [Help]

APPS.OTA_TAV_UPD dependencies on HR_MULTI_MESSAGE

Line 583: hr_multi_message.end_validation_set;

579: --
580: ota_tav_bus.update_validate(convert_defs(p_rec));
581: --
582: -- Call to raise any errors on multi-message list
583: hr_multi_message.end_validation_set;
584: --
585: -- Call the supporting pre-update operation
586: --
587: pre_update(p_rec);

Line 598: hr_multi_message.end_validation_set;

594: --
595: post_update(p_rec);
596: --
597: -- Call to raise any errors on multi-message list
598: hr_multi_message.end_validation_set;
599: --
600: -- If we are validating then raise the Validate_Enabled exception
601: --
602: If p_validate then