In the below example, it will set the page item P3_COMMISSION_PCT to read-only.
Add this JavaScript code for your page items in your page properties Executes when page load section.
document.getElementById("P3_COMMISSION_PCT").readOnly = true;
Tags:
Oracle Apex