ADVERTISEMENT

Solons assail Cagayan gov's radio program after Vice Gov Vargas confirms unauthorized disbursement

Published Aug 7, 2023 07:01 am

At A Glance

  • The provincial government of Cagayan could face serious violations in connection with its unauthorized payment of some P16 million a year to Bombo Radyo Tuguegarao for Governor Manuel Mamba's local radio program. 

20230808_041811.jpg

From left to right: Surigao del Norte 2nd district Rep. Robert Ace Barbers, Cagayan Vice Governor Melvin "Boy" Vargas Jr., SAGIP Party-list Rep. Rodante Marcoleta (PPAB)

 

 

 

 

The provincial government of Cagayan could face serious violations in connection with its unauthorized payment of some P16 million a year to Bombo Radyo Tuguegarao for Governor Manuel Mamba's local radio program. 

This was the sentiment of some solons who took part in a House Committee on Public Accounts investigation Monday, Aug. 7, regarding disbursement controversies in the province. 

Attending the inquiry was Cagayan Vice Governor Melvin "Boy" Vargas Jr., who heads the Sangguniang Panlalawigan (SP) of Cagayan. The SP approves the annual budget of the province. 

During the panel hearing, Cagayan 3rd district Rep. Jojo Lara criticized Mamba's radio program, Caygandang Cagayan, for allegedly using it as a venue for "lambasting" and assailing his rivals. Lara also claimed that the official uses it to talk about "unnecessary topics". 

Asked by solons about the cost of the radio program, Vargas bared that there was no approval from the SP as far as disbursement of payment to the program is concerned. 

"Mr. Chair we called their attention for how many times, actually per year during the budget deliberations but they were not cooperating with us...They were not answering us if the payment is coming from the provincial government or not," he said.

 

To this, Surigao del Norte 2nd district Rep. Robert Ace Barbers said: "Since there is no authority given to the provincial governor as well as the accountant, and the budget officer to release payment for this program, from the beginning there's already a violation." 

"If public funds are being used for that program, and under the local government code there has to be an authority given by the Sanggunian," Barbers added. 

The vice governor also told the panel that he had called the attention of he Commission on Audit (COA), but nothing happened. 

"Mr. Chair, we also called the attention of COA, no less than the director himself issued a communication but we were not given the opportunity to, that they would appear in the Sanggunian," he said, adding that SP reached out to provincial COA "several times". 

This irked another congressman in SAGIP Party-list Rep. Rodante Marcoleta, even as he agreed with Barbers' remarks. 

"Kung talagang wala (appropriation), ang laki po ng violation po ng lahat na involved dito (If there is really no appropriation, then all those involved have comitted a huge violation)," he said. 

"It appears Mr. Chair the appeals of the Vice Governor fell on deaf ears insofar as the provincial COA is concerned. Kasi po tama si Cong Barbers, hindi lang local government  (code) ang problema rito (Cong Barbers is correct, this isn't just about the local government code)...this is constitutional," he said. 

It was learned during the hearing that the provincial government's contract is worth P4 million for 105 days. 

"I think the Constitution tells us...no money shall be paid out of the treasury except in pursuance of an appropriation made by law. Maliwanag po yun. You are violating not only the local government code but you are violating the Constitution," said Marcoleta. 

"So kung wala pa lang appropriation, bayad nang bayad po kayo sa Bombo Radyo (So if there's no appropriation and you keep paying Bombo Radyo), and the COA despite the repeated calls is not doing anything, I do not know what COA is meant for," the former deputy speaker said. 

A vice chairman of the committee, Cavite 4th district Rep. Elpidio Barzaga Jr. asked Bombo Radyo Tuguegarao to provide to the panel the receipts it has send to the provincial government this year and in 2022, which was an election year.

Related Tags

House of Representative Cagayan
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.