ADVERTISEMENT

House OKs ₱5-trillion national budget for 2022

Published Sep 30, 2021 11:00 pm

Heeding President Duterte's signal for its immediate passage, the House of Representatives on Thursday, September 30, passed on third and final reading the General Appropriations Bill (GAB) for 2022.

House of Representatives (Alvin Kasiban/MANILA BULLETIN File Photo)

The approval was made possible with Duterte certifying as urgent the measure on Wednesday, waiving the three-day requirement between the approval of bills on second reading and final reading.

Leaders of the lower chamber also promised swift deliberations on the bill since the executive department submitted its budget proposal last August 23.

A total of 238 Lower House members voted for its approval, while six opposed. None abstained.

House Bill No. 10153, which appropriates ₱5.024 trillion for the government's programs and projects for next year, is the Duterte administration's final budget bill before the May, 2022 elections.

The amount is also the largest in Philippine history.

Presidential spokesperson Harry Roque, in justifying the President's certification, said the approval of the "pandemic budget" must not be delayed.

Opposing the approval of HB 10153 were Gabriela Women's Party Rep. Arlene Brosas, ACT Teachers' Party List Rep. France Castro, Kabataan Party List Rep. Sarah Elago, and Bayan Muna Reps. Eufemia Cullamat, Ferdinand Gaite and Carlos Zarate, who were not convinced that the measure responds to the needs of the people amid the persisting COVID-19 pandemic.

They maintained that many of appropriations could be used for more pressing concerns, such as funding further the country's health sector, as well as interventions for other sectors affected and displaced by the pandemic.

"Sa House Bill No. 10153, nakita ang pagiging non-responsive nito sa kalagayan ng bansa...Ang pambansang badyet sa 2022 ay hindi tumutugon sa tunay na pangangailangan sa panahon ng pandemya (HB 10153 is non-responsive to the country's situation. The national budget for 2022 does not respond to the actual needs amid the pandemic)," Zarate said during his turno en contra on the budget bill.

Previously, the executive department touted that the education sector will get the highest allocation in 2022, with a total of ₱773.6 billion budget; while the health programs only placed fourth in the government's budgetary priorities, with the Department of Health (DOH) and the Philippine Insurance Corporation earmarked with only ₱242 billion.

Meanwhile, the Department of Public Works and Highways (DPWH) still enjoyed the favor of the Duterte administration, getting ₱686.1 billion for 2022.

Before its second and third reading approval, members of the House, like the previous year, decided to just create a small committee that would receive and look into individual amendments to the bill until October 5. The bill breezed through the period of amendments.

Among the issues raised by the Lower House members during the budget deliberations was the underutilization of 2021 appropriations, including those classified by the executive branch as "For Later Release", or those subject to vetting by implementing agencies and clearance from the Office of the President.

The Department of Budget and Management (DBM) earlier said that some ₱192 billion from this year's budget remained unreleased and unspent. These consists mostly of funding for infrastructure projects introduced by lawmakers.

Meanwhile, the DOH requested for an increase in its budget for COVID-19 response, particularly for the provision of special risk allowances (SRA) and other benefits for health care workers.

The DBM allocated only ₱19.68 billion for the DOH for pandemic response, the DOH reported.

The lawmakers likewise noted the absence of a regular appropriation for the purchase of COVID-19 vaccines and medicines next year, with the ₱45-billion proposed fund for vaccine booster shots even waitlisted under the unprogrammed funds.

Minority congressmen also questioned the increase in the proposed budget for the controversial National Task Force to the End Local Communist Armed Conflict (NTF-ELCAC), from this year's ₱19 billion to ₱28.1 billion for 2022.

The progressive lawmakers also flagged the ₱4.5-billion confidential and intelligence funds requested by Duterte's office for next year.

House members, on the other hand, supported the restoration, if not raise, in the 2022 budget of the judiciary branch. The judiciary suffered a budget cut in the proposal submitted by the executive department, which would be a violation of the 1987 Constitution if enacted.

After the House has finalized its copy of the GAB, the measure will be transmitted to the Senate for further scrutiny. Committee hearings on the proposed budgets of government agencies are ongoing in the Senate.

Related Tags

President Duterte 2022 budget Duterte administration covid-19 House of Representatives NTF-ELCAC pandemic response 2022 polls
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.