ADVERTISEMENT

Gatchalian doubts China ready to bend to PH demands on joint exploration

Published Jan 8, 2023 04:43 pm

Senator Sherwin Gatchalian on Sunday, January 8 expressed doubts that China would be willing to accommodate the Philippines’ demands with regards to the proposed joint oil and gas exploration in the South China Sea even under President Ferdinand “Bongbong” Marcos Jr.’s administration.

Sen. Sherwin Gatchalian (Senate PRIB Photo)

Gatchalian, who headed the Senate Committee on Energy during the term of President Rodrigo Duterte, recalled that discussions about the proposed joint exploration between Philippines and China only ended up in an impasse due to the latter’s refusal to agree to the government’s basic terms on the exploration and development of indigenous petroleum resources in the country, which is governed under Presidential Decree No. 87.

“Four years ago, the Duterte administration tried to pursue the joint exploration. In fact, they even created a technical working group (TWG) to discuss the legal issues. I remember the chairman is the DFA (Department of Foreign Affairs) secretary, and the co-chairman is the DOE (Department of Energy chief),” Gatchalian said in Filipino in an interview over Super Radyo DZBB.

“The dialogues did not go anywhere. There was a deadlock as to whose law should be followed,” Gatchalian pointed out.

Gatchalin said credit should also be given to the administration of former President Duterte because the past government was firm in its stand that Beijing should abide by the country’s laws and Constitution.

“Let's remember that before (former foreign affairs) secretary (Teodoro) Locsin (Jr.) stepped down, that's what he said, that it was very difficult to move forward because our minimum requirement is that our Constitution and our law should be followed,” he said.

“And that is still my position: That we must follow our Constitution, follow the law that operationalized it, the PD 87. And that 60 percent of the income goes here to us,” he pointed out.

Gatchalian also said that asking China to recall their ships at the West Philippine Sea before agreeing to a resumption of any talks about joint exploration would be impossible.

“It was already hard to insist on observing our laws and our Constitution. It would be even harder to move the subject from there,” he pointed out.

“That’s why it’s too complicated. For almost four years, the Duterte administraiton tried to agree to a joint exploration but they had difficulty finding a solution to the problem,” the senator said.

“But if the talks will reopen, China already knows our minimum (requirements), so let’s just see whether they will agree to our requests or not,” the lawmaker said.

Nevertheless, Gatchalian said the government should highly consider also entering into a joint exploration agreement with other interested countries, apart from China.

“Because to me, it is also important that we have an exploration there, because our budget is growing, our economy is growing. We are one of the fastest ones, they hear our (GDP) growth is at seven (7) percent, while many other countries are suprisingly only at one percent, the others are even in recession,” he noted.

“So we will still need oil and gas and energy for the next year. That’s why it is important that we still explore the West Philippine Sea. Because I admit that's where the biggest potential is. If we see Malampaya and the other service contracts, it's all there. So we should have an exploration there,” the senator reiterated.

“Our minds are open to (joint exploration) as long as our most basic requirement of constitutional compliance and local law compliance is followed, no matter who it is, whether China, Japan, or Vietnam. The important thing is that they recognize or follow our Constitution and our local laws,” Gatchalian stressed.

Related Tags

Marcos administration Sherwin Gatchalian Philippines joint oil exploration West Philippine Sea china
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.