DBA Data[Home] [Help]

APPS.PSP_PRT_UPD dependencies on HR_MULTI_MESSAGE

Line 468: hr_multi_message.end_validation_set;

464: (p_rec
465: );
466: --
467: -- Call to raise any errors on multi-message list
468: hr_multi_message.end_validation_set;
469: --
470: -- Call the supporting pre-update operation
471: --
472: psp_prt_upd.pre_update(p_rec);

Line 485: hr_multi_message.end_validation_set;

481: (p_rec
482: );
483: --
484: -- Call to raise any errors on multi-message list
485: hr_multi_message.end_validation_set;
486: End upd;
487: --
488: -- ----------------------------------------------------------------------------
489: -- |---------------------------------< upd >----------------------------------|