Deprecated: Constant E_STRICT is deprecated in /var/www/html/system/core/Exceptions.php on line 75

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Cache::$apc is deprecated

Filename: libraries/Driver.php

Line Number: 188

Backtrace:

File: /var/www/html/application/helpers/global_helper.php
Line: 561
Function: driver

File: /var/www/html/application/helpers/global_helper.php
Line: 594
Function: getCategories

File: /var/www/html/application/controllers/Jobs.php
Line: 290
Function: getCategoryDetByCatId

File: /var/www/html/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Cache::$file is deprecated

Filename: libraries/Driver.php

Line Number: 188

Backtrace:

File: /var/www/html/application/helpers/global_helper.php
Line: 561
Function: driver

File: /var/www/html/application/helpers/global_helper.php
Line: 594
Function: getCategories

File: /var/www/html/application/controllers/Jobs.php
Line: 290
Function: getCategoryDetByCatId

File: /var/www/html/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Cache::$dummy is deprecated

Filename: libraries/Driver.php

Line Number: 188

Backtrace:

File: /var/www/html/application/helpers/global_helper.php
Line: 562
Function: get

File: /var/www/html/application/helpers/global_helper.php
Line: 594
Function: getCategories

File: /var/www/html/application/controllers/Jobs.php
Line: 290
Function: getCategoryDetByCatId

File: /var/www/html/index.php
Line: 315
Function: require_once

OCM Training Lead, Manufacturing Training Delivery
  • KE Staffing
82 Days Ago
NA
NA
Mundelein-IL
5-7 Years
Required Skills: OCM Certification, SAP, Oracle, ERP Systems
Job Description
OCM Training Lead – Manufacturing Training Delivery
Location: Mundelein, IL (Onsite 3 days per week)
Duration: 6+ Months
Industry: Manufacturing / Healthcare / IT Change Management
 
Overview
Client is seeking an OCM Training Lead with expertise in manufacturing training delivery to support organizational change initiatives related to ERP implementations, process transformations, and technology adoption. This role plays a key part in ensuring a smooth transition for employees, driving engagement, and enabling successful adoption through strategic training programs.
The ideal candidate will have experience designing and delivering training programs for manufacturing teams, with a strong background in organizational change management (OCM) and adult learning methodologies.
 
 
 
Key Responsibilities
Develop and execute a comprehensive training strategy to support Medline’s manufacturing teams through process and technology changes.
Design and deliver training programs for frontline workers, supervisors, and leadership using a mix of in-person, virtual, and e-learning formats.
Partner with OCM, IT, and business leaders to assess training needs and align programs with overall change initiatives.
Create engaging training materials, including instructor-led training (ILT), e-learning modules, job aids, simulations, and assessments.
Conduct train-the-trainer sessions to expand training reach across multiple sites.
Measure training effectiveness by gathering feedback and tracking knowledge retention and adoption metrics.
Support ongoing change management efforts, reinforcing training through post-training support, coaching, and continuous improvement initiatives.
Work closely with manufacturing site leadership to ensure training aligns with operational goals while minimizing disruption to production.
 
 
Required Qualifications
5+ years of experience in training delivery, learning development, or organizational change management (OCM) within a manufacturing environment.
Experience leading training initiatives for ERP implementations, new technology rollouts, process changes, or compliance programs.
Strong understanding of adult learning principles, instructional design, and facilitation techniques.
Proficiency in creating training materials using tools like Articulate, Captivate, Camtasia, PowerPoint, or other LMS platforms.
Ability to train diverse audiences, including non-technical manufacturing employees and leadership teams.
Strong communication, stakeholder management, and facilitation skills.
Ability to work onsite 3 days per week in Mundelein, IL.
 
 
Preferred Qualifications
Experience with SAP, Oracle, or other ERP systems in a manufacturing setting.
OCM certification (Prosci, ACMP, or equivalent).
Knowledge of Lean Manufacturing, Six Sigma, or other process improvement methodologies.
Bilingual skills (Spanish preferred) for training delivery in diverse workforce settings.

Jobseeker

Looking For Job?
Search Jobs

Recruiter

Are You Recruiting?
Search Candidates
TekJobs All Rights Reserved

https://www.tekjobs.net/jobs/applyjob", type: "POST", enctype: 'multipart/form-data', data: formData, processData: false, contentType: false, cache: false, // timeout: 60000, success: function(data) { const jsonData = JSON.parse(data); if(jsonData.hasOwnProperty('error')) { alert(jsonData.error); } else if(jsonData.hasOwnProperty('success')) { alert('successfully applied for this job'); $(".close").trigger('click'); $("#name").val(''); $("#contactNumber").val(''); $("#resume").val(''); $("#fromEmail").trigger('focusout'); } else { setTimeout(()=> { alert('something went wrong'); // window.location.reload(); }, 2000); } } }) return false; } }); $("#btnSendMail").hide(); $("#selectedResume").on('change', function() { if($("#selectedResume").val().length) { $("#btnSendMail").show(); } else { $("#btnSendMail").hide(); } }); $("#fromEmail").on('focusout', function() { $("#btnSendMail").hide(); appliedEmail = $("#fromEmail").val(); if(appliedEmail.trim() == '') { $("#resumeSelect").hide(); $("#fillInfo1").show(); $("#fillInfo2").show(); $("#p-fill").hide(); } mailFormat = /\S+@\S+\.\S+/; if(mailFormat.test(appliedEmail)) { // alert('hello'); $.ajax({ url: "https://www.tekjobs.net/candidate/getCandidatesDetail", data: {email: appliedEmail}, type: "POST", success: function(data) { jsonData = JSON.parse(data); if(jsonData.hasOwnProperty('candDetail')) { if(jsonData.candDetail.length == 0) { $("#selectedResume").html(''); $("#resumeSelect").hide(); $("#fillInfo1").show(); $("#fillInfo2").show(); $("#p-fill").hide(); } else { let htmlCont = ''; $.each(jsonData.candDetail, function(key, value) { htmlCont += ''; }); $("#selectedResume").html(htmlCont); $("#resumeSelect").show(); $("#fillInfo1").show(); $("#fillInfo2").hide(); $("#p-fill").show(); } } else { $("#selectedResume").html(''); } $("#selectedResume").multiselect('rebuild'); $("#formApplyJob").valid(); } }); } }) $("#selectedResume,#name,#contactNumber,#resume").on('change', ()=> { $("#formApplyJob").valid(); }) const emailCookie = $("#fromEmail").val(); if(emailCookie) { $("#fromEmail").trigger('focusout'); } });