DBA Data[Home] [Help]

APPS.OTA_AVT_UPD dependencies on HR_MULTI_MESSAGE

Line 352: hr_multi_message.end_validation_set;

348: ,p_rec
349: );
350: --
351: -- Call to raise any errors on multi-message list
352: hr_multi_message.end_validation_set;
353: --
354: -- Call the supporting pre-update operation
355: --
356: ota_avt_upd.pre_update(p_rec);

Line 370: hr_multi_message.end_validation_set;

366: ,p_rec
367: );
368: --
369: -- Call to raise any errors on multi-message list
370: hr_multi_message.end_validation_set;
371: End upd;
372: --
373: -- ----------------------------------------------------------------------------
374: -- |---------------------------------< upd >----------------------------------|