DBA Data[Home] [Help]

APPS.BEN_CPG_UPD dependencies on HR_MULTI_MESSAGE

Line 607: hr_multi_message.end_validation_set;

603: (p_rec
604: );
605: --
606: -- Call to raise any errors on multi-message list
607: hr_multi_message.end_validation_set;
608: --
609: -- Call the supporting pre-update operation
610: --
611: ben_cpg_upd.pre_update(p_rec);

Line 624: hr_multi_message.end_validation_set;

620: (p_rec
621: );
622: --
623: -- Call to raise any errors on multi-message list
624: hr_multi_message.end_validation_set;
625: End upd;
626: --
627: -- ----------------------------------------------------------------------------
628: -- |---------------------------------< upd >----------------------------------|