ADVERTISEMENT

Pimentel urges Escudero to call for caucus to tackle VP Duterte's impeachment trial

Published Feb 20, 2025 06:52 am

Will the upper chamber proceed with the impeachment soon or not?

For Senate Minority Leader Aquilino "Koko" Pimentel this may very well be settled once Senate President Francis "Chiz" Escudero calls for a caucus to direct all the senators' attention to Vice President Sara Duterte's impeachment complaint.

viber_image_2025-02-20_13-03-30-116.jpg
Senate Minority Leader Aquilino “Koko” Pimentel III discloses his plan to write again to Senate President Francis “Chiz” Escudero requesting for an all senators’ caucus in order to explain both their positions on the impeachment complaint against Vice President Sara Duterte. (Senate PRIB photo)

During the "Kapihan sa Senado" forum, he said he would once again write or speak to Escudero to call for a caucus. Pimentel said that he cannot say for now why his colleagues do not share the sentiments with him yet that the upper chamber should immediately act on Duterte's impeachment complaint.

"Baka yung atensyon nila nasa iba (Maybe their attention is elsewhere), that's why we're now focusing on this matter," he said.

In a recent letter he sent to Escudero, Pimentel emphasized that it's the Senate's duty to act on the impeachment complaint immediately and without delay.

Pimentel stated that given the gravity of impeachment proceedings, it is imperative that the Senate uphold its duty with urgency, diligence, and a steadfast commitment to the Constitution.

"Isantabi yung kampanya (Put campaigning on hold)," he said, stressing that this is part of the job description as a senator.

He stated that if a majority of the senators are opposed to the idea of proceeding immediately with the trial, they should let the public know.

"Pakinggan nila ako. Ngayon kung talagang ayaw nila, aminim namin sa taumbayan na ayaw nila. (They should listen to me. Now, if they truly don't want to, we will admit to the people that they don't want to.) Because if this is really a political question, then therefore is legitimate political issue for the people," he added.

For Pimentel, the impeachment trial should start by March.

"Prepared naman na si SP. Pina-review niya na rules so madali naman yun. Kapag the court is now in session, mag-oath kami, we reaffirm the existing rules, para lang wala nang issue kung valid siya o hindi, kung may proposed amendments kilusan na namin (SP is already prepared. He had the rules reviewed, so that's easy enough. When the court is now in session, we'll take an oath, reaffirming the existing rules, just to avoid any issues about their validity. If there are proposed amendments, we'll address them)," he said.

"Then i-authorize na namin ang Senate President to send summons to the impeached official para umaandar na yung 10 days. Sayang din yun (We then authorized the Senate President to send a summons to the impeached official so that the 10-day period can start. We shouldn't waste any time)," he added.

Pimentel explained that when uses the word "trial" is somewhat generic but he's referring to the entire process. On the question if the impeachment court should convene by March, he answered in the affirmative.

Meanwhile, Pimentel also said that the Senate can call for a special session on its own to act on the impeachment complaint. Looking at both the Constitution and the Senate's existing rules, Pimentel said that they did not get the impression that they should be in session as a legislative body.

"Pwedeng magtawag ang Senado ng special session ng Senado. Hindi po ito yung special session na kailangan tawagin ng Presidente kasi pati House of Representatives aabalahin natin (The Senate can call for a special session just for the Senate. This is not the kind of special session that needs to be called by the President because it would involve the House of Representatives as well)," he said.

Escudero has since been firm that they will proceed with the trial by June, adding that it would be illegal to convene the Senate as an impeachment court while the Congress is not in session.

Related Tags

Senate Minority Leader Aquilino “Koko” Pimentel III Impeachment complaint Senate President Francis "Chiz" Escudero Vice President Sara Duterte
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.