ADVERTISEMENT

Senate panel defers sugar smuggling probe due to absence of key gov't officials

Published May 8, 2023 04:54 am
The Senate blue ribbon committee on Monday, May 8 deferred anew its hearing on the alleged “state-sponsored” smuggling of 440,000 metric tons of sugar last February.
Sen. Francis Tolentino, chairman of the Senate Blue Ribbon Committee, on Monday, May 8, expressed his dismay on the absence of several cabinet officials who were invited to shed light on the controversy regarding Sugar Order No. 6 and its provisions that may be open to abuse, patronage and cartelization. (Senate PRIB Photo)


Sen. Francis Tolentino, chairman of the blue ribbon panel, invoked Article 2 of the Committee’s rules in postponing the hearing based on the absence of vital witnesses. Absent during the hearing where Secretary Arsenio Balisacan, former Sugar Regulatory Administration (SRA) administrator David John Alba, Department of Trade and Industry (DTI) Alfredo Pascual, National Economic Development Authority (NEDA) Secretary Arsenio Balisacan, as well as Department of Agriculture (DA) Senior Undersecretary Domingo Panganiban Jr. “Invoking the rules of this committee, and reiterating that the findings of this committee will not be based on speculations but on merits of the evidence that’s presented and not the weakness of the defense. Without the objections on the part of my colleagues this committee hearing is hereby postponed until further notice,” Tolentino said. Prior to this, Executive Secretary Lucas Bersamin, who was present at the hearing, told the committee that Balisacan is presently in Vancouver due to a “prior scheduled trip.” Pascual, on the other hand, is in Indonesia “attending a ministerial level conference and he will be there until the ASEAN Summit which will be up to May 11,” according to Bersamin. Panganiban, the Executive Secretary said, is presently in Washington D.C. on official mission. “All of these three, your honor, would have come here if the schedule were different but it happens that their trips coincided with our meeting today,” Bersamin informed the panel when asked about the whereabouts of the invited resource persons. In response, Tolentino thanked Bersamin for his presence in the hearing, but stressed that the panel would not be able to scrutinize the issue without the presence of the said officials. “So they are vital to the investigation that this committee will be undertaking. Kaya mahihirapan po siguro tayong tumuloy kung wala sila (It would be difficult for us to pursue this without them),” Tolentino said. “Although maraming naririto sa inyo (many of you are here) we will be requiring you to take your oath as well as affirm the contents of your affidavit submitted if you have submitted…” he pointed out. Nevertheless, Bersamin said he would exert all effort to get the absent government officials be ready to appear in the next hearing “Yes, I think so, Mr. Chairman and members of the committee. The undersecretary of agriculture will be in Washington until May 13. If we could schedule his appearance after that, he will be available,” he said. “As to Sec. Pascual and Sec. Balisacan, I think the same is true for them. The ES will always be at your disposal,” he added. Sen. Risa Hontiveros, in response, expressed her disappointment on this development. “At this point, I wish to express my serious disappointment that Undersecretary Panganiban is not here. Gusto kong ipaliwanag nila kung bakit nila napili itong tatlong importer na ito (I want them to explain why they chose these three importers),” she said. The three importers Hontiveros is referring are All Asian Countertade Inc., Sucden Philippines and Edison Lee Marketing Corp. It was Hontiveros who filed Senate Resolution No. 497, urging the Senate to investigate the alleged illegal entry of 440,000 metric tons of sugar at the Philippine ports ahead of the release of Sugar Order No. 6.

Related Tags

Senate probe Senator Francis Tolentino sugar import mess Senate Blue Ribbon hearings
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.