DBA Data[Home] [Help]

APPS.OTA_CFS_UPD dependencies on HR_MULTI_MESSAGE

Line 547: hr_multi_message.end_validation_set;

543: ,p_name
544: );
545: --
546: -- Call to raise any errors on multi-message list
547: hr_multi_message.end_validation_set;
548: --
549: -- Call the supporting pre-update operation
550: --
551: ota_cfs_upd.pre_update(p_rec);

Line 565: hr_multi_message.end_validation_set;

561: ,p_rec
562: );
563: --
564: -- Call to raise any errors on multi-message list
565: hr_multi_message.end_validation_set;
566: End upd;
567: --
568: -- ----------------------------------------------------------------------------
569: -- |---------------------------------< upd >----------------------------------|