DBA Data[Home] [Help]

APPS.PER_PPS_UPD dependencies on HR_MULTI_MESSAGE

Line 860: hr_multi_message.end_validation_set;

856: ,p_rec
857: );
858: --
859: -- Call to raise any errors on multi-message list
860: hr_multi_message.end_validation_set;
861: --
862: -- Call the supporting pre-update operation
863: --
864: per_pps_upd.pre_update(p_rec);

Line 878: hr_multi_message.end_validation_set;

874: ,p_rec
875: );
876: --
877: -- Call to raise any errors on multi-message list
878: hr_multi_message.end_validation_set;
879: End upd;
880: --
881: -- ----------------------------------------------------------------------------
882: -- |---------------------------------< upd >----------------------------------|