DBA Data[Home] [Help]

APPS.BEN_CWG_UPD dependencies on HR_MULTI_MESSAGE

Line 631: hr_multi_message.end_validation_set;

627: ,p_rec
628: );
629: --
630: -- Call to raise any errors on multi-message list
631: hr_multi_message.end_validation_set;
632: --
633: -- Call the supporting pre-update operation
634: --
635: ben_cwg_upd.pre_update(p_rec);

Line 649: hr_multi_message.end_validation_set;

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