DBA Data[Home] [Help]

APPS.PER_PSP_UPD dependencies on HR_MULTI_MESSAGE

Line 653: hr_multi_message.end_validation_set;

649: ,p_rec
650: );
651: --
652: -- Call to raise any errors on multi-message list
653: hr_multi_message.end_validation_set;
654: --
655: -- Call the supporting pre-update operation
656: --
657: per_psp_upd.pre_update(p_rec);

Line 671: hr_multi_message.end_validation_set;

667: ,p_rec
668: );
669: --
670: -- Call to raise any errors on multi-message list
671: hr_multi_message.end_validation_set;
672: End upd;
673: --
674: -- ----------------------------------------------------------------------------
675: -- |---------------------------------< upd >----------------------------------|