DBA Data[Home] [Help]

APPS.OTA_CTT_UPD dependencies on HR_MULTI_MESSAGE

Line 325: hr_multi_message.end_validation_set;

321: ,p_rec
322: );
323: --
324: -- Call to raise any errors on multi-message list
325: hr_multi_message.end_validation_set;
326: --
327: -- Call the supporting pre-update operation
328: --
329: ota_ctt_upd.pre_update(p_rec);

Line 343: hr_multi_message.end_validation_set;

339: ,p_rec
340: );
341: --
342: -- Call to raise any errors on multi-message list
343: hr_multi_message.end_validation_set;
344: End upd;
345: --
346: -- ----------------------------------------------------------------------------
347: -- |---------------------------------< upd >----------------------------------|