DBA Data[Home] [Help]

APPS.OTA_TAV_UPD dependencies on HR_MULTI_MESSAGE

Line 587: hr_multi_message.end_validation_set;

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

Line 602: hr_multi_message.end_validation_set;

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