DBA Data[Home] [Help]

APPS.IRC_IPT_UPD dependencies on HR_MULTI_MESSAGE

Line 429: hr_multi_message.end_validation_set;

425: convert_defs(p_rec);
426: irc_ipt_bus.update_validate
427: (p_rec
428: );
429: hr_multi_message.end_validation_set;
430: --
431: -- Call the supporting pre-update operation
432: --
433: irc_ipt_upd.pre_update(p_rec);

Line 444: hr_multi_message.end_validation_set;

440: --
441: irc_ipt_upd.post_update
442: (p_rec
443: );
444: hr_multi_message.end_validation_set;
445: End upd;
446: --
447: -- ----------------------------------------------------------------------------
448: -- |---------------------------------< upd >----------------------------------|