DBA Data[Home] [Help]

APPS.OTA_ANC_UPD dependencies on HR_MULTI_MESSAGE

Line 526: hr_multi_message.end_validation_set;

522: ,p_rec
523: );
524: --
525: -- Call to raise any errors on multi-message list
526: hr_multi_message.end_validation_set;
527: --
528: -- Call the supporting pre-update operation
529: --
530: ota_anc_upd.pre_update(p_rec);

Line 544: hr_multi_message.end_validation_set;

540: ,p_rec
541: );
542: --
543: -- Call to raise any errors on multi-message list
544: hr_multi_message.end_validation_set;
545: End upd;
546: --
547: -- ----------------------------------------------------------------------------
548: -- |---------------------------------< upd >----------------------------------|