This is a screen shot showing the Query Builder Worksheet with the following anonymous PL/SQL block:
begin
   promote (:l_empno, :l_job, :l_mgr, :l_sal, :l_comm, :l_deptno, :lsalarychange);
end;