DBA Data[Home] [Help]

APPS.IRC_ILP_UPD dependencies on HR_MULTI_MESSAGE

Line 634: hr_multi_message.end_validation_set;

630: ,p_rec
631: );
632: --
633: -- Call to raise any errors on multi-message list
634: hr_multi_message.end_validation_set;
635: --
636: -- Call the supporting pre-update operation
637: --
638: irc_ilp_upd.pre_update(p_rec);

Line 652: hr_multi_message.end_validation_set;

648: ,p_rec
649: );
650: --
651: -- Call to raise any errors on multi-message list
652: hr_multi_message.end_validation_set;
653: End upd;
654: --
655: -- ----------------------------------------------------------------------------
656: -- |---------------------------------< upd >----------------------------------|