ADVERTISEMENT

Villafuerte responds to Drilon on P10-B tourism infrastructure issue

Published Aug 23, 2020 05:24 pm

The House proposal to allocate P10 billion for tourism infrastructure spending under the "Bayanihan to Recover as One" bill wasn't a contentious topic at all during the Bicameral Conference Committee hearings on the much-touted COVID-19 response measure.

MANILA BULLETIN FILE

Thus, said Camarines Sur 2nd district Rep. LRay Villafuerte in response to the remarks of Senate Minority Floor Leader Franklin Drilon, who had taken a swipe at the House of Representatives' proposal.

Villafuerte and Drilon were part of the four-day Bicameral Conference Committee meetings wherein the differing provisions of the House and Senate versions of the Bayanihan 2 bill were harmonized.

"The transcripts and records will show that the P10 billion we intended for tourism infrastructure was not contentious at all because we already proposed on day one of the Bicam that if DOT (Department of Tourism) Secretary Bernadette (Romulo-Puyat) does not want the P10 billion for infrastructure, which is badly needed, we will just transfer P4 billion for agri infra and P1 under the tourism convergence of DPWH (Department of Public Works and Highways)," Villafuerte, a Deputy Speaker, said. 

Puyat chairs the Tourism Infrastructure and Enterprise Zone Authority (TIEZA), the intended destination of the money under the House version of the P165-billion stimulus package.

Recognizing their Senate counterparts as their co-equal in the Bicam meetings, Villafuerte said they let the Upper Chamber contingent determine where the remaining P5 billion out of the original P10 billion amount would go.

"The contentious issue which records will show is the insistence of the senators to earmark a specific amount for the Tourism industry which the DOF (Department of Finance) and the House panel objected to," the Bicol congressman said.

"Because if we start earmarking for a specific industry like tourism then the other sectors like transport, education, construction, manufacturing, cooperatives, and others will also demand earmarking," he argued.

Drilon, in a Teleradyo interview following the conclusion of the Bicam meetings Thursday, somewhat belittled the House's position to set aside funds for infrastructure development, saying it involved "toilets and roads."

"“Ito ang mahabang diskusyon na nangyari dahil ang ibig ng mga kongresista ay ilagay ito sa pagpapatayo ng kubeta at kalsada habang ang Senado naman ay ipinaglaban natin yung position ng DOT na ito ay tulong sa pamamagitan ng soft loans para doon sa mga maliliit na kumpanya na nagsara o nahirapan sa COVID-19 pandemic (A lengthy discussion ensued because the congressmen wanted to allocate the funds for the construction of toilets and roads while the Senate fought the DOT's position to use the funds for soft loans intended for the small companies that have either shut down or are suffering from the COVID-19 pandemic)," the opposition senator said.

"Drilon's claim is a joke. His toilet humor is not funny and his statements should be flushed down the drain," Villafuerte retorted.

"The final version (of Bayanihan 2) will clearly show the (House) stand prevailed. Sourgraping and grandstanding at this point is very unprofessional and childish," he added.

Meanwhile, another member of the House Bicam panel, Bulacan 1st district Rep. Jose Antonio Sy-Alvarado, enumerated the key provisions in the final version of Bayanihan 2 that was introduced by the congressmen.

These are the granting of authority to reprogram and realign funds for the purchase of personal protective equipment (PPEs), establishment of isolation facilities, field hospitals, vaccines/cure, testing, and subsidy for COVID-19 positive patients; authority for local government units (LGUs) to realign local funds for COVID-19 response; and the retroactive application as of February 1 of the P100,000 hazard duty pay for healthworkers and payment of P1 million to the heirs of every health worker who dies a COVID-related death.

Alvarado said it was also the House that sought to direct the use of unutilized portions of the Municipal Development Fund for COVID-19 response; allow the Department of Social Welfare and Development and Department of Labor and Employment, through a memorandum of agreement, to transfer funds to LGUs for assistance programs; allow a 60-day grace period for payment of loans; remove the initial public offering tax; create a national online electronic application system accessible to everyone in each LGU to provide contact tracing capacity; allow the use of unutilized or unreleased balance in special purpose funds for COVID-19 response; exempt locally-made PPEs from import duties; and mandate priority lending for micro, small, and medium enterprises, cooperatives, hospitals, tourism industry, and overseas Filipino workers through government financial institutions.

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.