ADVERTISEMENT

Ortega: SC case vs 2025 budget meant to destabilize Marcos government

Published Jan 28, 2025 08:06 am

At A Glance

  • The move to question the P6.352-trillion General Appropriations Act  (GAA) of 2025 before the Supreme Court (SC) is a deliberate attempt to destabilize the government, House Deputy Majority Leader La Union 1st district Rep. Paolo Ortega V said on Tuesday, Jan. 28.

A5888D2B-72E5-4E2C-ABEB-67E179E84687.jpegLa Union 1st district Rep. Francisco Paolo Ortega V (Dexter Barro II/MANILA BULLETIN)

The move to question the P6.352-trillion General Appropriations Act (GAA) of 2025 before the Supreme Court (SC) is a deliberate attempt to destabilize the government, House Deputy Majority Leader La Union 1st district Rep. Paolo Ortega V said on Tuesday, Jan. 28.

Ortega, a member of the "Young Guns" bloc, was referring to the SC petition filed by former Committee on Appropriations Chairperson Davao City 3rd district Rep. Isidro Ungab and former executive secretary Vic Rodriguez.

“The petition filed by Rep. Isidro Ungab, Atty. Vic Rodriguez, and their allies before the Supreme Court questioning provisions in the 2025 General Appropriations Act (GAA) is more than just a legal maneuver – it is a calculated political gambit that exposes their intent to obstruct progress and destabilize the administration of President Ferdinand Marcos Jr.,” Ortega said.

The filing of the petition is an offshoot of the supposed arbitrary fill-up of alleged blank items in the 2025 GAA or national budget, which has been claimed by Marcos administration critic, former president Rodrigo Duterte.

Out to undo OVP budget cut?

Like ex-president Duterte, Ortega also accused Ungab and Rodriguez of ultimately seeking the reversal of the congressional decision to remove P1.3 billion from the Office of the Vice President (OVP) in this year's outlay.

Vice President Sara Duterte, the former president's eldest daughter, was earlier given a reduced allocation by Congress due to the supposed lack of transparency in utilizing public funds.

“Let us not mince words: this petition is an effort to undo the decision of Congress to cut P1.3 billion from the budget of the Office of the Vice President, a decision rooted in Congress’s constitutional duty to ensure that public funds are judiciously allocated,” said the La Union solon.

Ortega stressed that the move reflects a pattern of political maneuvering aimed at creating doubt about the legitimacy of the national budget.

“The motives behind this petition are suspect, to say the least. This is not just about budgetary provisions – it is about political leverage,” he said.

He warned that the real intent behind the legal challenge was to weaken the Marcos administration and pave the way for Vice President Duterte to consolidate power.

“The narrative being constructed here is clear: sow doubt about the legitimacy of the 2025 GAA, delay its implementation and weaken the administration. It is difficult to ignore the possibility that these moves are part of a broader scheme to undermine President Marcos and position Vice President Sara Duterte for an eventual takeover,” Ortega explained.

'Divisive and dangerous'

“These tactics are divisive and dangerous, especially at a time when the Filipino people expect their leaders to focus on solutions rather than scheming. It is not just the government’s stability that is at stake – it is the trust of the people in our institutions,” he added.

Ortega urged the public to reject the petitioners’ narrative and recognize the real agenda behind the move.

“I call on my colleagues and on the public to see this petition for what it truly is: a desperate bid for political survival disguised as a constitutional question,” said the Young Guns solon.

He reaffirmed the House’s commitment to defend the integrity of the 2025 budget and ensure that it serves the needs of the Filipino people.

“The House of Representatives stands firm in its defense of the 2025 national budget. We trust the [SC] to exercise its judicial wisdom and dismiss this petition, as it is clearly designed to obstruct and destabilize rather than to uphold the Constitution,” he said.

Ortega reckoned that governance should not be held hostage by political ambitions, warning that such legal maneuvers are detrimental to national stability.

“The people deserve leaders who put the nation’s welfare above their personal ambitions. Now is not the time for gamesmanship or for exploiting legal processes to achieve political ends,” he said.

Related Tags

Supreme Court (SC) destabilization blank budget Sara Duterte paolo Ortega Rodrigo Duterte
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.