DBA Data[Home] [Help]

APPS.PQH_BPL_UPD dependencies on HR_MULTI_MESSAGE

Line 374: hr_multi_message.end_validation_set;

370: ,p_rec
371: );
372: --
373: -- Call to raise any errors on multi-message list
374: hr_multi_message.end_validation_set;
375: --
376: -- Call the supporting pre-update operation
377: --
378: pqh_bpl_upd.pre_update(p_rec);

Line 392: hr_multi_message.end_validation_set;

388: ,p_rec
389: );
390: --
391: -- Call to raise any errors on multi-message list
392: hr_multi_message.end_validation_set;
393: End upd;
394: --
395: -- ----------------------------------------------------------------------------
396: -- |---------------------------------< upd >----------------------------------|