DBA Data[Home] [Help]

APPS.IRC_IVC_UPD dependencies on HR_MULTI_MESSAGE

Line 318: hr_multi_message.end_validation_set;

314: ,p_rec
315: );
316: --
317: -- Call to raise any errors on multi-message list
318: hr_multi_message.end_validation_set;
319: -- Call the supporting pre-update operation
320: --
321: irc_ivc_upd.pre_update(p_rec);
322: --

Line 341: hr_multi_message.end_validation_set;

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