DBA Data[Home] [Help]

APPS.IRC_INP_UPD dependencies on HR_MULTI_MESSAGE

Line 662: hr_multi_message.end_validation_set;

658: --
659: -- If the Multiple Message Detection is enabled and atleast one error
660: -- has been found then abort processing.
661: --
662: hr_multi_message.end_validation_set;
663: --
664: -- Call the supporting pre-update operation
665: --
666: irc_inp_upd.pre_update(p_rec);

Line 682: hr_multi_message.end_validation_set;

678: --
679: -- If the Multiple Message Detection is enabled and atleast one error
680: -- has been found then abort processing.
681: --
682: hr_multi_message.end_validation_set;
683: --
684: End upd;
685: --
686: -- ----------------------------------------------------------------------------