ADVERTISEMENT
970x220

Time to eliminate violence and harassment in the workplace

Published Dec 13, 2023 04:21 pm

E CARTOON DEC 14, 2023.jpg

It is disconcerting that, even in this modern era, violence and harassment persist in the workplace, particularly affecting migrant workers who are often left helpless and lack legal protection.

Recognizing this ongoing worldwide challenge, the International Labour Organization (ILO) has established new global standards aimed at ending violence and harassment in the world of work through ILO Convention No. 190 (C190). This international treaty is the first to “recognize the right of everyone to a world of work free from violence and harassment, including gender-based violence and harassment.”

Adopted in June 2019 by the International Labour Conference of the ILO and in force since June 25, 2021, C190 mandates governments to establish laws and policy measures preventing and addressing workplace violence and harassment. It represents a historic opportunity to shape a future of work based on dignity and respect for all. 

The ILO is now leading a global campaign to garner more support for C190, encouraging constituents, stakeholders, and civil society actors to participate. The ultimate goal is widespread ratification and implementation by national governments and legislative assemblies worldwide.

This goal became a reality in our country when, on Dec. 11, 2023, the Senate concurred with the Philippines’ ratification of ILO C190, voting 20-0-0 in favor of Proposed Senate Resolution No. 877.

Sen. Imee Marcos, chair of the Senate Committee on Foreign Relations, emphasized that C190 covers all aspects of work, providing protection in the public or private sector, regardless of workplace or employment status, including individuals in training, interns, apprentices, volunteers, and job applicants.

C190, according to the senator, will immensely benefit overseas Filipino workers (OFWs) who may be unsure how to hold abusive employers accountable or fear retaliation when reporting to authorities.

Senate Majority Leader Joel Villanueva, co-sponsor of the resolution, said, “Harmonizing our local legislation with our obligations under ILO C190 is a step toward realizing the world we envision — a world where everyone can contribute and thrive without the fear of violence or harassment; a world where dignity reigns supreme.” 

The World Risk Poll reported in 2021 that “at least 60 percent of workers in the Philippines have experienced violence and harassment in the workplace.” For female victims, “13 percent faced sexual harassment, nine percent experienced psychological and physical harassment, and 12 percent endured all three forms of harassment.”

Now, with the support of a “stronger” and more “universal” law, the hope is that the work landscape will drastically improve, making the alarming statistics revealed by the World Risk Poll a thing of the past. More than that, it should also compel organizations in both the public and private sectors to set up mechanisms and comprehensive policies to eradicate workplace violence and harassment. 

All stakeholders — from management to new hires — must be aware that the workplace they are entering will not tolerate any inappropriate behavior. Management should have a clear, unbiased, and transparent way to resolve issues, with appropriate punishments for the perpetrators. The culture of violence and harassment must stop once and for all, and it can start today in your workplace.

 

Related Tags

Roni Santiago
ADVERTISEMENT
300x250
.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 72px 0 12px; } .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; } li:empty { display: none; } .hidden { display: none; }
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]; // The two offset values // changed to 10 from 1 , 2 const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } function isNearBottom() { return window.innerHeight + window.scrollY >= document.documentElement.scrollHeight - 100; } function onScroll() { if (isLoading) return; // Skip if already loading if (isNearBottom()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; // Set flag to prevent multiple calls const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { loadCount++; // Increment only after successful execution }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; // Reset flag after execution }); } } window.addEventListener("scroll", onScroll); }); // Mutation Observer for Newly Loaded Articles const observer = new MutationObserver(() => { const articles = document.querySelectorAll(".articles-observe"); if (articles.length > 0) { observeArticles(articles); } }); observer.observe(document.body, { childList: true, subtree: true }); // Intersection Observer for Updating URL function observeArticles(articles) { 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); } } }); }, { threshold: 0.1 } ); articles.forEach(article => intersectionObserver.observe(article)); }

Sign up by email to receive news.