DBA Data[Home] [Help]

APPS.OTA_LPE_UPD dependencies on HR_MULTI_MESSAGE

Line 688: hr_multi_message.end_validation_set;

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

Line 706: hr_multi_message.end_validation_set;

702: ,p_rec
703: );
704: --
705: -- Call to raise any errors on multi-message list
706: hr_multi_message.end_validation_set;
707: End upd;
708: --
709: -- ----------------------------------------------------------------------------
710: -- |---------------------------------< upd >----------------------------------|