DBA Data[Home] [Help]

APPS.PER_PMP_UPD dependencies on HR_MULTI_MESSAGE

Line 876: hr_multi_message.end_validation_set;

872: ,p_no_life_events_warning
873: );
874: --
875: -- Call to raise any errors on multi-message list
876: hr_multi_message.end_validation_set;
877: --
878: -- Call the supporting pre-update operation
879: --
880: per_pmp_upd.pre_update(p_rec);

Line 896: hr_multi_message.end_validation_set;

892: ,p_no_life_events_warning
893: );
894: --
895: -- Call to raise any errors on multi-message list
896: hr_multi_message.end_validation_set;
897: End upd;
898: --
899: -- ----------------------------------------------------------------------------
900: -- |---------------------------------< upd >----------------------------------|