DBA Data[Home] [Help]

APPS.PER_CNL_UPD dependencies on HR_MULTI_MESSAGE

Line 473: hr_multi_message.end_validation_set;

469: ,p_rec
470: );
471: --
472: -- Call to raise any errors on multi-message list
473: hr_multi_message.end_validation_set;
474: --
475: -- Call the supporting pre-update operation
476: --
477: per_cnl_upd.pre_update(p_rec);

Line 491: hr_multi_message.end_validation_set;

487: ,p_rec
488: );
489: --
490: -- Call to raise any errors on multi-message list
491: hr_multi_message.end_validation_set;
492: End upd;
493: --
494: -- ----------------------------------------------------------------------------
495: -- |---------------------------------< upd >----------------------------------|