ADVERTISEMENT

Court of Tax Appeals: No jurisdiction on regulatory fees imposed by LGUs

Published Jul 24, 2023 04:22 am
The Court of Tax Appeals (CTA) has denied for lack of jurisdiction the petition filed by the North Luzon Expressway Corporation (NLEX) which challenged the regulatory fees from 2005 to 2007 imposed by the Guiguinto town in Bulacan. In denying the petition, the CTA – as a full court – cited the 2021 decision of the SC which ruled: “The term 'taxes' has been defined by case law as 'the enforced proportional contributions from persons and property levied by the state for the support of government and for all public needs.' “While, under the LGC (Local Government Code), a 'fee' is defined as 'any charge fixed by law or ordinance for the regulation or inspection of a business or activity.' “If the purpose is primarily revenue, or if revenue is at least one of the real and substantial purposes, then the exaction is properly classified as an exercise of the power to tax. On the other hand, if the purpose is primarily to regulate, then it is deemed an exercise of police power in the form of a fee, even though revenue is incidentally generated. “Simply stated, if generation of revenue is the primary purpose, the imposition is a tax, but if regulation is the primary purpose, the imposition is properly categorized as a regulatory fee." The CTA said it is “a court of special jurisdiction and can only take cognizance of such matters as are clearly within its jurisdiction.” It pointed out that its jurisdiction on local tax and real property tax is provided for under Republic Act No. 1125 (the CTA law), which, among others, mandates that it has “exclusive appellate jurisdiction to review by appeal… orders or resolutions of the Regional Trial Courts (RTC) in local tax cases originally decided or resolved by them in the exercise of their original or appellate jurisdiction.” The CTA said that NLEX admitted in its petition that the assessment being appealed involved regulatory fees since the P4.1 million local business tax (LBT) imposed by the Guiguinto local government had been cancelled by the tax court’s second division in a ruling issued in 2019 which did not resolve the issue on the P72,262.35 regulatory fees. Case records showed that the Manila North Tollways Corporation (MNTC), the Philippine National Construction Corporation, and the Toll Regulatory Board entered into a Supplemental Toll Operation Agreement in April 1998. The agreement granted MNTC the concession to finance, operate, and maintain NLEX, and it also granted MNTC the authority to appoint an Operation and Maintenance Contractor to undertake any aspect of operation and maintenance for a fixed service fee. The MNTC then entered into an Operation and Management Agreement with Tollways Management Corporation (TMC) which received the LBT and regulatory fees assessments from the municipality of Guiguinto on April 3, 2009 and was required to pay P4,169,697.36 for LBT. The TMC filed its written protest on May 28, 2009 but received the denial on June 18, 2009. The RTC Branch 21 of the City of Malolos also ruled in favor of the municipality and asked MNTC, now NLEX, to pay LBT worth P4,169,697.36 as well as other regulatory fees in the sum of P72,262.35. In its full court decision, the CTA said the factual findings of its division “deserves the highest degree of respect." "It was established that the Sta. Rita and Tabang Offices are being used to perform the core functions of the petitioner relative to the relevant portions of the NLEX, hence, they are considered branch or sales offices subject to LBT," it said. "Absent any finding of grave abuse of discretion, there is no reason to disturb the abovementioned findings of the Court in Division," it added. It also pointed out that its second division "correctly ruled that this Court has no jurisdiction on regulatory fees assessed by respondents" (Guiguinto) and added that "the Court is precluded from ruling on petitioner's prayer relative to the regulatory fees assessed by respondents against it." Associate Justice Catherine T. Manahan wrote the 10-page decision with the concurrence of Associate Justices Ma. Belen M. Ringpis-Liban, Jean Marie A. Bacorro-Villena, Maria Rowena Modesto-San Pedro, Marian Ivy F. Reyes-Fajardo, Lanee S. Cui-David, and Corazon G. Ferrer-Flores.
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.