DBA Data[Home] [Help]

APPS.PER_RCF_UPD dependencies on HR_MULTI_MESSAGE

Line 359: hr_multi_message.end_validation_set;

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

Line 375: hr_multi_message.end_validation_set;

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