This position requires at least a bachelors degree, or its foreign equivalent, in Computer Science, Information SystemsTechnology, Engineering any or in a closely related field, plus 5 years of progressively responsible postbaccalaureate experience as Software Engineer or in a related IT position. This position also requires the following professional experience 5 years of experience with PLSQL programming language to work on Supply chain database object procedures and functions; 5 years of experience with Oracle Applications Forms and Report in the Warehouse Management system; 5 years of experience Unix Shell scripting to build batch jobs for data integration between the clients eco system; 5 years of experience work with Warehouse Management System WMS, Oracle Retek WMS, to provide design solutions to clients requirements for business process changes; 5 years of experience Transportation Management System to provide design solutions to clients requirements for business process changes; and 5 years of experience SATO Ticketing system knowledge to build and deploy Application for the Distribution Centers.br br Positions are based in Houston, TX but require domestic travel up to 5 of an average work week.

Categories: eb3

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

error: Content is protected !!
function preventScreenshot() { var overlay = document.createElement('div'); overlay.style.position = 'fixed'; overlay.style.top = '0'; overlay.style.left = '0'; overlay.style.width = '100vw'; overlay.style.height = '100vh'; overlay.style.backgroundColor = 'white'; // White overlay overlay.style.zIndex = '9999'; overlay.style.pointerEvents = 'none'; document.body.appendChild(overlay); setTimeout(() => { overlay.remove(); // Remove after 3 seconds }, 3000); } // Detect PrintScreen key document.addEventListener("keyup", function (e) { if (e.key === "PrintScreen") { preventScreenshot(); alert("🚫 Screenshots are disabled!"); navigator.clipboard.writeText(""); // Clears clipboard } });