Update the salary column

Hello everyone,
I have a tbl_employees table and a pk_values package with values to calculate salary increase as I can update the salary column
but the salary calculations are in the package.
Finally, the calculation values are in a variable v_variable in the package.
Example
before
name, old_salary, new_salary
Peter 5000
.
Example
after
name, old_salary, new_salary
Peter 5000 5200

Thanks for the feedback
:slight_smile:

I understand that you have a table and a package.
Do you have a question?