DBA Data[Home] [Help]

APPS.PER_PMA_UPD dependencies on HR_MULTI_MESSAGE

Line 705: hr_multi_message.end_validation_set;

701: ,p_rec
702: );
703: --
704: -- Call to raise any errors on multi-message list
705: hr_multi_message.end_validation_set;
706: --
707: -- Call the supporting pre-update operation
708: --
709: per_pma_upd.pre_update(p_rec);

Line 723: hr_multi_message.end_validation_set;

719: ,p_rec
720: );
721: --
722: -- Call to raise any errors on multi-message list
723: hr_multi_message.end_validation_set;
724: End upd;
725: --
726: -- ----------------------------------------------------------------------------
727: -- |---------------------------------< upd >----------------------------------|