ADVERTISEMENT

Senate bill seeking amendments to procurement law will prevent wastage of public funds—Angara

Published Mar 12, 2024 06:01 am

Senator Juan Edgardo “Sonny” Angara said he is confident that the ongoing efforts of the Senate to amend the two decades-old Government Procurement Reform Act (GPRA) will result to greater implementation of major government projects, acquisition of goods and supplies and reducing, if not eliminating avenues for corruption. 

Should Senate Bill No. 2593, or the bill amending the GPRA or Republic Act No. 9184, is passed into law, Angara said it will also plug the loopholes in government procurement and put a stop to the wastage of public funds as it aims to streamline the state’s procurement power and make it more effective.

“R.A. 9184, authored by my father, the late Senate President Edgardo Angara, was a landmark piece of legislation— recognized and lauded globally, including the World Bank,” Angara said in his sponsorship speech on SB No. 2593 on Monday night, March 11.

“While it was able to institute key reforms in the government procurement process, over time individuals with evil intent have managed to find loopholes to exploit, costing the public billions that could have been spent on more productive endeavors,” the Senate Committee on Finance chief said.

Senate Bill No. 2593 is one of the priority measures identified by the Legislative-Executive Development Advisory Council (LEDAC). The bill will now be up for plenary debates.

While the wastage of public funds is not entirely due to corruption, Angara said this could also be due to inefficiencies of the government entities and the procurement process as a whole. 

“We have seen agencies whose procurement of basic supplies take an inordinate amount of time to complete. There is a lack of true competition among bidders and oftentimes agencies are unable to undertake the procurement of goods due to poor planning or they are tied up by the procedures under the law,” Angara noted. 

The senator noted that a 2019 World Bank study of Philippine procurement data found that the government could have saved up to 29 percent if it were to employ better procurement strategies and policies. 

The amount could have totaled to about P1.2-trillion, considering the years covered by the study which is from 2014 to 2018. 

According to Angara, the current administration is well aware of the problems with public procurement and President Marcos himself has highlighted the importance of pursuing further reforms in the GPRA.

In his last State of the Nation Address (SONA), the President said that such amendments are needed to make public procurement more attuned to the changing times, in a bid for government  “not only to become more effective, but more, to become truly transformative.”

Among the amendments being pursued in the current review of the GPRA is the introduction of the Most Economically Advantageous Responsive Bid (MEARB) to address issues encountered regarding award criterion under the procurement law of the Lowest Calculated Bid or simply put, awarding the contract to the least expensive bid. 

With the MEARB, Angara said the awarding of bids will factor in quality along  with cost. 

Under the bill, the Department of Budget and Management (DBM) would be tasked to create procurement positions for the different government agencies to ensure the professionalization of government procurement practitioners, who will have the qualifications needed to effectively fulfill their mandates.

The bill also paves the way for domestic preference in the supply of goods and services to broaden the government’s options in sourcing their requirements,  and also help domestic industries grow and become more competitive.

“Inaasahan naming na ang pagsasabatas ng reporma sa GPRA ay hindi lamang bibilis ang procurement ng gobyerno, ito’y magiging mas epektibo din (We expect that the enactment of GPRA reform will not only speed up government procurement, it will also be more effective),” Angara said.

“At sa ganitong paraan, iigting ang kapasidad ng gobyerno para tugunan ang pangangailangan ng sambayanang Pilipino. At kapag lalong gumanda at bumilis ang pag-responde, mas lalalim ang tiwala at panatag ng loob ng taong bayan sa ating gobyerno (And in this way, the capacity of the government to meet the needs of the Filipino people will be strengthened. And when the response gets better and faster, the trust and confidence of the people in our government will deepen),” he stressed.

 

 

Related Tags

Senate of the Philippines Government Procurement Reform Act Sonny Angara
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.