ADVERTISEMENT

VP Duterte blasts House solons for doing their own audit, says 'not surprising' for gov't to spend millions on projects

Published Oct 19, 2024 02:32 am

Vice President Sara Duterte lambasted lawmakers for doing its own audit of the Office of the Vice President’s (OVP) budget utilization, arguing that government agencies spend millions and billions on projects.

VPSD_presser 2.jpg
Vice President Sara Duterte speaks before the media in a sit-down interview on Oct. 18, 2024. (Santi San Juan/MANILA BULLETIN)

In a press conference on Friday, Oct. 18, the official hit the House good government committee for doing its own audit of the OVP’s funds when documents have already been submitted to the Commission on Audit (COA).

“Kaya hindi ako sumasagot duon sa kanila kasi sila na 'yung nagau-audit. Hindi naman ‘yan tinanong ng Commission on Audit. Ang hiningi lang ng Commission on Audit, ano iyong documents para sa mga expenditures, so sinubmit namin iyon (The reason why I don’t answer to them is because they’re doing their own audit. The Commission on Audit never asked that. The Commission on Audit only wanted the documents for the expenditures, so we submitted those),” she explained.

The Vice President maintained that they have already complied to COA requirements.

“We fully cooperated and participated, and submitted to the Commission on Audit with regard to the confidential funds,” she added.

Duterte also dismissed questions as to why her office spent P16 million in confidential funds for safe house rentals in 2022, saying that government expenditures go up to millions and even billions for programs.

“Alam nyo, hindi nakakapagtaka sa gobyerno na gumastos ng milyon sa araw-araw (You know, it is not surprising for government to spend millions every day),” she said.

“Sometimes, it's not millions, billions ang pinipirmahan ng mga opisina ng gobyerno para sa projects (are being signed by government offices for projects),” the official added.

The official even recalled signing billions worth of projects for the Department of Education (DepEd) when she was its secretary.

Duterte also accused lawmakers of insinuating that the envelopes supposedly containing cash allegedly received by former DepEd officials Gloria Jumamil Mercado and Resty Osias from her were sourced from the confidential funds.

“Gusto nila kasing palabasin sa mga tao, iyong envelope na iyan, galing ‘yan sa confidential funds. Iyon iyong gusto nilang i-portray sa public. Para iyong perception ng tao: 'Ay hindi talaga ginamit para sa ano' (They want the people to think that the envelope is from the confidential funds. That’s what they want to portray to the public. The perception of the people will be ‘They really don’t use it for')," she said.

The Vice President also answered allegations that during her time as DepEd chief, the agency funded the Armed Forces of the Philippines’ (AFP) Youth Leadership Summits (YLS) when it was the AFP that wholly funded them.

“Ginamit siya supporting information duon sa mga areas kung saan mayroon nakuhang report na at risk ang mga bata (It was used as supporting information in the areas where there were reports about the risks on the youth),” she explained.

What is clear to her, however, is that the House panel is simply fishing for information so the House can justify an impending impeachment case against her.

Duterte said it was clear in the transcript of the hearing that lawmakers were quick to contradict resource persons no matter what they said.

“Walang tamang sagot silang tatanggapin. Kahit ‘yung Commission on Audit na mismo ang nagsabi kung ano ang trabaho nya, hindi nila tinatanggap ang sagot (They won’t accept any answers. Even if the Commission on Audit itself talked about its mandate, they won’t accept the answer),” she said.

“Kasi nga sa simula, sinabi ko, gusto nila mag-impeachment. Hindi nila magawa kasi wala silang kaso for impeachment so ang ginagawa nila diyan nagfi-fishing sila nang nagfi-fishing (Since the start, like what I've said, they want to impeach me. They cannot do so because there is no case for impeachment against me, so they are fishing for information),” she explained.

Related Tags

ovp budget Confidential funds HOUSE HEARING Sara 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.