Graft watchdog to evaluate gov’t integrity ‘separately’

Graft watchdog to evaluate gov’t integrity ‘separately’

AMMAN – Prime Minister Hani Mulki on Wednesday said that reports of the Jordan Integrity and Anti-Corruption Commission (JIACC) have to also measure the integrity of the government as a whole, besides individual administrations and other sectors, the Jordan News Agency, Petra, reported.

The remarks came during a meeting with JIACC President Mohammad Allaf, who presented Mulki with the 2015 report of the ombudsman bureau and the anti-corruption commission before they were cancelled and succeeded by the JIACC.

The premier directed the JIACC to focus on administrative loopholes that would lead to corruption and concentrate on susceptible sectors especially cash generating agencies, stressing the importance of protecting public money and conserving resources.

To further enhance integrity in public administration, Mulki requested the commission to make the government's policies and decisions subject to integrity evaluation in a way that guarantees veracity of the Cabinet measures and safeguards national resources from all forms of violation, noting that success in such a process helps achieving development goals.

The anti-graft report outlines the achievements of the commission one of which is that it received 1072 cases during 2015, of which it processed 956, mainly by referring them to the general prosecutor office, while there were five cases that were referred to the witness protection unit.

Allaf said that the cases mainly involved misuse of office, negligence, embezzlement, unsound investment, forgery, wasta (using personal connections to obtain undeserved gains), scam, bribery and one case of money laundering.

Among the most noticeable cases in 2015, a total of 32 cases involving tax and custom evasion worth JD110 million were handled, resulting in restoring 50 per cent of the sum, the official said.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });