DBA Data[Home] [Help]

APPS.PQH_CGN_UPD dependencies on HR_MULTI_MESSAGE

Line 430: hr_multi_message.end_validation_set;

426: ,p_rec
427: );
428: --
429: -- Call to raise any errors on multi-message list
430: hr_multi_message.end_validation_set;
431: --
432: -- Call the supporting pre-update operation
433: --
434: pqh_cgn_upd.pre_update(p_rec);

Line 448: hr_multi_message.end_validation_set;

444: ,p_rec
445: );
446: --
447: -- Call to raise any errors on multi-message list
448: hr_multi_message.end_validation_set;
449: End upd;
450: --
451: -- ----------------------------------------------------------------------------
452: -- |---------------------------------< upd >----------------------------------|