DBA Data[Home] [Help]

APPS.HXC_HAN_UPD dependencies on HR_MULTI_MESSAGE

Line 365: hr_multi_message.end_validation_set;

361: (p_rec
362: );
363: --
364: -- Call to raise any errors on multi-message list
365: hr_multi_message.end_validation_set;
366: --
367: -- Call the supporting pre-update operation
368: --
369: hxc_han_upd.pre_update(p_rec);

Line 382: hr_multi_message.end_validation_set;

378: (p_rec
379: );
380: --
381: -- Call to raise any errors on multi-message list
382: hr_multi_message.end_validation_set;
383: End upd;
384: --
385: -- ----------------------------------------------------------------------------
386: -- |---------------------------------< upd >----------------------------------|