Lower House to discuss draft decentralisation law

AMMAN — The Lower House is scheduled to hold two sessions on Sunday to discuss the draft decentralisation law, and elect the members and chairpersons of its permanent committees.

In October, His Majesty King Abdullah sent the 2015 decentralisation law back to Parliament, citing its incompatibility with the Constitutional Court’s interpretation of Article 121 of the Constitution.

In a statement listing the reasons for withholding his endorsement of the draft law, the King cited Paragraph A of Article 6 of the law concerning the establishment of governorate councils as incompatible with the Constitutional Court’s ruling.

In its interpretation of Article 121 of the Constitution, the court issued a ruling stipulating that any units or councils established under a law should be administratively and financially independent from the central government.

The Senate had rephrased Paragraph A of Article 6 to read: “Each governorate shall have a council called ‘governorate council’,” removing from the said provision a previous phrase stating that councils established under the law should enjoy complete financial and administrative independence.

In September, the two Houses of Parliament passed the 20-article decentralisation bill in a joint session after they disagreed twice on this provision and others. As the Constitutional Court’s opinion supported the deputies’ version, the Parliament’s final say was considered unconstitutional.

During Sunday’s session, MPs are expected to revisit Paragraph A of Article 6 of the reform-oriented law, and then pass it again and send it to the Senate for endorsement.

The Lower House will also refer the laws submitted by the government to its permanent committees for review, as per procedures.

In addition, MPs are scheduled to discuss two official letters from Prime Minister Abdullah Ensour informing the House of Abed Kharabsheh’s appointment as president of the Audit Bureau and Mustafa Barari’s as president of the Ombudsman Bureau.

Deputies will then start electing members and presidents of its 20 permanent committees.

.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'); }); }); });