DBA Data[Home] [Help]

APPS.IRC_IAS_UPD dependencies on HR_MULTI_MESSAGE

Line 337: hr_multi_message.end_validation_set;

333: (p_rec
334: );
335: --
336: -- Call to raise any errors on multi-message list
337: hr_multi_message.end_validation_set;
338: -- Call the supporting pre-update operation
339: --
340: irc_ias_upd.pre_update(p_rec);
341: --

Line 352: hr_multi_message.end_validation_set;

348: irc_ias_upd.post_update
349: (p_rec
350: );
351: -- Call to raise any errors on multi-message list
352: hr_multi_message.end_validation_set;
353: End upd;
354: --
355: -- ----------------------------------------------------------------------------
356: -- |---------------------------------< upd >----------------------------------|