DBA Data[Home] [Help]

APPS.HXC_HAC_UPD dependencies on HXC_APP_COMP_NOTIF_USAGES

Line 232: update hxc_app_comp_notif_usages

228: hr_utility.set_location('Entering:'||l_proc, 5);
229: end if;
230: begin
231: --
232: update hxc_app_comp_notif_usages
233: set
234: approval_comp_ovn=p_rec.object_version_number where
235: approval_comp_id=p_rec.approval_comp_id and
236: approval_comp_ovn=hxc_hac_shd.g_old_rec.object_version_number;