DBA Data[Home] [Help]

APPS.PER_PMP_UPD dependencies on HR_MULTI_MESSAGE

Line 856: hr_multi_message.end_validation_set;

852: ,p_no_life_events_warning
853: );
854: --
855: -- Call to raise any errors on multi-message list
856: hr_multi_message.end_validation_set;
857: --
858: -- Call the supporting pre-update operation
859: --
860: per_pmp_upd.pre_update(p_rec);

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: End upd;
878: --
879: -- ----------------------------------------------------------------------------
880: -- |---------------------------------< upd >----------------------------------|