DBA Data[Home] [Help]

APPS.BEN_BCD_UPD dependencies on HR_MULTI_MESSAGE

Line 360: hr_multi_message.end_validation_set;

356: (p_rec
357: );
358: --
359: -- Call to raise any errors on multi-message list
360: hr_multi_message.end_validation_set;
361: --
362: -- Call the supporting pre-update operation
363: --
364: ben_bcd_upd.pre_update(p_rec);

Line 377: hr_multi_message.end_validation_set;

373: (p_rec
374: );
375: --
376: -- Call to raise any errors on multi-message list
377: hr_multi_message.end_validation_set;
378: End upd;
379: --
380: -- ----------------------------------------------------------------------------
381: -- |---------------------------------< upd >----------------------------------|