DBA Data[Home] [Help]

APPS.PQH_VLD_UPD dependencies on HR_MULTI_MESSAGE

Line 445: hr_multi_message.end_validation_set;

441: ,p_rec
442: );
443: --
444: -- Call to raise any errors on multi-message list
445: hr_multi_message.end_validation_set;
446: --
447: -- Call the supporting pre-update operation
448: --
449: pqh_vld_upd.pre_update(p_rec);

Line 463: hr_multi_message.end_validation_set;

459: ,p_rec
460: );
461: --
462: -- Call to raise any errors on multi-message list
463: hr_multi_message.end_validation_set;
464: End upd;
465: --
466: -- ----------------------------------------------------------------------------
467: -- |---------------------------------< upd >----------------------------------|