DBA Data[Home] [Help]

APPS.IRC_INO_UPD dependencies on HR_MULTI_MESSAGE

Line 331: hr_multi_message.end_validation_set;

327: (p_rec
328: );
329: --
330: -- Call to raise any errors on multi-message list
331: hr_multi_message.end_validation_set;
332: --
333: -- Call the supporting pre-update operation
334: --
335: irc_ino_upd.pre_update(p_rec);

Line 348: hr_multi_message.end_validation_set;

344: (p_rec
345: );
346: --
347: -- Call to raise any errors on multi-message list
348: hr_multi_message.end_validation_set;
349: End upd;
350: --
351: -- ----------------------------------------------------------------------------
352: -- |---------------------------------< upd >----------------------------------|