DBA Data[Home] [Help]

APPS.PSP_PSC_UPD dependencies on HR_MULTI_MESSAGE

Line 351: hr_multi_message.end_validation_set;

347: (p_rec
348: );
349: --
350: -- Call to raise any errors on multi-message list
351: hr_multi_message.end_validation_set;
352: --
353: -- Call the supporting pre-update operation
354: --
355: psp_psc_upd.pre_update(p_rec);

Line 368: hr_multi_message.end_validation_set;

364: (p_rec
365: );
366: --
367: -- Call to raise any errors on multi-message list
368: hr_multi_message.end_validation_set;
369: End upd;
370: --
371: -- ----------------------------------------------------------------------------
372: -- |---------------------------------< upd >----------------------------------|