DBA Data[Home] [Help]

APPS.PER_PAC_UPD dependencies on HR_MULTI_MESSAGE

Line 734: hr_multi_message.end_validation_set;

730: ,p_rec
731: );
732: --
733: -- Call to raise any errors on multi-message list
734: hr_multi_message.end_validation_set;
735: --
736: -- Call the supporting pre-update operation
737: --
738: per_pac_upd.pre_update(p_rec);

Line 752: hr_multi_message.end_validation_set;

748: ,p_rec
749: );
750: --
751: -- Call to raise any errors on multi-message list
752: hr_multi_message.end_validation_set;
753: End upd;
754: --
755: -- ----------------------------------------------------------------------------
756: -- |---------------------------------< upd >----------------------------------|