DBA Data[Home] [Help]

APPS.OTA_ACI_UPD dependencies on HR_MULTI_MESSAGE

Line 549: hr_multi_message.end_validation_set;

545: ,p_rec
546: );
547: --
548: -- Call to raise any errors on multi-message list
549: hr_multi_message.end_validation_set;
550: --
551: -- Call the supporting pre-update operation
552: --
553: ota_aci_upd.pre_update(p_rec);

Line 567: hr_multi_message.end_validation_set;

563: ,p_rec
564: );
565: --
566: -- Call to raise any errors on multi-message list
567: hr_multi_message.end_validation_set;
568: End upd;
569: --
570: -- ----------------------------------------------------------------------------
571: -- |---------------------------------< upd >----------------------------------|