DBA Data[Home] [Help]

APPS.PER_PMA_UPD dependencies on HR_MULTI_MESSAGE

Line 687: hr_multi_message.end_validation_set;

683: ,p_rec
684: );
685: --
686: -- Call to raise any errors on multi-message list
687: hr_multi_message.end_validation_set;
688: --
689: -- Call the supporting pre-update operation
690: --
691: per_pma_upd.pre_update(p_rec);

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: End upd;
707: --
708: -- ----------------------------------------------------------------------------
709: -- |---------------------------------< upd >----------------------------------|