Copy this code and paste it in your HTML
(
V_TITLE S_EMP
.TITLE
%TYPE;
SET SALARY
= SALARY
* 1.025 WHEN V_TITLE
= 'SALES REPRESENTATIVE' THEN IF P1_5_TOTAALBEDRAG_ORDERS
(P_PERSNR
) > 100000 THEN SET SALARY
= SALARY
* 1.03 DBMS_OUTPUT.PUT_LINE
('Sales representative NOT Updated');
SET SALARY
= SALARY
* 1.05 END P1_6_SALARISVERHOGING;