DBA Data[Home] [Help]

APPS.MSC_SCN_UTILS dependencies on MSC_PHUB_FILE_PKG

Line 2273: msc_phub_file_pkg.purge_plan_summary(errbuf,retcode,null,l_plan_run_id);

2269: loop
2270: fetch c_scn_plans into l_plan_run_name, l_plan_run_id;
2271: exit when c_scn_plans%NOTFOUND;
2272:
2273: msc_phub_file_pkg.purge_plan_summary(errbuf,retcode,null,l_plan_run_id);
2274: if retcode <> 0 then
2275: msc_util.msc_debug('Purge Plan Failed for Plan:'||l_plan_run_name);
2276: raise exc_error_purge_scn_pln;
2277: end if;

Line 2321: msc_phub_file_pkg.purge_plan_summary(errbuf, retcode, l_plan_name, l_plan_run_id);

2317: l_plan_name := p_plan_name;
2318: end;
2319:
2320: if (l_plan_name is not null) then
2321: msc_phub_file_pkg.purge_plan_summary(errbuf, retcode, l_plan_name, l_plan_run_id);
2322: if retcode <> 0 then
2323: --null; -- errored out
2324: raise exc_error_purge_plan;
2325: end if;