ADVERTISEMENT

Business wish list in PRRD's 5th SONA

Published Jul 26, 2020 10:00 pm

Inclusion in IATF, priority bills, agenda for next two years, WPS

Disappointed over the policies on the health crisis and economy, the business sector would like to hear President Rodrigo Roa Duterte’s fifth and second to the last State of the Nation Address (SONA) mandating the inclusion of private sector representatives in the Inter Agency Task Force (IATF) on Emerging Infectious Diseases to ensure balance in the crafting of decisions that will protect life and livelihood.

Manila Bulletin Business has pooled a few business leaders on what they would like to hear from President Duterte’s second to the last SONA to the Filipino people.

Edgar Lacson, chairman of the country’s management sector the Employers Confederation of the Philippines, said businessmen would like President Duterte to restructure the IATF to include his economic managers-with equal authority-in protecting and preserving life and livelihood.

“The pandemic is a serious war against humanity and can not be left alone in the hands of physicians and military generals,” Lacson pointed out.

“To reinvigorate and inspire entrepreneurs and consumers, his SONA report hopefully will include a longer and deeper narrative on the plans for moving forward after IATF mangled our economy beyond recognition and recovery,” said Lacson.

Lacson cited a government data showing that 52.66 percent of micro, small and medium enterprises (MSMEs) have shut down, 12.55 percent with limited operations, and 34.79 percent managed to continue their operations as of end-April.

Philippine Chamber of Commerce and Industry (PCCI) President Ambassador Benedicto V. Yujuico has similar view. 

“I have only one wish (hope) that the business sector would be invited to be part of the IATF or if not, consulted by the IATF regarding policy decisions that affect the economy. Secondly, I hope President Duterte will say constitutional change is not a priority at this time,” said Yujuico.

PCCI is known as the voice of Philippine business being the country’s largest business organization.

Yujuico said the business sector has been left out with only Presidential Adviser for Entrepreneurship Joey Concepcion serving as a bridge between government and private sector. 

The business sector has been urging the government to stop the prolonged lockdown and instead allow local government units to implement granular lockdowns. This way, the economy will be reopened, livelihoods will continue and jobs are protected.

Francis Chua, president and chairman of the International Chamber of Commerce of the Philippines, would like Duterte to give a candid assessment of the government’s COVID-19 responses.

“How will the government balance the need of economy and the need to lockdown to contain the spread of COVID? What government expect from private sector to help in addressing the unemployment? How can the private sector help government in addressing the needs of MSMEs,” he said.

In addition, Chua would like the President to discuss if there is a government budget once vaccine against COVID-19 is already available.

Lastly, Chua said the President should lay out his agenda in the next two years. Duterte’s six-year term will expire on June 20, 2022.

The American Chamber of Commerce of the Philippines expressed hope that Duterte will give a report on the priority legislative bills they had identified to help move the domestic economy.

John Forbes, AmCham’s Senior Advisor, said “AmCham is looking forward to the president’s SONA, being delivered at a time when the country is facing one of the most serious crises in its history.”

“We expect he will explain policies to balance the health of citizens and the health of the economy and even new reforms to achieve rapid economic recovery. We also hope the legislative priorities he endorses to the 18th Congress will include many of the bills 14 business groups recently recommended to him and the Senate president and House speaker.”

Jose Luis Yulo Jr., president of the Chamber of Commerce of the Philippine Islands, expressed hope to hear “universal values,  rule of law, righteousness and managerial efficiency”  stressing these should be the continued guiding lights for governance in these difficult times. He said these can be in words and deeds that inspire, unite, respect, kindness and fairness. Yulo also hopes that the President will be persistent in protecting the economic interests and territory of the country in the West Philippine Sea.

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.