DBA Data[Home] [Help]

APPS.BEN_PSG_UPD dependencies on HR_MULTI_MESSAGE

Line 324: hr_multi_message.end_validation_set;

320: (p_rec
321: );
322: --
323: -- Call to raise any errors on multi-message list
324: hr_multi_message.end_validation_set;
325: --
326: -- Call the supporting pre-update operation
327: --
328: ben_psg_upd.pre_update(p_rec);

Line 341: hr_multi_message.end_validation_set;

337: (p_rec
338: );
339: --
340: -- Call to raise any errors on multi-message list
341: hr_multi_message.end_validation_set;
342: End upd;
343: --
344: -- ----------------------------------------------------------------------------
345: -- |---------------------------------< upd >----------------------------------|