DBA Data[Home] [Help]

APPS.PQH_VLP_UPD dependencies on HR_MULTI_MESSAGE

Line 410: hr_multi_message.end_validation_set;

406: ,p_rec
407: );
408: --
409: -- Call to raise any errors on multi-message list
410: hr_multi_message.end_validation_set;
411: --
412: -- Call the supporting pre-update operation
413: --
414: pqh_vlp_upd.pre_update(p_rec);

Line 428: hr_multi_message.end_validation_set;

424: ,p_rec
425: );
426: --
427: -- Call to raise any errors on multi-message list
428: hr_multi_message.end_validation_set;
429: End upd;
430: --
431: -- ----------------------------------------------------------------------------
432: -- |---------------------------------< upd >----------------------------------|