ADVERTISEMENT

SC denies customs brokers' petition vs Customs Modernization and Tariff Act

Published Sep 26, 2023 10:10 am

The Supreme Court (SC) has denied the petition filed by the Chamber of Customs Brokers, Inc. (CCBI) to declare unconstitutional the provision in the 2016 Customs Modernization and Tariff Act that limits the power of customs brokers in the declaration of exported or imported goods. 

In a decision written by Associate Justice Antonio T. Kho Jr., the SC affirmed the 2020 ruling of the Court of Appeals which upheld the order issued by the Manila regional trial court (RTC) in 2029.

The RTC dismissed the petition for declaratory relief filed by CCBI, a national organization of customs brokers recognized by the Professional Regulations Commission. The CA affirmed the dismissal.  

Under Section 27 of the 2004 Customs Brokers Act, “any single act or transaction embraced within the provision of Section 6 hereof shall constitute an act of engaging the practice of customs broker profession. Import and export entity declarations shall be signed only by customs broker under oath based on the covering documents submitted by the importers.”

On the other hand, Section 106 of the Customs Modernization and Tariff Act of 2016 under RA 10863 provides: “A declarant may be a consignee or a person who has the right to dispose of the goods. The declarant shall lodge a goods declaration with the Bureau and may be … a person duly empowered to act as agent or attorney-in-fact for each holder.”  

CCBI claimed that Section 106 (d) of RA 10863 did not repeal or amend RA 9280 as there were no irreconcilable inconsistencies between them. Thus, it said, the provision in RA 10863 should be harmonized and read in conjunction with the provisions of the former law.

It pointed out that “allowing any person designated as an agent or attorney-in-fact of the importer or exporter to perform acts that would otherwise be limited only for licensed customs brokers created undue favor and inequality.”

The Bureau of Customs (BOC) through the Office of the Solicitor General (OSG), said that Section 27 of RA 9280 has been modified by Section 106 in relation to Section 107 of RA  10863.

BOC said that the new law authorizes the importer, exporter, as well as their appointed agent or attorney-in-fact, to lodge a goods declaration independently and without the participation of a customs broker.

It also said that RA 10863 has a repealing provision – Section 1803 which states: "All other laws, acts, presidential decrees, executive orders, rules and regulations or parts thereof inconsistent with the provisions of this Act are hereby expressly repealed, amended or modified accordingly."  

At the same time, BOC said that even before the enactment of RA 10863, Section 27 of RA 9280 had already been amended by Section 1 of  RA 9853.  The amendment provided that import declarations should  be signed by both a customs broker and the consignee/owner/importer, while export declarations are to be signed by the exporter, or, at his option, a customs broker or authorized representative.

In denying CCBI’s petition, the SC reminded that RA 10863 was enacted in 2016 in response to the Philippines’ obligations under the Revised Kyoto Convention which seeks balance between customs functions of control and revenue collection and trade facilitation.

The SC did not give credence to CCBI’s claim that Section 106 (d) of RA 10863 violates the equal protection clause under the Constitution.

“As regards petitioner's contention that Section I06 (d) of RA I0863 violates the equal protection clause, suffice it to say that the CA correctly ruled that petitioner failed to substantiate such contention,” the SC said.

It said that the equal protection guaranty under the Constitution means that “no person or class of persons shall be deprived of the same protection of laws which is enjoyed by other persons or other classes in the same place and in like circumstances.”

But, it said, such guaranty “does not demand absolute equality;” rather it merely requires that persons under like circumstances be treated alike.

It pointed out that the equal protection clause “was not intended to prohibit the legislature from enacting statutes that either tend to create specific classes of persons or objects, or tend to affect only these specific classes of persons or objects.”

“A law is not invalid because of inequality. The very idea of classification is that of inequality, so that it goes without saying that the mere fact of inequality in no manner determines the matter of constitutionality,” it stressed.

It reminded that “when the due process and equal protection clauses are invoked, considering that they are not fixed rules but rather broad standards, there is a need for proof of such persuasive character as would lead to such a conclusion. Absent such a showing, the presumption of validity must prevail.”

“Here, no concrete evidence and convincing arguments were presented by CCBI to warrant a declaration of the unconstitutionality of RA 10863,” it said.

Thus, the SC ruled that “RA 10863 does not violate CCBI’s right to the equal protection of the laws.”

 

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.