ADVERTISEMENT

Lacson: Over P180 B likely lost to ghost flood control projects since 2016

Published Dec 3, 2025 12:59 pm  |  Updated Dec 3, 2025 02:50 pm

At A Glance

  • Senate President Pro Tempore Panfilo "Ping" Lacson said on Wednesday, Dec. 3, that more than P180 billion has likely been lost to ghost flood control projects dating back to 2016, not counting substandard ones.
Senate President Pro Tempore Panfilo "Ping" Lacson said on Wednesday, Dec. 3, that more than P180 billion has likely been lost to ghost flood control projects dating back to 2016, not counting substandard ones.
Senate President Pro Tempore Panfilo
Senate President Pro Tempore Panfilo "Ping" Lacson (Senate PRIB photo)
Lacson said he and Senate finance committee chairman Sherwin Gatchalian arrived at this estimate based on some 10,000 projects inspected so far, where more than 600 were found to be ghost or nonexistent.
"We are looking at 30,000 flood control projects since 2016. If we extrapolate based on earlier findings that more than 600 out of 10,000 projects were ghost, Sen. Gatchalian and I estimated that 6% or higher of 30,000 projects could mean P180 billion or higher went to ghost projects," he said in a mix of English and Filipino in an interview on DZBB radio.
"Imagine, we likely lost P180 billion to ghost projects, and we have not yet started counting our losses to substandard projects," he added.
He noted this renders minuscule the number of projects uncovered and tackled so far by the Senate Blue Ribbon Committee, which he chairs. Lacson had also detailed the corruption behind substandard and ghost flood control projects in privilege speeches last August and September.
Also, Lacson shared observations that the P110 million "returned" by former Department of Public Works and Highways (DPWH) district engineer Henry Alcantara last week was a "pittance," even if he is expected to return an additional P200 million in the coming weeks.
Lacson said the Blue Ribbon Committee remains ready to help relevant agencies like the Independent Commission for Infrastructure, the Department of Justice, and the Office of the Ombudsman in pursuing charges against those involved, if it gets new information.
"If new information is brought before the Committee, hopefully we can help the ICI, Ombudsman and DOJ," he said.
Meanwhile, Lacson said the Senate has started undoing some of the practices related to the anomalous flood control projects with its efforts to ensure transparency in crafting the budget.
He said the measures, including livestreaming the period of amendments and making public all senators' individual amendments, should block allocables, leadership funds, and other forms of pork barrel in the 2026 budget.
"There will be no room for allocables because we made the process transparent. If you watched our livestream Tuesday, we introduced individual amendments on the floor, unlike in the past when lawmakers just wrote their amendments on paper and passed it to the finance committee chairman," he said.
"We started this in the Senate yesterday. All individual amendments were introduced personally or read by Senate Finance Committee chairman Sherwin Gatchalian. Sen. Gatchalian read the individual amendments of 11 senators. He will now study which amendments to accept and which to reject," he added.
Earlier, Lacson scored allocables as the new pork barrel, after scrutinizing documents related to the 2025 budget, which he described as "corrupt to the core."
He said allocables, which allow items to be funded before they are identified by lawmakers, are in the National Expenditure Program - the proposed budget prepared by the Executive Department before it is submitted to Congress.
Lacson said the majority bloc has decided to entrust and fully support Gatchalian on which amendments to accept and reject. He noted Gatchalian is in coordination with the Senate Legislative Budget Research and Monitoring Office (LBRMO), which will analyze the amendments every step of the way.
"We entrust Gatchalian to decide which amendments to accept or reject. We will support him should the matter come to a vote on the floor," he said.
Also, Lacson said the Senate and House of Representatives have agreed to simplify the bicameral conference committee proceedings, to tackle only the disagreeing provisions of the Senate and House versions of the budget bill - and not any "alien" provision inserted into either version.
On the other hand, he said Gatchalian will have the amendments and related details posted on the Senate website's transparency portal.
"This will be simpler and more transparent, and that is our intention. In the bicam, we will ensure transparency, all the way to the bill being enrolled," he said.

Related Tags

Senate President Pro Tempore Panfilo \"Ping\" Lacson Senate Blue Ribbon Committee Department of Public Works and Highways (DPWH)
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.