DBA Data[Home] [Help]

APPS.PER_ENT_UPD dependencies on HR_MULTI_MESSAGE

Line 437: hr_multi_message.end_validation_set;

433: ,p_rec
434: );
435: --
436: -- Call to raise any errors on multi-message list
437: hr_multi_message.end_validation_set;
438: --
439: -- Call the supporting pre-update operation
440: --
441: per_ent_upd.pre_update(p_rec);

Line 455: hr_multi_message.end_validation_set;

451: ,p_rec
452: );
453: --
454: -- Call to raise any errors on multi-message list
455: hr_multi_message.end_validation_set;
456: End upd;
457: --
458: -- ----------------------------------------------------------------------------
459: -- |---------------------------------< upd >----------------------------------|