DBA Data[Home] [Help]

APPS.IRC_RTM_UPD dependencies on HR_MULTI_MESSAGE

Line 370: hr_multi_message.end_validation_set;

366: irc_rtm_bus.update_validate
367: (p_rec
368: );
369: -- Call to raise any errors on multi-message list
370: hr_multi_message.end_validation_set;
371: --
372: -- Call the supporting pre-update operation
373: --
374: irc_rtm_upd.pre_update(p_rec);

Line 386: hr_multi_message.end_validation_set;

382: irc_rtm_upd.post_update
383: (p_rec
384: );
385: -- Call to raise any errors on multi-message list
386: hr_multi_message.end_validation_set;
387: End upd;
388: --
389: -- ----------------------------------------------------------------------------
390: -- |---------------------------------< upd >----------------------------------|