ADVERTISEMENT

Resumption of petroleum drilling at Recto Bank pushed

Published Jun 25, 2022 12:15 pm

Following the government’s announcement that it already terminated its joint oil exploration talks with China, the Department of Energy (DOE) indicated that Pangilinan-led PXP Energy Corporation can now proceed with its oil and gas exploration activities at the Recto Bank.

In a statement to the media, the department noted that the service contract (SC) holders, primarily the Recto Bank petroleum block, can already resume seismic survey and other exploration activities at the diplomatically-saddled West Philippine Sea.

The Recto Bank prospect is under Service Contract 72 and the other exploration activity being advanced by PXP Energy is its Service Contract 75, which straddles offshore northwest of Palawan basin.

“This encouraged our service contract (SC) holders to restart investments in WPS exploration. Specifically, SC No. 72 and SC. No. 75 contracted survey vessels to carry out exploration activities in Recto Bank,” the DOE stated.

The energy department said it will guarantee “the safety and security of our oil and gas activities in the WPS,” adding that it already “held 11 meetings and briefings with all concerned service contractors together with maritime law enforcement and security experts in the National Task Force for the West Philippine Sea.”

It was in April this year when PXP Energy contracted a vessel for the resumption of its oil and gas exploration at the Recto Bank, but it was subsequently compelled to stop on that activity due to maneuvers carried out by China.

The DOE primarily acknowledged that among the major reasons on suspended exploration activities at WPS had been “China’s harassment of the survey vessels hired by our service contractors. At that time, the negotiations with China were also cited as another reason for the suspension.”

In October 2020, the Philippine government had lifted the moratorium on petroleum exploration and drilling programs at West Philippine Sea, but investors were still not able to advance on their search for oil and gas resources in their awarded blocks because of the protracted joint oil exploration talks with the Chinese government.

Even PXP Energy had constantly sounded off its concern with the government that even if it can hire vessels to carry out extended seismic survey and prepare its block for scheduled well drillings, there had been that uncertainty on China’s meddling in the targeted venture.

Because of intrusion from China then, the Pangilinan-led firm had invoked force majeure on its programmed exploration activities at Service Contracts 72 and 75.

The company similarly specified then that it was “constrained to terminate agreements with suppliers and incurred substantial liabilities costs and penalties” because of the very hasty government order relating to its stalled exploration and drilling activities.

Malacanang previously announced that the exploration activities of PXP Energy could resume at the two petroleum blocks once it secures clearance from the Security, Justice and Peace Coordinating Council (SJPCC), a government body that has been overseeing political, diplomatic and national security concerns.

PXP Energy emphasized that it will only pursue resumption of exploration activities at Recto Bank once the State will give its final go-signal and upon lifting of its declared "force majeure" stature at its petroleum blocks.

The Recto Bank is seen as potential replacement for the Malampaya field given its gas-rich potential. Nevertheless, drilling activities have to be carried out to tangibly confirm the commercial viability of the petroleum reserves.

Related Tags

#DOE #RECTOBANK #OILEXPLORATION #CHINA #PXPENERGY
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.