DBA Data[Home] [Help]

APPS.AD_PATCH_HIST_MIGR_PKG dependencies on AD_PTCH_HST_EXE_COP_TMP

Line 705: delete from ad_ptch_hst_exe_cop_tmp; -- to clear prev ptch-run's info

701: end if;
702:
703: -- call the updt-curr-vw-snapshot API
704:
705: delete from ad_ptch_hst_exe_cop_tmp; -- to clear prev ptch-run's info
706:
707: AD_FILE_SYS_SNAPSHOTS_PKG.Update_Current_View(l_pr_id, l_at_id);
708:
709: end update_current_view_snapshot;