ADVERTISEMENT

JV Ejercito vows open bicam, end to last-minute budget insertions

Published Aug 15, 2026 04:29 pm

At A Glance

  • Senate Finance Committee Chairperson JV Ejercito vowed to prevent last-minute budget insertions and post-enactment interventions as Congress begins work on the proposed 2027 national budget.
  • Ejercito said bicameral conference committee proceedings should be open to the public, with budget documents published online so changes can be tracked from the proposed spending plan through the final bicameral version.
  • Ejercito said legitimate infrastructure projects should continue despite the flood control scandal, stressing the need to balance accountability with sustained government spending and economic growth.
Senator JV Ejercito vowed tightened scrutiny in the national budget process, including efforts to prevent last-minute insertions and post-enactment interventions as Congress begins deliberations on the proposed 2027 national budget.
Senator JV Ejercito (Senate PRIB photo)
Senator JV Ejercito (Senate PRIB photo)
“Ang hamon sa atin bilang Finance Committee Chairman ay hindi lamang bumuo ng budget, kundi ibalik ang tiwala ng publiko sa paraan ng paggastos ng pamahalaan (The challenge for us as Finance Committee Chairman is not only to craft the budget, but also to restore the public’s trust in how the government spends its money),” he said.
Ejercito said he would seek to make the Bicameral Conference Committee proceedings open to the public and publish budget documents online to allow greater scrutiny of changes made before the General Appropriations Bill is enacted.
His proposals come as allegations of “leadership funds” and budget insertions have resurfaced following the flood control scandal, including claims that lawmakers had access to large allocations for identifying projects.
Ejercito stressed, however, that efforts to improve transparency should not undermine Congress' constitutional authority over the national budget, including its power to review and amend the executive's proposed spending plan.
“Ang power of the purse ay hindi lamang kapangyarihan, kundi tungkulin na iniatas ng Constitution sa Congress. Kasama sa mandato na ito ang pag-aaral, pagsusuri, at pagbusisi ng bawat item sa proposed national budget (The power of the purse is not merely a power, but a duty entrusted by the Constitution to Congress. This mandate includes studying, reviewing, and scrutinizing every item in the proposed national budget),” he said.
Open bicam, only legit amendments allowed
Ejercito said the bicameral conference committee should not be used as a venue for making changes away from public scrutiny.
“Gagawin nating open to the public ang lahat ng hearing hanggang sa Bicameral Conference Committee. Ang bicam ay hindi dapat maging backdoor para baguhin ang mga pondong dumaan na sa masusing pagdinig ng Senado at Kamara (We will make all hearings open to the public, including those of the Bicameral Conference Committee. The bicam should not become a backdoor for changing funds that have already undergone thorough scrutiny by the Senate and the House of Representatives),” Ejercito said.
He said budget documents and information would be made available online so the public could track changes from the proposed National Expenditure Program to the versions approved by the Senate and House of Representatives, and eventually the bicameral committee's final output.
Ejercito said Congress should continue to allow legitimate amendments, including project proposals endorsed by local governments and adjustments requested by government departments and agencies, provided these undergo the proper plenary process and address needs not included in the original proposal.
He said, however, that senators should not take part in decisions involving projects after the budget has been enacted. Agencies and departments should retain authority to validate and implement the projects, he said.
“We as senators can only propose, but it’s the agencies or departments that will validate. We will prevent last-minute insertions and even post-enactment interventions,” Ejercito said.
On infrastructure projects
Ejercito also rejected calls for a blanket suspension of infrastructure projects following the flood control controversy, saying legitimate projects should continue while those responsible for ghost projects should be held accountable.
“Hindi naman dahil nagkaroon ng scandal, ititigil natin yung mga maayos na proyekto (Just because there was a scandal does not mean we should stop legitimate projects),” he said.
He warned that a slowdown in government spending could further weigh on economic growth, which he said had fallen from 7 percent to 5 percent and more recently to 2 percent.
“We are for accountability, but development has to continue. If we stop good and reasonable infrastructure projects, government spending will also slow down, and that will affect our economy. Our economy has to continue,” he said.
Ejercito said the government must maintain accountability over public funds while ensuring that legitimate spending and infrastructure development continue to support economic activity.

Related Tags

JV Ejercito 2027 budget Congress
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; } }

{{ static_articles_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.