DBA Data[Home] [Help]

APPS.IRC_IAS_UPD dependencies on HR_MULTI_MESSAGE

Line 356: hr_multi_message.end_validation_set;

352: (p_rec
353: );
354: --
355: -- Call to raise any errors on multi-message list
356: hr_multi_message.end_validation_set;
357: -- Call the supporting pre-update operation
358: --
359: irc_ias_upd.pre_update(p_rec);
360: --

Line 371: hr_multi_message.end_validation_set;

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