DBA Data[Home] [Help]

APPS.IRC_IPT_UPD dependencies on HR_MULTI_MESSAGE

Line 478: hr_multi_message.end_validation_set;

474: convert_defs(p_rec);
475: irc_ipt_bus.update_validate
476: (p_rec
477: );
478: hr_multi_message.end_validation_set;
479: --
480: -- Call the supporting pre-update operation
481: --
482: irc_ipt_upd.pre_update(p_rec);

Line 493: hr_multi_message.end_validation_set;

489: --
490: irc_ipt_upd.post_update
491: (p_rec
492: );
493: hr_multi_message.end_validation_set;
494: End upd;
495: --
496: -- ----------------------------------------------------------------------------
497: -- |---------------------------------< upd >----------------------------------|