DBA Data[Home] [Help]

APPS.AD_PATCH_HIST_MIGR_PKG dependencies on AD_FILE_SYS_SNAPSHOTS_PKG

Line 32: G_SNAPSHOT_MAINT_ALLOWED := AD_FILE_SYS_SNAPSHOTS_PKG.Snapshot_Maint_Allowed;

28: init_rlse_info;
29:
30: G_APPL_TOP_ID := null;
31: G_PATCH_RUN_ID := null;
32: G_SNAPSHOT_MAINT_ALLOWED := AD_FILE_SYS_SNAPSHOTS_PKG.Snapshot_Maint_Allowed;
33:
34: select fnd_concurrent_requests_s.currval
35: into G_IMPORT_SESSION_ID
36: from dual;

Line 707: AD_FILE_SYS_SNAPSHOTS_PKG.Update_Current_View(l_pr_id, l_at_id);

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;
710:
711: