DBA Data[Home] [Help]

APPS.PER_PPB_UPD dependencies on HR_MULTI_MESSAGE

Line 770: hr_multi_message.end_validation_set;

766: per_ppb_bus.update_validate
767: (p_rec);
768: --
769: -- Call to raise any errors on multi-message list
770: hr_multi_message.end_validation_set;
771: --
772: -- Call the supporting pre-update operation
773: --
774: per_ppb_upd.pre_update(p_rec);

Line 787: hr_multi_message.end_validation_set;

783: (p_rec
784: );
785: --
786: -- Call to raise any errors on multi-message list
787: hr_multi_message.end_validation_set;
788: Exception
789: When Others Then
790: p_rec := l_rec;
791: Raise;